| 1 | # Copyright 1999-2008 Gentoo Foundation |
1 | # Copyright 1999-2008 Gentoo Foundation |
| 2 | # Distributed under the terms of the GNU General Public License v2 |
2 | # Distributed under the terms of the GNU General Public License v2 |
| 3 | # $Header: /var/cvsroot/gentoo-x86/eclass/versionator.eclass,v 1.19 2011/11/22 18:40:14 vapier Exp $ |
3 | # $Header: /var/cvsroot/gentoo-x86/eclass/versionator.eclass,v 1.20 2011/11/22 18:42:10 vapier Exp $ |
| 4 | |
4 | |
| 5 | # @ECLASS: versionator.eclass |
5 | # @ECLASS: versionator.eclass |
| 6 | # @MAINTAINER: |
6 | # @MAINTAINER: |
| 7 | # Jonathan Callen <abcd@gentoo.org>, base-system@gentoo.org |
7 | # Jonathan Callen <abcd@gentoo.org> |
|
|
8 | # base-system@gentoo.org |
| 8 | # @BLURB: functions which simplify manipulation of ${PV} and similar version strings |
9 | # @BLURB: functions which simplify manipulation of ${PV} and similar version strings |
| 9 | # @DESCRIPTION: |
10 | # @DESCRIPTION: |
| 10 | # This eclass provides functions which simplify manipulating $PV and similar |
11 | # This eclass provides functions which simplify manipulating $PV and similar |
| 11 | # variables. Most functions default to working with $PV, although other |
12 | # variables. Most functions default to working with $PV, although other |
| 12 | # values can be used. |
13 | # values can be used. |