diff options
author | Justin Lecher <jlec@gentoo.org> | 2012-10-06 15:18:41 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2012-10-06 15:18:41 +0000 |
commit | 9aea33474088178643c75eeabe21c1a41a824a11 (patch) | |
tree | f3a028e50d4c087c3b24266dfe07dc999c581553 /app-text | |
parent | app-misc/tdl: Drop old (diff) | |
download | gentoo-2-9aea33474088178643c75eeabe21c1a41a824a11.tar.gz gentoo-2-9aea33474088178643c75eeabe21c1a41a824a11.tar.bz2 gentoo-2-9aea33474088178643c75eeabe21c1a41a824a11.zip |
app-text/wdiff: Drop old
(Portage version: 2.2.0_alpha135/cvs/Linux x86_64)
Diffstat (limited to 'app-text')
-rw-r--r-- | app-text/wdiff/ChangeLog | 6 | ||||
-rw-r--r-- | app-text/wdiff/wdiff-1.1.0.ebuild | 24 | ||||
-rw-r--r-- | app-text/wdiff/wdiff-1.1.1.ebuild | 24 |
3 files changed, 5 insertions, 49 deletions
diff --git a/app-text/wdiff/ChangeLog b/app-text/wdiff/ChangeLog index 74f994ce7026..78f59d18502b 100644 --- a/app-text/wdiff/ChangeLog +++ b/app-text/wdiff/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-text/wdiff # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/wdiff/ChangeLog,v 1.79 2012/09/30 16:33:20 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/wdiff/ChangeLog,v 1.80 2012/10/06 15:18:41 jlec Exp $ + + 06 Oct 2012; Justin Lecher <jlec@gentoo.org> -wdiff-1.1.0.ebuild, + -wdiff-1.1.1.ebuild: + Drop old 30 Sep 2012; Raúl Porcel <armin76@gentoo.org> wdiff-1.1.2.ebuild: alpha/ia64/s390/sh/sparc stable wrt #428906 diff --git a/app-text/wdiff/wdiff-1.1.0.ebuild b/app-text/wdiff/wdiff-1.1.0.ebuild deleted file mode 100644 index 61da998db707..000000000000 --- a/app-text/wdiff/wdiff-1.1.0.ebuild +++ /dev/null @@ -1,24 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/wdiff/wdiff-1.1.0.ebuild,v 1.6 2012/02/12 18:33:45 armin76 Exp $ - -EAPI=4 - -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 ~x86-macos ~sparc-solaris" -IUSE="experimental test" - -RDEPEND="sys-apps/diffutils - sys-apps/less" -DEPEND="${RDEPEND} - test? ( app-misc/screen )" - -src_configure() { - econf \ - $(use_enable experimental) -} diff --git a/app-text/wdiff/wdiff-1.1.1.ebuild b/app-text/wdiff/wdiff-1.1.1.ebuild deleted file mode 100644 index b760620b9f9d..000000000000 --- a/app-text/wdiff/wdiff-1.1.1.ebuild +++ /dev/null @@ -1,24 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/wdiff/wdiff-1.1.1.ebuild,v 1.1 2012/05/23 16:53:09 jer Exp $ - -EAPI=4 - -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 ~x86-macos ~sparc-solaris" -IUSE="experimental test" - -RDEPEND="sys-apps/diffutils - sys-apps/less" -DEPEND="${RDEPEND} - test? ( app-misc/screen )" - -src_configure() { - econf \ - $(use_enable experimental) -} |