diff options
author | 2012-02-12 19:32:26 +0000 | |
---|---|---|
committer | 2012-02-12 19:32:26 +0000 | |
commit | 7f89417f5d0f57dfd58649c2a266b9eaf43823e3 (patch) | |
tree | cfd6b157f10146624f6bed38a26b7abfb0a09739 /app-text/wdiff | |
parent | Sync patches with upstream, and drop custom `inputattach` addition #281456. (diff) | |
download | gentoo-2-7f89417f5d0f57dfd58649c2a266b9eaf43823e3.tar.gz gentoo-2-7f89417f5d0f57dfd58649c2a266b9eaf43823e3.tar.bz2 gentoo-2-7f89417f5d0f57dfd58649c2a266b9eaf43823e3.zip |
Dropped old
(Portage version: 2.2.0_alpha85/cvs/Linux x86_64)
Diffstat (limited to 'app-text/wdiff')
-rw-r--r-- | app-text/wdiff/ChangeLog | 6 | ||||
-rw-r--r-- | app-text/wdiff/wdiff-0.6.5.ebuild | 24 | ||||
-rw-r--r-- | app-text/wdiff/wdiff-1.0.1.ebuild | 24 |
3 files changed, 5 insertions, 49 deletions
diff --git a/app-text/wdiff/ChangeLog b/app-text/wdiff/ChangeLog index 893a7ed6b36a..cd7e5b620585 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.69 2012/02/12 18:33:45 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/wdiff/ChangeLog,v 1.70 2012/02/12 19:32:26 jlec Exp $ + + 12 Feb 2012; Justin Lecher <jlec@gentoo.org> -wdiff-0.6.5.ebuild, + -wdiff-1.0.1.ebuild: + Dropped old 12 Feb 2012; Raúl Porcel <armin76@gentoo.org> wdiff-1.1.0.ebuild: alpha/arm/ia64/s390/sh/sparc/x86 stable wrt #401095 diff --git a/app-text/wdiff/wdiff-0.6.5.ebuild b/app-text/wdiff/wdiff-0.6.5.ebuild deleted file mode 100644 index 19c02f7738ba..000000000000 --- a/app-text/wdiff/wdiff-0.6.5.ebuild +++ /dev/null @@ -1,24 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/wdiff/wdiff-0.6.5.ebuild,v 1.9 2011/03/02 01:44:33 ranger 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" -RDEPEND="${DEPEND}" - -src_install() { - emake DESTDIR="${D}" install || die - dodoc ChangeLog NEWS README || die -} diff --git a/app-text/wdiff/wdiff-1.0.1.ebuild b/app-text/wdiff/wdiff-1.0.1.ebuild deleted file mode 100644 index 4b26451129db..000000000000 --- a/app-text/wdiff/wdiff-1.0.1.ebuild +++ /dev/null @@ -1,24 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/wdiff/wdiff-1.0.1.ebuild,v 1.2 2011/11/21 08:10:11 radhermit 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 ~sparc-solaris" -IUSE="experimental test" - -RDEPEND="sys-apps/diffutils - sys-apps/less" -DEPEND="${RDEPEND} - test? ( app-misc/screen )" - -src_configure() { - econf \ - $(use_enable experimental) -} |