diff options
author | Lars Weiler <pylon@gentoo.org> | 2006-05-28 11:44:04 +0000 |
---|---|---|
committer | Lars Weiler <pylon@gentoo.org> | 2006-05-28 11:44:04 +0000 |
commit | 41d1c65c4ee76b57a240d78f568b11d3643b0132 (patch) | |
tree | 03fec5d6196e7b9b4fbf17c2eb8ddb75834d8456 /app-doc/selfhtml | |
parent | Stable on ppc and x86. (diff) | |
download | historical-41d1c65c4ee76b57a240d78f568b11d3643b0132.tar.gz historical-41d1c65c4ee76b57a240d78f568b11d3643b0132.tar.bz2 historical-41d1c65c4ee76b57a240d78f568b11d3643b0132.zip |
Stable on all given arches, as there is a simple copy only during installation. Clean out old version.
Package-Manager: portage-2.1_rc3
Diffstat (limited to 'app-doc/selfhtml')
-rw-r--r-- | app-doc/selfhtml/ChangeLog | 5 | ||||
-rw-r--r-- | app-doc/selfhtml/selfhtml-8.1.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-doc/selfhtml/ChangeLog b/app-doc/selfhtml/ChangeLog index ec5d6f06c0fa..a6ea47c92af8 100644 --- a/app-doc/selfhtml/ChangeLog +++ b/app-doc/selfhtml/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-doc/selfhtml # Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-doc/selfhtml/ChangeLog,v 1.13 2006/02/04 11:21:00 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-doc/selfhtml/ChangeLog,v 1.14 2006/05/28 11:44:04 pylon Exp $ + + 28 May 2006; Lars Weiler <pylon@gentoo.org> selfhtml-8.1.1.ebuild: + Stable on all given arches, as there is a simple copy only during installation. 04 Feb 2006; Diego Pettenò <flameeyes@gentoo.org> selfhtml-8.1.1.ebuild: Drop GNUish cp -d call. diff --git a/app-doc/selfhtml/selfhtml-8.1.1.ebuild b/app-doc/selfhtml/selfhtml-8.1.1.ebuild index e520f708e057..29bb25029d78 100644 --- a/app-doc/selfhtml/selfhtml-8.1.1.ebuild +++ b/app-doc/selfhtml/selfhtml-8.1.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-doc/selfhtml/selfhtml-8.1.1.ebuild,v 1.2 2006/02/04 11:21:00 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-doc/selfhtml/selfhtml-8.1.1.ebuild,v 1.3 2006/05/28 11:44:04 pylon Exp $ S=${WORKDIR} TARGET=/usr/share/doc/${PF}/html @@ -10,7 +10,7 @@ HOMEPAGE="http://selfhtml.org" DEPEND="app-arch/unzip" SLOT="0" LICENSE="selfhtml" -KEYWORDS="~alpha ~amd64 ~hppa ~mips ~ppc ~sparc ~x86" +KEYWORDS="alpha amd64 hppa mips ppc sparc x86" IUSE="" src_install() { |