summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatsuu Takuto <matsuu@gentoo.org>2012-04-17 15:55:48 +0000
committerMatsuu Takuto <matsuu@gentoo.org>2012-04-17 15:55:48 +0000
commit0876924f689eba78a8bf098ebef605859aa0c765 (patch)
treee9fc0f8c0af63ac1a8be2385f28457816dc1a580 /app-admin/augeas
parentMarking cfengine-3.3.0 ~ppc for bug 412253 (diff)
downloadgentoo-2-0876924f689eba78a8bf098ebef605859aa0c765.tar.gz
gentoo-2-0876924f689eba78a8bf098ebef605859aa0c765.tar.bz2
gentoo-2-0876924f689eba78a8bf098ebef605859aa0c765.zip
Version bumped. Removed old versions.
(Portage version: 2.1.10.54/cvs/Linux x86_64)
Diffstat (limited to 'app-admin/augeas')
-rw-r--r--app-admin/augeas/ChangeLog10
-rw-r--r--app-admin/augeas/augeas-0.10.0.ebuild (renamed from app-admin/augeas/augeas-0.8.1.ebuild)17
-rw-r--r--app-admin/augeas/augeas-0.5.2.ebuild35
-rw-r--r--app-admin/augeas/augeas-0.7.3.ebuild35
4 files changed, 18 insertions, 79 deletions
diff --git a/app-admin/augeas/ChangeLog b/app-admin/augeas/ChangeLog
index 4b0830cd43ea..5f51e14b4935 100644
--- a/app-admin/augeas/ChangeLog
+++ b/app-admin/augeas/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for app-admin/augeas
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-admin/augeas/ChangeLog,v 1.28 2011/12/14 20:40:05 ago Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-admin/augeas/ChangeLog,v 1.29 2012/04/17 15:55:48 matsuu Exp $
+
+*augeas-0.10.0 (17 Apr 2012)
+
+ 17 Apr 2012; MATSUU Takuto <matsuu@gentoo.org> -augeas-0.5.2.ebuild,
+ -augeas-0.7.3.ebuild, -augeas-0.8.1.ebuild, +augeas-0.10.0.ebuild:
+ Version bumped. Removed old versions.
14 Dec 2011; Agostino Sarubbo <ago@gentoo.org> augeas-0.9.0.ebuild:
Stable for AMD64, wrt bug #391565
diff --git a/app-admin/augeas/augeas-0.8.1.ebuild b/app-admin/augeas/augeas-0.10.0.ebuild
index 2fe9d1f74862..9090fc301fa0 100644
--- a/app-admin/augeas/augeas-0.8.1.ebuild
+++ b/app-admin/augeas/augeas-0.10.0.ebuild
@@ -1,8 +1,9 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-admin/augeas/augeas-0.8.1.ebuild,v 1.1 2011/05/11 14:41:14 matsuu Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/augeas/augeas-0.10.0.ebuild,v 1.1 2012/04/17 15:55:48 matsuu Exp $
-EAPI="3"
+EAPI="4"
+inherit eutils
DESCRIPTION="A library for changing configuration files"
HOMEPAGE="http://augeas.net/"
@@ -13,8 +14,10 @@ SLOT="0"
KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~sparc ~x86"
IUSE="static-libs test"
-RDEPEND="sys-libs/readline"
+RDEPEND="sys-libs/readline
+ dev-libs/libxml2"
DEPEND="${RDEPEND}
+ dev-util/pkgconfig
>=app-doc/NaturalDocs-1.40
test? ( dev-lang/ruby )"
@@ -32,9 +35,9 @@ src_configure() {
}
src_install() {
- emake DESTDIR="${D}" install || die "install failed"
+ default
- use static-libs || find "${ED}" -name '*.la' -exec rm {} +
+ use static-libs || find "${ED}" -name '*.la' -delete
- dodoc AUTHORS ChangeLog README NEWS || die
+ dodoc AUTHORS ChangeLog README NEWS
}
diff --git a/app-admin/augeas/augeas-0.5.2.ebuild b/app-admin/augeas/augeas-0.5.2.ebuild
deleted file mode 100644
index b62796330baa..000000000000
--- a/app-admin/augeas/augeas-0.5.2.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.2.ebuild,v 1.4 2009/10/10 14:59:01 armin76 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.7.3.ebuild b/app-admin/augeas/augeas-0.7.3.ebuild
deleted file mode 100644
index d158b592fefe..000000000000
--- a/app-admin/augeas/augeas-0.7.3.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.3.ebuild,v 1.1 2010/09/06 17:39:15 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 ~hppa ~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
-}