diff options
author | Jonathan Callen <abcd@gentoo.org> | 2010-02-20 18:32:13 +0000 |
---|---|---|
committer | Jonathan Callen <abcd@gentoo.org> | 2010-02-20 18:32:13 +0000 |
commit | 254612e386e9660b170019ce6670045cee1dd79a (patch) | |
tree | acc92fac503085f22397f612a1d80b8081233456 | |
parent | Restricted tests for amarok-2.2.2.90 as we don't have a required dep in the t... (diff) | |
download | gentoo-2-254612e386e9660b170019ce6670045cee1dd79a.tar.gz gentoo-2-254612e386e9660b170019ce6670045cee1dd79a.tar.bz2 gentoo-2-254612e386e9660b170019ce6670045cee1dd79a.zip |
Transfer prefix keywords, bump EAPI
(Portage version: -svn/cvs/Linux i686)
-rw-r--r-- | app-text/xlhtml/ChangeLog | 7 | ||||
-rw-r--r-- | app-text/xlhtml/xlhtml-0.5.1_p6.ebuild | 14 |
2 files changed, 12 insertions, 9 deletions
diff --git a/app-text/xlhtml/ChangeLog b/app-text/xlhtml/ChangeLog index 006d407584cc..0a693c0b1731 100644 --- a/app-text/xlhtml/ChangeLog +++ b/app-text/xlhtml/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-text/xlhtml -# Copyright 2000-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/xlhtml/ChangeLog,v 1.17 2009/02/15 18:05:50 patrick Exp $ +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-text/xlhtml/ChangeLog,v 1.18 2010/02/20 18:32:13 abcd Exp $ + + 20 Feb 2010; Jonathan Callen <abcd@gentoo.org> xlhtml-0.5.1_p6.ebuild: + Transfer prefix keywords, bump EAPI *xlhtml-0.5.1_p6 (15 Feb 2009) diff --git a/app-text/xlhtml/xlhtml-0.5.1_p6.ebuild b/app-text/xlhtml/xlhtml-0.5.1_p6.ebuild index c1c017c4303e..e3ab195e101e 100644 --- a/app-text/xlhtml/xlhtml-0.5.1_p6.ebuild +++ b/app-text/xlhtml/xlhtml-0.5.1_p6.ebuild @@ -1,6 +1,8 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/xlhtml/xlhtml-0.5.1_p6.ebuild,v 1.1 2009/02/15 18:05:50 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/xlhtml/xlhtml-0.5.1_p6.ebuild,v 1.2 2010/02/20 18:32:13 abcd Exp $ + +EAPI=3 WANT_AUTOCONF="latest" WANT_AUTOMAKE="latest" @@ -17,14 +19,12 @@ SRC_URI="mirror://debian/pool/main/${PN:0:1}/${PN}/${PN}_${MY_PV}.orig.tar.gz LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha ~amd64 ~ppc ~sparc ~x86" +KEYWORDS="~alpha ~amd64 ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos" IUSE="" DEPEND="" S=${WORKDIR}/${PN} -src_unpack() { - unpack ${A} - cd "${S}" +src_prepare() { epatch "${WORKDIR}"/${PN}_${MY_PV}-${DEB_PR}.diff # This is needed specifically for depcomp, which is necessary for # building xlhtml, but isn't included. @@ -41,5 +41,5 @@ src_install() { docinto xlhtml dodoc xlhtml/{ChangeLog,README,THANKS,TODO} rm -rf xlhtml/contrib/CVS - cp -pPR xlhtml/contrib "${D}"/usr/share/doc/${PF}/xlhtml + cp -pPR xlhtml/contrib "${ED}"/usr/share/doc/${PF}/xlhtml } |