summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeremy Olexa <darkside@gentoo.org>2010-12-29 02:00:47 +0000
committerJeremy Olexa <darkside@gentoo.org>2010-12-29 02:00:47 +0000
commite442ddf6866647455261ddea04d48312fea3d5ce (patch)
tree7e86428d5399a08164de8ba7c718df445f6aeea1 /app-text/wdiff
parentremove old (diff)
downloadgentoo-2-e442ddf6866647455261ddea04d48312fea3d5ce.tar.gz
gentoo-2-e442ddf6866647455261ddea04d48312fea3d5ce.tar.bz2
gentoo-2-e442ddf6866647455261ddea04d48312fea3d5ce.zip
remove old
(Portage version: 2.1.9.25/cvs/Linux x86_64)
Diffstat (limited to 'app-text/wdiff')
-rw-r--r--app-text/wdiff/ChangeLog7
-rw-r--r--app-text/wdiff/wdiff-0.5-r2.ebuild45
-rw-r--r--app-text/wdiff/wdiff-0.5-r3.ebuild46
-rw-r--r--app-text/wdiff/wdiff-0.6.0-r1.ebuild28
-rw-r--r--app-text/wdiff/wdiff-0.6.1.ebuild22
-rw-r--r--app-text/wdiff/wdiff-0.6.2.ebuild22
-rw-r--r--app-text/wdiff/wdiff-0.6.3.ebuild23
7 files changed, 6 insertions, 187 deletions
diff --git a/app-text/wdiff/ChangeLog b/app-text/wdiff/ChangeLog
index bc5bd9920993..67b2b21b0ff9 100644
--- a/app-text/wdiff/ChangeLog
+++ b/app-text/wdiff/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for app-text/wdiff
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/wdiff/ChangeLog,v 1.51 2010/12/28 15:28:40 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/wdiff/ChangeLog,v 1.52 2010/12/29 02:00:47 darkside Exp $
+
+ 29 Dec 2010; Jeremy Olexa <darkside@gentoo.org> -wdiff-0.5-r2.ebuild,
+ -wdiff-0.5-r3.ebuild, -wdiff-0.6.0-r1.ebuild, -wdiff-0.6.1.ebuild,
+ -wdiff-0.6.2.ebuild, -wdiff-0.6.3.ebuild:
+ remove old
28 Dec 2010; Brent Baude <ranger@gentoo.org> wdiff-0.6.4.ebuild:
stable ppc64, bug 347834
diff --git a/app-text/wdiff/wdiff-0.5-r2.ebuild b/app-text/wdiff/wdiff-0.5-r2.ebuild
deleted file mode 100644
index 11f0ced3b96f..000000000000
--- a/app-text/wdiff/wdiff-0.5-r2.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/wdiff/wdiff-0.5-r2.ebuild,v 1.22 2010/07/03 23:01:27 ssuominen Exp $
-
-inherit eutils toolchain-funcs
-
-DESCRIPTION="Create a diff disregarding formatting"
-HOMEPAGE="http://www.gnu.org/software/wdiff/"
-SRC_URI="mirror://gnu/${PN}/${P}.tar.gz
- mirror://gentoo/${P}-gentoo.diff.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd"
-IUSE=""
-
-DEPEND="sys-apps/diffutils
- sys-apps/less"
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
- epatch "${WORKDIR}"/${P}-gentoo.diff
- epatch "${FILESDIR}"/${P}-headers.patch
- epatch "${FILESDIR}"/${P}-segfault-fix.diff
- epatch "${FILESDIR}"/${P}-avoid-wraps.diff
- sed -i 's:-ltermcap:-lncurses:' configure
-}
-
-src_compile() {
- # Cannot use econf here because the configure script that
- # comes with wdiff is too old to understand the standard
- # options.
-
- tc-export CC
- ./configure --prefix=/usr || die
- echo '#define HAVE_TPUTS 1' >> config.h
- emake || die
-}
-
-src_install() {
- einstall || die
- dodoc ChangeLog NEWS README
- doman wdiff.1
-}
diff --git a/app-text/wdiff/wdiff-0.5-r3.ebuild b/app-text/wdiff/wdiff-0.5-r3.ebuild
deleted file mode 100644
index d6afdf05c938..000000000000
--- a/app-text/wdiff/wdiff-0.5-r3.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/wdiff/wdiff-0.5-r3.ebuild,v 1.1 2010/03/06 22:05:07 jlec Exp $
-
-inherit eutils toolchain-funcs
-
-DESCRIPTION="Create a diff disregarding formatting"
-HOMEPAGE="http://www.gnu.org/software/wdiff/"
-SRC_URI="mirror://gnu/${PN}/${P}.tar.gz
- mirror://gentoo/${P}-gentoo.diff.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd"
-IUSE=""
-
-DEPEND="sys-apps/diffutils
- sys-apps/less"
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
- epatch "${WORKDIR}"/${P}-gentoo.diff
- epatch "${FILESDIR}"/${P}-headers.patch
- epatch "${FILESDIR}"/${P}-segfault-fix.diff
- epatch "${FILESDIR}"/${P}-avoid-wraps.diff
- epatch "${FILESDIR}"/${P}-ignore-case.patch
- sed -i 's:-ltermcap:-lncurses:' configure
-}
-
-src_compile() {
- # Cannot use econf here because the configure script that
- # comes with wdiff is too old to understand the standard
- # options.
-
- tc-export CC
- ./configure --prefix=/usr || die
- echo '#define HAVE_TPUTS 1' >> config.h
- emake || die
-}
-
-src_install() {
- einstall || die
- dodoc ChangeLog NEWS README
- doman wdiff.1
-}
diff --git a/app-text/wdiff/wdiff-0.6.0-r1.ebuild b/app-text/wdiff/wdiff-0.6.0-r1.ebuild
deleted file mode 100644
index 7f9cf548923b..000000000000
--- a/app-text/wdiff/wdiff-0.6.0-r1.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/wdiff/wdiff-0.6.0-r1.ebuild,v 1.1 2010/03/31 13:16:32 jer Exp $
-
-EAPI="2"
-
-inherit eutils toolchain-funcs
-
-DESCRIPTION="Create a diff disregarding formatting"
-HOMEPAGE="http://www.gnu.org/software/wdiff/"
-SRC_URI="mirror://gnu/${PN}/${P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd"
-IUSE=""
-
-DEPEND="sys-apps/diffutils
- sys-apps/less"
-
-src_prepare() {
- epatch "${FILESDIR}"/${P}-info.patch
-}
-
-src_install() {
- emake DESTDIR="${D}" install || die
- dodoc ChangeLog NEWS README
-}
diff --git a/app-text/wdiff/wdiff-0.6.1.ebuild b/app-text/wdiff/wdiff-0.6.1.ebuild
deleted file mode 100644
index 23ed29cd7caf..000000000000
--- a/app-text/wdiff/wdiff-0.6.1.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/wdiff/wdiff-0.6.1.ebuild,v 1.1 2010/04/01 13:03:43 jer Exp $
-
-EAPI="2"
-
-DESCRIPTION="Create a diff disregarding formatting"
-HOMEPAGE="http://www.gnu.org/software/wdiff/"
-SRC_URI="mirror://gnu/${PN}/${P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd"
-IUSE=""
-
-DEPEND="sys-apps/diffutils
- sys-apps/less"
-
-src_install() {
- emake DESTDIR="${D}" install || die
- dodoc ChangeLog NEWS README
-}
diff --git a/app-text/wdiff/wdiff-0.6.2.ebuild b/app-text/wdiff/wdiff-0.6.2.ebuild
deleted file mode 100644
index fe792ab8e60c..000000000000
--- a/app-text/wdiff/wdiff-0.6.2.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/wdiff/wdiff-0.6.2.ebuild,v 1.1 2010/05/26 03:40:25 jer Exp $
-
-EAPI="2"
-
-DESCRIPTION="Create a diff disregarding formatting"
-HOMEPAGE="http://www.gnu.org/software/wdiff/"
-SRC_URI="mirror://gnu/${PN}/${P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd"
-IUSE=""
-
-DEPEND="sys-apps/diffutils
- sys-apps/less"
-
-src_install() {
- emake DESTDIR="${D}" install || die
- dodoc ChangeLog NEWS README
-}
diff --git a/app-text/wdiff/wdiff-0.6.3.ebuild b/app-text/wdiff/wdiff-0.6.3.ebuild
deleted file mode 100644
index bdfa7ac4cea3..000000000000
--- a/app-text/wdiff/wdiff-0.6.3.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/wdiff/wdiff-0.6.3.ebuild,v 1.2 2010/06/15 11:59:57 jlec Exp $
-
-EAPI="2"
-
-DESCRIPTION="Create a diff disregarding formatting"
-HOMEPAGE="http://www.gnu.org/software/wdiff/"
-SRC_URI="mirror://gnu/${PN}/${P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris"
-IUSE=""
-
-DEPEND="
- sys-apps/diffutils
- sys-apps/less"
-
-src_install() {
- emake DESTDIR="${D}" install || die
- dodoc ChangeLog NEWS README || die
-}