diff options
author | Jonathan Callen <jcallen@gentoo.org> | 2011-04-10 03:10:17 +0000 |
---|---|---|
committer | Jonathan Callen <jcallen@gentoo.org> | 2011-04-10 03:10:17 +0000 |
commit | 335dcaed51a7f1ca312be8c7156d31f92c7654ab (patch) | |
tree | 8fc8258e7a2055ec9657b81e7a9701b12c9c4bcf /dev-util/source-highlight | |
parent | Fix compatibility with Python 3.2 (bug #351063). (diff) | |
download | historical-335dcaed51a7f1ca312be8c7156d31f92c7654ab.tar.gz historical-335dcaed51a7f1ca312be8c7156d31f92c7654ab.tar.bz2 historical-335dcaed51a7f1ca312be8c7156d31f92c7654ab.zip |
Add prefix support, bump EAPI to 3, add prefix keywords
Package-Manager: portage-2.2.0_alpha29_p11/cvs/Linux i686
Diffstat (limited to 'dev-util/source-highlight')
-rw-r--r-- | dev-util/source-highlight/ChangeLog | 5 | ||||
-rw-r--r-- | dev-util/source-highlight/source-highlight-3.1.ebuild | 8 |
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-util/source-highlight/ChangeLog b/dev-util/source-highlight/ChangeLog index e62c8fdc2422..d74536d9c6e7 100644 --- a/dev-util/source-highlight/ChangeLog +++ b/dev-util/source-highlight/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-util/source-highlight # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/source-highlight/ChangeLog,v 1.43 2011/03/13 08:45:03 xarthisius Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/source-highlight/ChangeLog,v 1.44 2011/04/10 03:07:43 abcd Exp $ + + 10 Apr 2011; Jonathan Callen <abcd@gentoo.org> source-highlight-3.1.ebuild: + Add prefix support, bump EAPI to 3, add prefix keywords 13 Mar 2011; Kacper Kowalik <xarthisius@gentoo.org> source-highlight-3.1.ebuild: diff --git a/dev-util/source-highlight/source-highlight-3.1.ebuild b/dev-util/source-highlight/source-highlight-3.1.ebuild index 9c7d5561e281..a9910fbba49e 100644 --- a/dev-util/source-highlight/source-highlight-3.1.ebuild +++ b/dev-util/source-highlight/source-highlight-3.1.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/source-highlight/source-highlight-3.1.ebuild,v 1.8 2011/03/13 08:45:03 xarthisius Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/source-highlight/source-highlight-3.1.ebuild,v 1.9 2011/04/10 03:07:43 abcd Exp $ -EAPI="2" +EAPI="3" inherit bash-completion versionator @@ -10,7 +10,7 @@ DESCRIPTION="Generate highlighted source code as an (x)html document" HOMEPAGE="http://www.gnu.org/software/src-highlite/source-highlight.html" SRC_URI="mirror://gnu/src-highlite/${P}.tar.gz" LICENSE="GPL-3" -KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86" +KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris" SLOT="0" IUSE="bash-completion doc" @@ -37,7 +37,7 @@ src_install () { use bash-completion && dobashcompletion source-highlight-bash-completion # That's not how we want it - rm -fr "${D}/usr/share"/{aclocal,doc} + rm -fr "${ED}/usr/share"/{aclocal,doc} dodoc AUTHORS ChangeLog CREDITS NEWS README THANKS TODO.txt use doc && dohtml -A java doc/*.{html,css,java} |