diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2012-05-10 16:13:47 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2012-05-10 16:13:47 +0000 |
commit | d24add29dfe893718d5c4e5a9d1c1d131abadc6e (patch) | |
tree | 2eeb37b42b87850992b018d2c6aa5d16a55a3081 /dev-vcs | |
parent | Remove old (diff) | |
download | gentoo-2-d24add29dfe893718d5c4e5a9d1c1d131abadc6e.tar.gz gentoo-2-d24add29dfe893718d5c4e5a9d1c1d131abadc6e.tar.bz2 gentoo-2-d24add29dfe893718d5c4e5a9d1c1d131abadc6e.zip |
Remove old
(Portage version: 2.1.10.49/cvs/Linux x86_64)
Diffstat (limited to 'dev-vcs')
-rw-r--r-- | dev-vcs/guilt/ChangeLog | 8 | ||||
-rw-r--r-- | dev-vcs/guilt/guilt-0.32.1.ebuild | 48 | ||||
-rw-r--r-- | dev-vcs/guilt/guilt-0.32.2.ebuild | 49 |
3 files changed, 6 insertions, 99 deletions
diff --git a/dev-vcs/guilt/ChangeLog b/dev-vcs/guilt/ChangeLog index 3b2215e61f99..47c9077b7348 100644 --- a/dev-vcs/guilt/ChangeLog +++ b/dev-vcs/guilt/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-vcs/guilt -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-vcs/guilt/ChangeLog,v 1.3 2010/09/20 04:57:50 xmw Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/guilt/ChangeLog,v 1.4 2012/05/10 16:13:47 ago Exp $ + + 10 May 2012; Agostino Sarubbo <ago@gentoo.org> -guilt-0.32.1.ebuild, + -guilt-0.32.2.ebuild: + Remove old *guilt-0.34 (20 Sep 2010) diff --git a/dev-vcs/guilt/guilt-0.32.1.ebuild b/dev-vcs/guilt/guilt-0.32.1.ebuild deleted file mode 100644 index aa99f59fab7c..000000000000 --- a/dev-vcs/guilt/guilt-0.32.1.ebuild +++ /dev/null @@ -1,48 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-vcs/guilt/guilt-0.32.1.ebuild,v 1.2 2010/03/17 16:31:41 sping Exp $ - -DESCRIPTION="A series of bash scripts which add a quilt-like interface to git" -HOMEPAGE="http://www.kernel.org/pub/linux/kernel/people/jsipek/guilt/" -SRC_URI="mirror://kernel/linux/kernel/people/jsipek/${PN}/${P}.tar.bz2 - mirror://gentoo/${PN}-manpages-${PV}.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~ia64 ~ppc ~sparc ~x86" -IUSE="doc" - -RDEPEND="dev-vcs/git" -DEPEND="${RDEPEND} - doc? ( app-text/asciidoc app-text/xmlto )" - -RESTRICT="test" - -src_unpack() { - unpack ${A} - cd "${S}" - - sed -i \ - -e '/^PREFIX/s:=.*:=/usr:' \ - -e "/^htmldir/s:=.*:=/usr/share/doc/${PF}/html:" \ - -e "/^VERSION/s:=.*:=${PV}:" \ - Makefile */Makefile || die -} - -src_compile() { - if use doc ; then - emake -C Documentation html || die - fi -} - -src_install() { - emake install DESTDIR="${D}" || die - - dodoc Documentation/{Contributing,Features,HOWTO,Requirements} - doman Documentation/*.[0-9] || die - - if use doc ; then - dodir "/usr/share/doc/${PF}/html" - emake -C Documentation install-html DESTDIR="${D}" || die - fi -} diff --git a/dev-vcs/guilt/guilt-0.32.2.ebuild b/dev-vcs/guilt/guilt-0.32.2.ebuild deleted file mode 100644 index ab2436ad0be9..000000000000 --- a/dev-vcs/guilt/guilt-0.32.2.ebuild +++ /dev/null @@ -1,49 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-vcs/guilt/guilt-0.32.2.ebuild,v 1.2 2010/03/17 16:31:41 sping Exp $ - -DESCRIPTION="A series of bash scripts which add a quilt-like interface to git" -HOMEPAGE="http://www.kernel.org/pub/linux/kernel/people/jsipek/guilt/" -# create manpages with "make -C Documentation man" -SRC_URI="mirror://kernel/linux/kernel/people/jsipek/${PN}/${P}.tar.bz2 - mirror://gentoo/${PN}-manpages-${PV}.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~ia64 ~ppc ~sparc ~x86" -IUSE="doc" - -RDEPEND="dev-vcs/git" -DEPEND="${RDEPEND} - doc? ( app-text/asciidoc app-text/xmlto )" - -RESTRICT="test" - -src_unpack() { - unpack ${A} - cd "${S}" - - sed -i \ - -e '/^PREFIX/s:=.*:=/usr:' \ - -e "/^htmldir/s:=.*:=/usr/share/doc/${PF}/html:" \ - -e "/^VERSION/s:=.*:=${PV}:" \ - Makefile */Makefile || die -} - -src_compile() { - if use doc ; then - emake -C Documentation html || die - fi -} - -src_install() { - emake install DESTDIR="${D}" || die - - dodoc Documentation/{Contributing,Features,HOWTO,Requirements} - doman Documentation/*.[0-9] || die - - if use doc ; then - dodir "/usr/share/doc/${PF}/html" - emake -C Documentation install-html DESTDIR="${D}" || die - fi -} |