diff options
author | Matsuu Takuto <matsuu@gentoo.org> | 2011-01-01 15:47:49 +0000 |
---|---|---|
committer | Matsuu Takuto <matsuu@gentoo.org> | 2011-01-01 15:47:49 +0000 |
commit | c2ffe287382ecc5ee411ac50a74457a76ae16f07 (patch) | |
tree | 51307bcb7fb3147af09ba574ab21c6ab982cfc53 /app-admin/augeas | |
parent | alpha/ia64/m68k/s390/sh/sparc stable wrt #348269 (diff) | |
download | gentoo-2-c2ffe287382ecc5ee411ac50a74457a76ae16f07.tar.gz gentoo-2-c2ffe287382ecc5ee411ac50a74457a76ae16f07.tar.bz2 gentoo-2-c2ffe287382ecc5ee411ac50a74457a76ae16f07.zip |
Version bumped, bug #346829.
(Portage version: 2.1.9.26/cvs/Linux x86_64)
Diffstat (limited to 'app-admin/augeas')
-rw-r--r-- | app-admin/augeas/ChangeLog | 10 | ||||
-rw-r--r-- | app-admin/augeas/augeas-0.5.0.ebuild | 35 | ||||
-rw-r--r-- | app-admin/augeas/augeas-0.7.0.ebuild | 35 | ||||
-rw-r--r-- | app-admin/augeas/augeas-0.7.4.ebuild (renamed from app-admin/augeas/augeas-0.5.0-r1.ebuild) | 6 |
4 files changed, 11 insertions, 75 deletions
diff --git a/app-admin/augeas/ChangeLog b/app-admin/augeas/ChangeLog index 162b8b04b8a8..395c59b0f6b6 100644 --- a/app-admin/augeas/ChangeLog +++ b/app-admin/augeas/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for app-admin/augeas -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/augeas/ChangeLog,v 1.21 2010/10/12 12:03:42 armin76 Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-admin/augeas/ChangeLog,v 1.22 2011/01/01 15:47:49 matsuu Exp $ + +*augeas-0.7.4 (01 Jan 2011) + + 01 Jan 2011; MATSUU Takuto <matsuu@gentoo.org> -augeas-0.5.0.ebuild, + -augeas-0.5.0-r1.ebuild, -augeas-0.7.0.ebuild, +augeas-0.7.4.ebuild: + Version bumped, bug #346829. Removed old versions. 12 Oct 2010; Raúl Porcel <armin76@gentoo.org> augeas-0.7.1.ebuild: sparc stable wrt #325111 diff --git a/app-admin/augeas/augeas-0.5.0.ebuild b/app-admin/augeas/augeas-0.5.0.ebuild deleted file mode 100644 index d10b43e654eb..000000000000 --- a/app-admin/augeas/augeas-0.5.0.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/augeas/augeas-0.5.0.ebuild,v 1.4 2009/09/05 22:17:02 maekke Exp $ - -DESCRIPTION="A library for changing configuration files" -HOMEPAGE="http://augeas.net/" -SRC_URI="http://augeas.net/download/${P}.tar.gz" - -LICENSE="LGPL-2.1" -SLOT="0" -KEYWORDS="amd64 ~ppc sparc ~x86" -IUSE="doc test" - -RDEPEND="sys-libs/readline" -DEPEND="${RDEPEND} - doc? ( >=app-doc/NaturalDocs-1.40 ) - test? ( dev-lang/ruby )" - -src_compile() { - if [ -f /usr/share/NaturalDocs/Config/Languages.txt ] ; then - addwrite /usr/share/NaturalDocs/Config/Languages.txt - fi - if [ -f /usr/share/NaturalDocs/Config/Topics.txt ] ; then - addwrite /usr/share/NaturalDocs/Config/Topics.txt - fi - - econf || die - emake || die -} - -src_install() { - emake DESTDIR="${D}" install || die "install failed" - - dodoc AUTHORS ChangeLog README NEWS -} diff --git a/app-admin/augeas/augeas-0.7.0.ebuild b/app-admin/augeas/augeas-0.7.0.ebuild deleted file mode 100644 index 35e8b234062a..000000000000 --- a/app-admin/augeas/augeas-0.7.0.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/augeas/augeas-0.7.0.ebuild,v 1.1 2010/02/04 11:35:14 matsuu Exp $ - -DESCRIPTION="A library for changing configuration files" -HOMEPAGE="http://augeas.net/" -SRC_URI="http://augeas.net/download/${P}.tar.gz" - -LICENSE="LGPL-2.1" -SLOT="0" -KEYWORDS="~amd64 ~ppc ~sparc ~x86" -IUSE="test" - -RDEPEND="sys-libs/readline" -DEPEND="${RDEPEND} - >=app-doc/NaturalDocs-1.40 - test? ( dev-lang/ruby )" - -src_compile() { - if [ -f /usr/share/NaturalDocs/Config/Languages.txt ] ; then - addwrite /usr/share/NaturalDocs/Config/Languages.txt - fi - if [ -f /usr/share/NaturalDocs/Config/Topics.txt ] ; then - addwrite /usr/share/NaturalDocs/Config/Topics.txt - fi - - econf || die - emake || die -} - -src_install() { - emake DESTDIR="${D}" install || die "install failed" - - dodoc AUTHORS ChangeLog README NEWS -} diff --git a/app-admin/augeas/augeas-0.5.0-r1.ebuild b/app-admin/augeas/augeas-0.7.4.ebuild index ff9afefd1fc8..485b1e84f349 100644 --- a/app-admin/augeas/augeas-0.5.0-r1.ebuild +++ b/app-admin/augeas/augeas-0.7.4.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/augeas/augeas-0.5.0-r1.ebuild,v 1.1 2009/06/14 23:31:26 matsuu Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/augeas/augeas-0.7.4.ebuild,v 1.1 2011/01/01 15:47:49 matsuu Exp $ DESCRIPTION="A library for changing configuration files" HOMEPAGE="http://augeas.net/" @@ -8,7 +8,7 @@ SRC_URI="http://augeas.net/download/${P}.tar.gz" LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="~amd64 ~ppc ~sparc ~x86" +KEYWORDS="~amd64 ~hppa ~ppc ~sparc ~x86" IUSE="test" RDEPEND="sys-libs/readline" |