diff options
author | Fabian Groffen <grobian@gentoo.org> | 2008-01-20 16:14:56 +0000 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2008-01-20 16:14:56 +0000 |
commit | 05e8280221ee86daedaa21fbec6803da27a8c4fc (patch) | |
tree | 2c66fba00828b18209b5d1b862d92548de603e57 /app-text/xlhtml | |
parent | Marking kile-2.0 ppc64 for bug 206311 (diff) | |
download | historical-05e8280221ee86daedaa21fbec6803da27a8c4fc.tar.gz historical-05e8280221ee86daedaa21fbec6803da27a8c4fc.tar.bz2 historical-05e8280221ee86daedaa21fbec6803da27a8c4fc.zip |
Dropped ppc-macos keyword, see you in prefix
Package-Manager: portage-2.1.3.19
Diffstat (limited to 'app-text/xlhtml')
-rw-r--r-- | app-text/xlhtml/ChangeLog | 7 | ||||
-rw-r--r-- | app-text/xlhtml/xlhtml-0.5.ebuild | 10 |
2 files changed, 10 insertions, 7 deletions
diff --git a/app-text/xlhtml/ChangeLog b/app-text/xlhtml/ChangeLog index 0d7061d5f4eb..e92b650ec743 100644 --- a/app-text/xlhtml/ChangeLog +++ b/app-text/xlhtml/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-text/xlhtml -# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/xlhtml/ChangeLog,v 1.15 2007/05/14 20:13:35 bangert Exp $ +# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-text/xlhtml/ChangeLog,v 1.16 2008/01/20 16:14:56 grobian Exp $ + + 20 Jan 2008; Fabian Groffen <grobian@gentoo.org> xlhtml-0.5.ebuild: + Dropped ppc-macos keyword, see you in prefix 14 May 2007; Thilo Bangert <bangert@gentoo.org> metadata.xml: add <herd>no-herd</herd> diff --git a/app-text/xlhtml/xlhtml-0.5.ebuild b/app-text/xlhtml/xlhtml-0.5.ebuild index 9bc50d4e9bb0..4a58723f7173 100644 --- a/app-text/xlhtml/xlhtml-0.5.ebuild +++ b/app-text/xlhtml/xlhtml-0.5.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/xlhtml/xlhtml-0.5.ebuild,v 1.14 2007/01/07 00:43:13 masterdriverz Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/xlhtml/xlhtml-0.5.ebuild,v 1.15 2008/01/20 16:14:56 grobian Exp $ WANT_AUTOCONF="latest" WANT_AUTOMAKE="latest" @@ -13,7 +13,7 @@ SRC_URI="mirror://sourceforge/chicago/${P}.tgz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="alpha ~amd64 ppc ~ppc-macos ~sparc x86" +KEYWORDS="alpha ~amd64 ppc ~sparc x86" IUSE="" DEPEND="" @@ -26,7 +26,7 @@ src_unpack() { } src_install() { - make DESTDIR=${D} install || die "make install failed for ${P}" + make DESTDIR="${D}" install || die "make install failed for ${P}" dodoc AUTHORS COPYING INSTALL README docinto cole dodoc cole/{AUTHORS,COPYING,NEWS,ChangeLog,THANKS,TODO} @@ -35,5 +35,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 "${D}"/usr/share/doc/${PF}/xlhtml } |