diff options
author | Ulrich Müller <ulm@gentoo.org> | 2012-04-13 17:40:52 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2012-04-13 17:40:52 +0000 |
commit | c9d6b8041d92fce04eb1913f341c3f2cf7a34331 (patch) | |
tree | cbce9048401cd6699bff4405177114606c00523f /app-doc/tldp-howto | |
parent | Move EAPI assignment to top of ebuild, bug 411875. (diff) | |
download | gentoo-2-c9d6b8041d92fce04eb1913f341c3f2cf7a34331.tar.gz gentoo-2-c9d6b8041d92fce04eb1913f341c3f2cf7a34331.tar.bz2 gentoo-2-c9d6b8041d92fce04eb1913f341c3f2cf7a34331.zip |
Move EAPI assignment to top of ebuild, bug 411875.
(Portage version: 2.1.10.56/cvs/Linux x86_64)
Diffstat (limited to 'app-doc/tldp-howto')
-rw-r--r-- | app-doc/tldp-howto/ChangeLog | 8 | ||||
-rw-r--r-- | app-doc/tldp-howto/tldp-howto-20100101.ebuild | 7 | ||||
-rw-r--r-- | app-doc/tldp-howto/tldp-howto-20100701.ebuild | 7 |
3 files changed, 12 insertions, 10 deletions
diff --git a/app-doc/tldp-howto/ChangeLog b/app-doc/tldp-howto/ChangeLog index 371eeab101a3..973645f0c688 100644 --- a/app-doc/tldp-howto/ChangeLog +++ b/app-doc/tldp-howto/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-doc/tldp-howto -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-doc/tldp-howto/ChangeLog,v 1.5 2010/10/26 17:42:40 dirtyepic Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-doc/tldp-howto/ChangeLog,v 1.6 2012/04/13 17:40:52 ulm Exp $ + + 13 Apr 2012; Ulrich Müller <ulm@gentoo.org> tldp-howto-20100101.ebuild, + tldp-howto-20100701.ebuild: + Move EAPI assignment to top of ebuild, bug 411875. 26 Oct 2010; Ryan Hill <dirtyepic@gentoo.org> tldp-howto-20100101.ebuild, tldp-howto-20100701.ebuild: diff --git a/app-doc/tldp-howto/tldp-howto-20100101.ebuild b/app-doc/tldp-howto/tldp-howto-20100101.ebuild index 7a63cea7ac53..660f30314ddc 100644 --- a/app-doc/tldp-howto/tldp-howto-20100101.ebuild +++ b/app-doc/tldp-howto/tldp-howto-20100101.ebuild @@ -1,8 +1,6 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-doc/tldp-howto/tldp-howto-20100101.ebuild,v 1.5 2010/10/26 17:42:40 dirtyepic Exp $ - -RESTRICT="binchecks strip" +# $Header: /var/cvsroot/gentoo-x86/app-doc/tldp-howto/tldp-howto-20100101.ebuild,v 1.6 2012/04/13 17:40:52 ulm Exp $ EAPI="2" @@ -28,6 +26,7 @@ LICENSE="FDL-1.2" SLOT="0" KEYWORDS="alpha amd64 arm hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86" IUSE="+html htmlsingle pdf text" +RESTRICT="binchecks strip" DEPEND="" RDEPEND="${DEPEND}" diff --git a/app-doc/tldp-howto/tldp-howto-20100701.ebuild b/app-doc/tldp-howto/tldp-howto-20100701.ebuild index 63f00d30a65f..fa5f87f2dd64 100644 --- a/app-doc/tldp-howto/tldp-howto-20100701.ebuild +++ b/app-doc/tldp-howto/tldp-howto-20100701.ebuild @@ -1,8 +1,6 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-doc/tldp-howto/tldp-howto-20100701.ebuild,v 1.2 2010/10/26 17:42:40 dirtyepic Exp $ - -RESTRICT="binchecks strip" +# $Header: /var/cvsroot/gentoo-x86/app-doc/tldp-howto/tldp-howto-20100701.ebuild,v 1.3 2012/04/13 17:40:52 ulm Exp $ EAPI="2" @@ -28,6 +26,7 @@ LICENSE="FDL-1.2" SLOT="0" KEYWORDS="alpha amd64 arm hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86" IUSE="+html htmlsingle pdf text" +RESTRICT="binchecks strip" DEPEND="" RDEPEND="${DEPEND}" |