diff options
author | Zac Medico <zmedico@gentoo.org> | 2012-06-07 18:59:25 +0000 |
---|---|---|
committer | Zac Medico <zmedico@gentoo.org> | 2012-06-07 18:59:25 +0000 |
commit | 53e61d1f362927c9bb15944507036012d820501c (patch) | |
tree | 39601fedb489975b6f16929d860fa6efdb4ff6f5 /dev-lisp | |
parent | Version bump; remove old, beta, and rc (diff) | |
download | gentoo-2-53e61d1f362927c9bb15944507036012d820501c.tar.gz gentoo-2-53e61d1f362927c9bb15944507036012d820501c.tar.bz2 gentoo-2-53e61d1f362927c9bb15944507036012d820501c.zip |
inherit eutils for epatch
(Portage version: 2.2.0_alpha110/cvs/Linux i686)
Diffstat (limited to 'dev-lisp')
-rw-r--r-- | dev-lisp/gcl/ChangeLog | 7 | ||||
-rw-r--r-- | dev-lisp/gcl/gcl-2.6.7-r1.ebuild | 6 | ||||
-rw-r--r-- | dev-lisp/gcl/gcl-2.6.7-r2.ebuild | 4 | ||||
-rw-r--r-- | dev-lisp/gcl/gcl-2.6.7-r3.ebuild | 4 | ||||
-rw-r--r-- | dev-lisp/gcl/gcl-2.6.7.ebuild | 6 | ||||
-rw-r--r-- | dev-lisp/gcl/gcl-2.6.8_pre20090419.ebuild | 6 | ||||
-rw-r--r-- | dev-lisp/gcl/gcl-2.6.8_pre20111221.ebuild | 6 |
7 files changed, 22 insertions, 17 deletions
diff --git a/dev-lisp/gcl/ChangeLog b/dev-lisp/gcl/ChangeLog index 810a91b00e18..5e052905a01b 100644 --- a/dev-lisp/gcl/ChangeLog +++ b/dev-lisp/gcl/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-lisp/gcl # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lisp/gcl/ChangeLog,v 1.57 2012/04/24 10:00:54 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/gcl/ChangeLog,v 1.58 2012/06/07 18:59:25 zmedico Exp $ + + 07 Jun 2012; Zac Medico <zmedico@gentoo.org> gcl-2.6.7-r1.ebuild, + gcl-2.6.7-r2.ebuild, gcl-2.6.7-r3.ebuild, gcl-2.6.7.ebuild, + gcl-2.6.8_pre20090419.ebuild, gcl-2.6.8_pre20111221.ebuild: + inherit eutils for epatch 24 Apr 2012; Michał Górny <mgorny@gentoo.org> gcl-2.6.7-r2.ebuild, gcl-2.6.7-r3.ebuild: diff --git a/dev-lisp/gcl/gcl-2.6.7-r1.ebuild b/dev-lisp/gcl/gcl-2.6.7-r1.ebuild index 90868ca41f46..4e60ac484f3c 100644 --- a/dev-lisp/gcl/gcl-2.6.7-r1.ebuild +++ b/dev-lisp/gcl/gcl-2.6.7-r1.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lisp/gcl/gcl-2.6.7-r1.ebuild,v 1.7 2008/09/03 21:42:59 opfer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/gcl/gcl-2.6.7-r1.ebuild,v 1.8 2012/06/07 18:59:25 zmedico Exp $ -inherit elisp-common flag-o-matic autotools +inherit elisp-common eutils flag-o-matic autotools DESCRIPTION="GNU Common Lisp" HOMEPAGE="http://www.gnu.org/software/gcl/gcl.html" diff --git a/dev-lisp/gcl/gcl-2.6.7-r2.ebuild b/dev-lisp/gcl/gcl-2.6.7-r2.ebuild index 62317053e395..2c6c2c9dbb48 100644 --- a/dev-lisp/gcl/gcl-2.6.7-r2.ebuild +++ b/dev-lisp/gcl/gcl-2.6.7-r2.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lisp/gcl/gcl-2.6.7-r2.ebuild,v 1.10 2012/04/24 10:00:54 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/gcl/gcl-2.6.7-r2.ebuild,v 1.11 2012/06/07 18:59:25 zmedico Exp $ -inherit elisp-common flag-o-matic +inherit elisp-common eutils flag-o-matic DEB_PV=32 diff --git a/dev-lisp/gcl/gcl-2.6.7-r3.ebuild b/dev-lisp/gcl/gcl-2.6.7-r3.ebuild index 0743b4de4d23..d31a90fb00e4 100644 --- a/dev-lisp/gcl/gcl-2.6.7-r3.ebuild +++ b/dev-lisp/gcl/gcl-2.6.7-r3.ebuild @@ -1,9 +1,9 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lisp/gcl/gcl-2.6.7-r3.ebuild,v 1.5 2012/04/24 10:00:54 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/gcl/gcl-2.6.7-r3.ebuild,v 1.6 2012/06/07 18:59:25 zmedico Exp $ #removing flag-o-matic results in make install failing due to a segfault -inherit elisp-common flag-o-matic +inherit elisp-common eutils flag-o-matic DEB_PV=34 diff --git a/dev-lisp/gcl/gcl-2.6.7.ebuild b/dev-lisp/gcl/gcl-2.6.7.ebuild index c59af8ff5e32..9ca555b795dc 100644 --- a/dev-lisp/gcl/gcl-2.6.7.ebuild +++ b/dev-lisp/gcl/gcl-2.6.7.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lisp/gcl/gcl-2.6.7.ebuild,v 1.12 2008/09/03 21:42:59 opfer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/gcl/gcl-2.6.7.ebuild,v 1.13 2012/06/07 18:59:25 zmedico Exp $ -inherit elisp-common flag-o-matic autotools +inherit elisp-common eutils flag-o-matic autotools DESCRIPTION="GNU Common Lisp" HOMEPAGE="http://www.gnu.org/software/gcl/gcl.html" diff --git a/dev-lisp/gcl/gcl-2.6.8_pre20090419.ebuild b/dev-lisp/gcl/gcl-2.6.8_pre20090419.ebuild index 316ece6d54e1..c439c04a6045 100644 --- a/dev-lisp/gcl/gcl-2.6.8_pre20090419.ebuild +++ b/dev-lisp/gcl/gcl-2.6.8_pre20090419.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lisp/gcl/gcl-2.6.8_pre20090419.ebuild,v 1.2 2009/07/21 16:30:28 fauli Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/gcl/gcl-2.6.8_pre20090419.ebuild,v 1.3 2012/06/07 18:59:25 zmedico Exp $ EAPI=1 #removing flag-o-matic results in make install failing due to a segfault -inherit elisp-common flag-o-matic +inherit elisp-common eutils flag-o-matic DESCRIPTION="GNU Common Lisp" HOMEPAGE="http://www.gnu.org/software/gcl/gcl.html" diff --git a/dev-lisp/gcl/gcl-2.6.8_pre20111221.ebuild b/dev-lisp/gcl/gcl-2.6.8_pre20111221.ebuild index 58ed0e4afec7..6dc9e7a46f0e 100644 --- a/dev-lisp/gcl/gcl-2.6.8_pre20111221.ebuild +++ b/dev-lisp/gcl/gcl-2.6.8_pre20111221.ebuild @@ -1,11 +1,11 @@ -# 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/dev-lisp/gcl/gcl-2.6.8_pre20111221.ebuild,v 1.1 2011/12/21 10:26:25 grozin Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/gcl/gcl-2.6.8_pre20111221.ebuild,v 1.2 2012/06/07 18:59:25 zmedico Exp $ EAPI=3 #removing flag-o-matic results in make install failing due to a segfault -inherit elisp-common flag-o-matic +inherit elisp-common eutils flag-o-matic DESCRIPTION="GNU Common Lisp" HOMEPAGE="http://www.gnu.org/software/gcl/gcl.html" |