summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Junghans <ottxor@gentoo.org>2015-03-13 20:13:48 +0000
committerChristoph Junghans <ottxor@gentoo.org>2015-03-13 20:13:48 +0000
commitbe1bfbce79000e2ee006781f4c88ea915e35f62a (patch)
treed569f48be58b30e06635a60939f1dd1e2e41559f
parentNew package, needed for dev-perl/MooseX-Role-Parameterized (diff)
downloadgentoo-2-be1bfbce79000e2ee006781f4c88ea915e35f62a.tar.gz
gentoo-2-be1bfbce79000e2ee006781f4c88ea915e35f62a.tar.bz2
gentoo-2-be1bfbce79000e2ee006781f4c88ea915e35f62a.zip
remove old
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key C2000586)
-rw-r--r--dev-util/cwdiff/ChangeLog6
-rw-r--r--dev-util/cwdiff/cwdiff-0.2.5.ebuild33
-rw-r--r--dev-util/cwdiff/cwdiff-0.2.6.ebuild33
-rw-r--r--dev-util/cwdiff/cwdiff-0.2.7.ebuild32
4 files changed, 5 insertions, 99 deletions
diff --git a/dev-util/cwdiff/ChangeLog b/dev-util/cwdiff/ChangeLog
index f3cdb6292c27..7729aee3c4f9 100644
--- a/dev-util/cwdiff/ChangeLog
+++ b/dev-util/cwdiff/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-util/cwdiff
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/cwdiff/ChangeLog,v 1.10 2015/03/13 20:12:37 ottxor Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/cwdiff/ChangeLog,v 1.11 2015/03/13 20:13:48 ottxor Exp $
+
+ 13 Mar 2015; Christoph Junghans <ottxor@gentoo.org> -cwdiff-0.2.5.ebuild,
+ -cwdiff-0.2.6.ebuild, -cwdiff-0.2.7.ebuild:
+ remove old
*cwdiff-0.2.8 (13 Mar 2015)
diff --git a/dev-util/cwdiff/cwdiff-0.2.5.ebuild b/dev-util/cwdiff/cwdiff-0.2.5.ebuild
deleted file mode 100644
index f947be18164a..000000000000
--- a/dev-util/cwdiff/cwdiff-0.2.5.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.5.ebuild,v 1.1 2013/09/06 22:45:00 ottxor Exp $
-
-EAPI=5
-
-DESCRIPTION="A script that wraps wdiff to support directories and colorize the output"
-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
-}
diff --git a/dev-util/cwdiff/cwdiff-0.2.6.ebuild b/dev-util/cwdiff/cwdiff-0.2.6.ebuild
deleted file mode 100644
index ac2c9ea86519..000000000000
--- a/dev-util/cwdiff/cwdiff-0.2.6.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/cwdiff/cwdiff-0.2.6.ebuild,v 1.2 2014/03/13 20:25:28 ottxor Exp $
-
-EAPI=5
-
-DESCRIPTION="A script that wraps wdiff to support directories and colorize the output"
-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 ~x64-macos ~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.7.ebuild b/dev-util/cwdiff/cwdiff-0.2.7.ebuild
deleted file mode 100644
index 71c1e5331833..000000000000
--- a/dev-util/cwdiff/cwdiff-0.2.7.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/cwdiff/cwdiff-0.2.7.ebuild,v 1.1 2015/03/09 22:51:50 ottxor Exp $
-
-EAPI=5
-
-DESCRIPTION="A script that wraps wdiff to support directories and colorize the output"
-HOMEPAGE="http://code.google.com/p/cj-overlay/source/browse/cwdiff?repo=evergreens"
-SRC_URI="http://downloads.cj-overlay.googlecode.com/hg/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~x86 ~amd64-linux ~x64-macos ~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
-}