diff options
author | Mike Frysinger <vapier@gentoo.org> | 2009-01-29 16:10:26 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2009-01-29 16:10:26 +0000 |
commit | e5e4a43935d618491302496be45ba96b8c21b7e8 (patch) | |
tree | dc95baf5931c1d5f954b2415ff6cce41a12aa69f /sys-devel/autoconf-archive | |
parent | add ocfs and ocfs2 to the ignored file systems, taken from slocate (diff) | |
download | historical-e5e4a43935d618491302496be45ba96b8c21b7e8.tar.gz historical-e5e4a43935d618491302496be45ba96b8c21b7e8.tar.bz2 historical-e5e4a43935d618491302496be45ba96b8c21b7e8.zip |
stabilize
Diffstat (limited to 'sys-devel/autoconf-archive')
-rw-r--r-- | sys-devel/autoconf-archive/ChangeLog | 8 | ||||
-rw-r--r-- | sys-devel/autoconf-archive/autoconf-archive-2008.08.25.ebuild | 10 |
2 files changed, 9 insertions, 9 deletions
diff --git a/sys-devel/autoconf-archive/ChangeLog b/sys-devel/autoconf-archive/ChangeLog index ebce30483851..649ec3c010a9 100644 --- a/sys-devel/autoconf-archive/ChangeLog +++ b/sys-devel/autoconf-archive/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sys-devel/autoconf-archive -# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/autoconf-archive/ChangeLog,v 1.21 2008/08/25 18:09:11 jer Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sys-devel/autoconf-archive/ChangeLog,v 1.22 2009/01/29 16:10:26 vapier Exp $ + + 29 Jan 2009; Mike Frysinger <vapier@gentoo.org> + autoconf-archive-2008.08.25.ebuild: + Stabilize. *autoconf-archive-2008.08.25 (25 Aug 2008) diff --git a/sys-devel/autoconf-archive/autoconf-archive-2008.08.25.ebuild b/sys-devel/autoconf-archive/autoconf-archive-2008.08.25.ebuild index 83beee00b4f9..d43a15bb2938 100644 --- a/sys-devel/autoconf-archive/autoconf-archive-2008.08.25.ebuild +++ b/sys-devel/autoconf-archive/autoconf-archive-2008.08.25.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/autoconf-archive/autoconf-archive-2008.08.25.ebuild,v 1.1 2008/08/25 18:09:11 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/autoconf-archive/autoconf-archive-2008.08.25.ebuild,v 1.2 2009/01/29 16:10:26 vapier Exp $ inherit eutils @@ -11,13 +11,9 @@ SRC_URI="http://autoconf-archive.cryp.to/${PN}-${MY_PV}.tar.bz2" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" +KEYWORDS="alpha amd64 arm hppa ia64 m68k mips ppc ppc64 s390 sh sparc x86" IUSE="" -DEPEND="" -RDEPEND="sys-devel/automake - sys-devel/autoconf" - S=${WORKDIR}/${PN}-${MY_PV} src_install() { |