diff options
author | Jeremy Olexa <darkside@gentoo.org> | 2010-10-20 13:54:28 +0000 |
---|---|---|
committer | Jeremy Olexa <darkside@gentoo.org> | 2010-10-20 13:54:28 +0000 |
commit | db6f8161499e6c7d13317e1503220f551cd6ab12 (patch) | |
tree | a2256f7af1db1340b88065422d59bf15137b0e8b /dev-cpp/ctemplate | |
parent | stable ppc, bug 333775 (diff) | |
download | gentoo-2-db6f8161499e6c7d13317e1503220f551cd6ab12.tar.gz gentoo-2-db6f8161499e6c7d13317e1503220f551cd6ab12.tar.bz2 gentoo-2-db6f8161499e6c7d13317e1503220f551cd6ab12.zip |
Use EAPI3, add prefix keywords as tested in bug 339818 by Thomas Burkard
(Portage version: 2.1.9.12/cvs/Linux x86_64)
Diffstat (limited to 'dev-cpp/ctemplate')
-rw-r--r-- | dev-cpp/ctemplate/ChangeLog | 5 | ||||
-rw-r--r-- | dev-cpp/ctemplate/ctemplate-0.95.ebuild | 8 |
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-cpp/ctemplate/ChangeLog b/dev-cpp/ctemplate/ChangeLog index 3b1da5e5e3c3..715f31d05e4a 100644 --- a/dev-cpp/ctemplate/ChangeLog +++ b/dev-cpp/ctemplate/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-cpp/ctemplate # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-cpp/ctemplate/ChangeLog,v 1.6 2010/02/24 11:19:08 idl0r Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-cpp/ctemplate/ChangeLog,v 1.7 2010/10/20 13:54:28 darkside Exp $ + + 20 Oct 2010; Jeremy Olexa <darkside@gentoo.org> ctemplate-0.95.ebuild: + Use EAPI3, add prefix keywords as tested in bug 339818 by Thomas Burkard 24 Feb 2010; Christian Ruppert <idl0r@gentoo.org> ctemplate-0.95.ebuild: Move -j1 to emake install since this caused the parallel-build issues. diff --git a/dev-cpp/ctemplate/ctemplate-0.95.ebuild b/dev-cpp/ctemplate/ctemplate-0.95.ebuild index 03546ec5b2ba..6a7c845536c0 100644 --- a/dev-cpp/ctemplate/ctemplate-0.95.ebuild +++ b/dev-cpp/ctemplate/ctemplate-0.95.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-cpp/ctemplate/ctemplate-0.95.ebuild,v 1.3 2010/02/24 11:19:08 idl0r Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-cpp/ctemplate/ctemplate-0.95.ebuild,v 1.4 2010/10/20 13:54:28 darkside Exp $ -EAPI="2" +EAPI="3" inherit elisp-common @@ -11,7 +11,7 @@ HOMEPAGE="http://code.google.com/p/google-ctemplate/" SRC_URI="http://google-ctemplate.googlecode.com/files/${P}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" IUSE="doc emacs vim-syntax" DEPEND="" @@ -32,7 +32,7 @@ src_install() { emake -j1 DESTDIR="${D}" install || die "emake install failed" # Installs just every piece - rm -rf "${D}/usr/share/doc" + rm -rf "${ED}/usr/share/doc" dodoc AUTHORS ChangeLog NEWS README use doc && dohtml doc/* |