* [gentoo-commits] gentoo-x86 commit in sys-devel/autogen: metadata.xml autogen-5.17.3.ebuild ChangeLog
@ 2013-04-14 1:47 Mike Frysinger (vapier)
0 siblings, 0 replies; only message in thread
From: Mike Frysinger (vapier) @ 2013-04-14 1:47 UTC (permalink / raw
To: gentoo-commits
vapier 13/04/14 01:47:05
Modified: metadata.xml ChangeLog
Added: autogen-5.17.3.ebuild
Log:
Add USE=libopts to control deletion of libopts tarball #465370 by Martin von Gagern. Version bump #465372 by Martin von Gagern.
(Portage version: 2.2.0_alpha170/cvs/Linux x86_64, signed Manifest commit with key FB7C4156)
Revision Changes Path
1.5 sys-devel/autogen/metadata.xml
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/autogen/metadata.xml?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/autogen/metadata.xml?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/autogen/metadata.xml?r1=1.4&r2=1.5
Index: metadata.xml
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-devel/autogen/metadata.xml,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- metadata.xml 30 Aug 2006 21:42:51 -0000 1.4
+++ metadata.xml 14 Apr 2013 01:47:04 -0000 1.5
@@ -2,4 +2,7 @@
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<herd>toolchain</herd>
+<use>
+ <flag name='libopts'>install the libopts tarball (a few packages want this for developing)</flag>
+</use>
</pkgmetadata>
1.93 sys-devel/autogen/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/autogen/ChangeLog?rev=1.93&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/autogen/ChangeLog?rev=1.93&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/autogen/ChangeLog?r1=1.92&r2=1.93
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-devel/autogen/ChangeLog,v
retrieving revision 1.92
retrieving revision 1.93
diff -u -r1.92 -r1.93
--- ChangeLog 21 Feb 2013 03:43:49 -0000 1.92
+++ ChangeLog 14 Apr 2013 01:47:05 -0000 1.93
@@ -1,6 +1,13 @@
# ChangeLog for sys-devel/autogen
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/autogen/ChangeLog,v 1.92 2013/02/21 03:43:49 zmedico Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/autogen/ChangeLog,v 1.93 2013/04/14 01:47:05 vapier Exp $
+
+*autogen-5.17.3 (14 Apr 2013)
+
+ 14 Apr 2013; Mike Frysinger <vapier@gentoo.org> +autogen-5.17.3.ebuild,
+ metadata.xml:
+ Add USE=libopts to control deletion of libopts tarball #465370 by Martin von
+ Gagern. Version bump #465372 by Martin von Gagern.
21 Feb 2013; Zac Medico <zmedico@gentoo.org> autogen-5.15.ebuild:
Add ~arm-linux keyword.
1.1 sys-devel/autogen/autogen-5.17.3.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/autogen/autogen-5.17.3.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/autogen/autogen-5.17.3.ebuild?rev=1.1&content-type=text/plain
Index: autogen-5.17.3.ebuild
===================================================================
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sys-devel/autogen/autogen-5.17.3.ebuild,v 1.1 2013/04/14 01:47:04 vapier Exp $
EAPI="4"
DESCRIPTION="Program and text file generation"
HOMEPAGE="http://www.gnu.org/software/autogen/"
SRC_URI="mirror://gnu/${PN}/rel${PV}/${P}.tar.xz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~arm-linux ~x86-linux ~x64-macos ~x86-macos"
IUSE="libopts"
RDEPEND=">=dev-scheme/guile-1.8
dev-libs/libxml2"
DEPEND="${RDEPEND}"
src_install() {
default
if ! use libopts ; then
rm "${ED}"/usr/share/autogen/libopts-*.tar.gz || die
fi
}
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2013-04-14 1:47 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-04-14 1:47 [gentoo-commits] gentoo-x86 commit in sys-devel/autogen: metadata.xml autogen-5.17.3.ebuild ChangeLog Mike Frysinger (vapier)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox