summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2010-12-26 22:20:07 +0000
committerMike Frysinger <vapier@gentoo.org>2010-12-26 22:20:07 +0000
commitabfa0fb60f1f2aba57127752c0a6c12653290be9 (patch)
tree091c2d7699db3470c626cde883b9080d8f3e3a00 /sys-devel/autogen
parentUpdated ebuild without jReality (see bug 346073) (diff)
downloadgentoo-2-abfa0fb60f1f2aba57127752c0a6c12653290be9.tar.gz
gentoo-2-abfa0fb60f1f2aba57127752c0a6c12653290be9.tar.bz2
gentoo-2-abfa0fb60f1f2aba57127752c0a6c12653290be9.zip
Version bump #349759 by Panagiotis Christopoulos.
(Portage version: 2.2.0_alpha10/cvs/Linux x86_64)
Diffstat (limited to 'sys-devel/autogen')
-rw-r--r--sys-devel/autogen/ChangeLog7
-rw-r--r--sys-devel/autogen/autogen-5.11.4.ebuild24
2 files changed, 30 insertions, 1 deletions
diff --git a/sys-devel/autogen/ChangeLog b/sys-devel/autogen/ChangeLog
index 522efdb0ebc2..3adebee23ca7 100644
--- a/sys-devel/autogen/ChangeLog
+++ b/sys-devel/autogen/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for sys-devel/autogen
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/autogen/ChangeLog,v 1.66 2010/12/08 02:31:06 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/autogen/ChangeLog,v 1.67 2010/12/26 22:20:07 vapier Exp $
+
+*autogen-5.11.4 (26 Dec 2010)
+
+ 26 Dec 2010; Mike Frysinger <vapier@gentoo.org> +autogen-5.11.4.ebuild:
+ Version bump #349759 by Panagiotis Christopoulos.
*autogen-5.11.3 (08 Dec 2010)
diff --git a/sys-devel/autogen/autogen-5.11.4.ebuild b/sys-devel/autogen/autogen-5.11.4.ebuild
new file mode 100644
index 000000000000..e33a935c564a
--- /dev/null
+++ b/sys-devel/autogen/autogen-5.11.4.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2010 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/autogen/autogen-5.11.4.ebuild,v 1.1 2010/12/26 22:20:07 vapier Exp $
+
+EAPI="3"
+
+DESCRIPTION="Program and text file generation"
+HOMEPAGE="http://www.gnu.org/software/autogen/"
+SRC_URI="mirror://gnu/${PN}/rel${PV}/${P}.tar.bz2"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~x86-macos"
+IUSE=""
+
+# autogen doesn't build with lower versions of guile on ia64
+DEPEND=">=dev-scheme/guile-1.8[deprecated]
+ dev-libs/libxml2"
+
+src_install() {
+ emake DESTDIR="${D}" install || die
+ dodoc AUTHORS ChangeLog NEWS NOTES README THANKS TODO
+ rm "${ED}"/usr/share/autogen/libopts-*.tar.gz || die
+}