From a3d4140ad9aa5baa0532b42c7301952a6096b414 Mon Sep 17 00:00:00 2001 From: Christoph Junghans Date: Sun, 1 Sep 2013 20:46:28 +0000 Subject: remove old (Portage version: 2.2.1/cvs/Linux x86_64, signed Manifest commit with key C2000586) --- dev-util/cwdiff/ChangeLog | 6 +++++- dev-util/cwdiff/cwdiff-0.2.2.ebuild | 33 --------------------------------- dev-util/cwdiff/cwdiff-0.2.3.ebuild | 33 --------------------------------- 3 files changed, 5 insertions(+), 67 deletions(-) delete mode 100644 dev-util/cwdiff/cwdiff-0.2.2.ebuild delete mode 100644 dev-util/cwdiff/cwdiff-0.2.3.ebuild (limited to 'dev-util/cwdiff') diff --git a/dev-util/cwdiff/ChangeLog b/dev-util/cwdiff/ChangeLog index 7ee65ba2e63e..d0ca260ff522 100644 --- a/dev-util/cwdiff/ChangeLog +++ b/dev-util/cwdiff/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-util/cwdiff # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/cwdiff/ChangeLog,v 1.4 2013/08/31 19:39:41 ottxor Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/cwdiff/ChangeLog,v 1.5 2013/09/01 20:46:28 ottxor Exp $ + + 01 Sep 2013; Christoph Junghans -cwdiff-0.2.2.ebuild, + -cwdiff-0.2.3.ebuild: + remove old *cwdiff-0.2.4 (31 Aug 2013) diff --git a/dev-util/cwdiff/cwdiff-0.2.2.ebuild b/dev-util/cwdiff/cwdiff-0.2.2.ebuild deleted file mode 100644 index d4f82869c20c..000000000000 --- a/dev-util/cwdiff/cwdiff-0.2.2.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/cwdiff/cwdiff-0.2.2.ebuild,v 1.1 2012/12/09 21:42:40 ottxor Exp $ - -EAPI=4 - -DESCRIPTION="Colorizes output of (w)diff" -HOMEPAGE="http://code.google.com/p/cj-overlay/source/browse/cwdiff?repo=evergreens" -SRC_URI="http://cj-overlay.googlecode.com/files/cwdiff-0.2.2.tar.gz" -RESTRICT="primaryuri" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86 ~x86-macos" -IUSE="a2ps mercurial" - -DEPEND="" -RDEPEND=" - sys-apps/sed - app-shells/bash - app-text/wdiff - sys-apps/diffutils - a2ps? ( app-text/a2ps ) - mercurial? ( dev-vcs/mercurial ) - " - -src_install () { - dobin "${PN}" - if use mercurial ; then - insinto /etc/mercurial/hgrc.d - doins hgrc.d/"${PN}".rc - fi -} diff --git a/dev-util/cwdiff/cwdiff-0.2.3.ebuild b/dev-util/cwdiff/cwdiff-0.2.3.ebuild deleted file mode 100644 index f909bf58a234..000000000000 --- a/dev-util/cwdiff/cwdiff-0.2.3.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/cwdiff/cwdiff-0.2.3.ebuild,v 1.2 2013/01/23 02:17:57 ottxor Exp $ - -EAPI=4 - -DESCRIPTION="Colorizes output of (w)diff" -HOMEPAGE="http://code.google.com/p/cj-overlay/source/browse/cwdiff?repo=evergreens" -SRC_URI="http://cj-overlay.googlecode.com/files/${P}.tar.gz" -RESTRICT="primaryuri" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~arm ~x86 ~amd64-linux ~x86-macos" -IUSE="a2ps mercurial" - -DEPEND="" -RDEPEND=" - sys-apps/sed - app-shells/bash - app-text/wdiff - sys-apps/diffutils - a2ps? ( app-text/a2ps ) - mercurial? ( dev-vcs/mercurial ) - " - -src_install () { - dobin "${PN}" - if use mercurial ; then - insinto /etc/mercurial/hgrc.d - doins hgrc.d/"${PN}".rc - fi -} -- cgit v1.2.3-65-gdbad