summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Junghans <ottxor@gentoo.org>2013-09-01 20:46:28 +0000
committerChristoph Junghans <ottxor@gentoo.org>2013-09-01 20:46:28 +0000
commita3d4140ad9aa5baa0532b42c7301952a6096b414 (patch)
treec1dde5e148c2b454b3ac3f639c5d4dee7ff0788d /dev-util/cwdiff
parentadd mirror restriction, update license information (diff)
downloadgentoo-2-a3d4140ad9aa5baa0532b42c7301952a6096b414.tar.gz
gentoo-2-a3d4140ad9aa5baa0532b42c7301952a6096b414.tar.bz2
gentoo-2-a3d4140ad9aa5baa0532b42c7301952a6096b414.zip
remove old
(Portage version: 2.2.1/cvs/Linux x86_64, signed Manifest commit with key C2000586)
Diffstat (limited to 'dev-util/cwdiff')
-rw-r--r--dev-util/cwdiff/ChangeLog6
-rw-r--r--dev-util/cwdiff/cwdiff-0.2.2.ebuild33
-rw-r--r--dev-util/cwdiff/cwdiff-0.2.3.ebuild33
3 files changed, 5 insertions, 67 deletions
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 <ottxor@gentoo.org> -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
-}