diff options
author | Justin Lecher <jlec@gentoo.org> | 2012-02-02 07:23:30 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2012-02-02 07:23:30 +0000 |
commit | 9cbda433721977d984c4fef44e960460bec0034e (patch) | |
tree | b2e4947a806d906209d704b55a9341d2ae11198a /app-text/htag | |
parent | Cleanup ebuild: drop already applied patch, don't fix tarball permissions, sw... (diff) | |
download | gentoo-2-9cbda433721977d984c4fef44e960460bec0034e.tar.gz gentoo-2-9cbda433721977d984c4fef44e960460bec0034e.tar.bz2 gentoo-2-9cbda433721977d984c4fef44e960460bec0034e.zip |
Dropped old, dropped prepalldocs
(Portage version: 2.2.0_alpha84/cvs/Linux x86_64)
Diffstat (limited to 'app-text/htag')
-rw-r--r-- | app-text/htag/ChangeLog | 6 | ||||
-rw-r--r-- | app-text/htag/htag-0.0.23.ebuild | 34 | ||||
-rw-r--r-- | app-text/htag/htag-0.0.24.ebuild | 3 |
3 files changed, 6 insertions, 37 deletions
diff --git a/app-text/htag/ChangeLog b/app-text/htag/ChangeLog index bb003ab08917..3949a889755a 100644 --- a/app-text/htag/ChangeLog +++ b/app-text/htag/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-text/htag # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/htag/ChangeLog,v 1.20 2012/02/01 17:26:25 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/htag/ChangeLog,v 1.21 2012/02/02 07:23:30 jlec Exp $ + + 02 Feb 2012; Justin Lecher <jlec@gentoo.org> -htag-0.0.23.ebuild, + htag-0.0.24.ebuild: + Dropped old, dropped prepalldocs 01 Feb 2012; Brent Baude <ranger@gentoo.org> htag-0.0.24.ebuild: Marking htag-0.0.24 ppc for bug 396835 diff --git a/app-text/htag/htag-0.0.23.ebuild b/app-text/htag/htag-0.0.23.ebuild deleted file mode 100644 index 34ca1737e7dc..000000000000 --- a/app-text/htag/htag-0.0.23.ebuild +++ /dev/null @@ -1,34 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/htag/htag-0.0.23.ebuild,v 1.8 2011/01/07 23:31:18 ranger Exp $ - -inherit perl-app - -DESCRIPTION="random signature maker" -HOMEPAGE="http://www.earth.li/projectpurple/progs/htag.html" -SRC_URI="http://www.earth.li/projectpurple/files/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 ~mips ppc ~sparc x86" -IUSE="" - -RDEPEND="dev-lang/perl" -DEPEND="${RDEPEND}" - -src_install() { - newbin htag.pl htag || die "newbin failed" - - dodir /usr/share/doc/${PF}/ - mv docs/sample-config "${D}"/usr/share/doc/${PF}/ - dodoc docs/* || die - docinto example-scripts - dodoc example-scripts/* || die - prepalldocs - - insinto /usr/share/htag/plugins - doins plugins/* || die "failed to install plugins" - - insinto "${VENDOR_LIB}" - doins HtagPlugin/HtagPlugin.pm || die "failed to install perl module" -} diff --git a/app-text/htag/htag-0.0.24.ebuild b/app-text/htag/htag-0.0.24.ebuild index bcced7e6f564..9580029fa925 100644 --- a/app-text/htag/htag-0.0.24.ebuild +++ b/app-text/htag/htag-0.0.24.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/htag/htag-0.0.24.ebuild,v 1.5 2012/02/01 17:26:25 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/htag/htag-0.0.24.ebuild,v 1.6 2012/02/02 07:23:30 jlec Exp $ inherit perl-app @@ -24,7 +24,6 @@ src_install() { dodoc docs/* || die docinto example-scripts dodoc example-scripts/* || die - prepalldocs insinto /usr/share/htag/plugins doins plugins/* || die "failed to install plugins" |