diff options
author | 2011-03-27 21:57:38 +0000 | |
---|---|---|
committer | 2011-03-27 21:57:38 +0000 | |
commit | a573b81cd697aba1fc9485ca4e3909fe07bdc6ff (patch) | |
tree | 04360116a3114094bab74d6884e1037d12dbe571 /app-text/wdiff | |
parent | remove old ebuilds (diff) | |
download | gentoo-2-a573b81cd697aba1fc9485ca4e3909fe07bdc6ff.tar.gz gentoo-2-a573b81cd697aba1fc9485ca4e3909fe07bdc6ff.tar.bz2 gentoo-2-a573b81cd697aba1fc9485ca4e3909fe07bdc6ff.zip |
remove old ebuilds
(Portage version: 2.1.9.44/cvs/Linux x86_64)
Diffstat (limited to 'app-text/wdiff')
-rw-r--r-- | app-text/wdiff/ChangeLog | 5 | ||||
-rw-r--r-- | app-text/wdiff/wdiff-0.6.4.ebuild | 24 |
2 files changed, 4 insertions, 25 deletions
diff --git a/app-text/wdiff/ChangeLog b/app-text/wdiff/ChangeLog index 805469a2ea1e..82f7cd8ab638 100644 --- a/app-text/wdiff/ChangeLog +++ b/app-text/wdiff/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-text/wdiff # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/wdiff/ChangeLog,v 1.60 2011/03/02 01:44:33 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/wdiff/ChangeLog,v 1.61 2011/03/27 21:57:37 darkside Exp $ + + 27 Mar 2011; Jeremy Olexa <darkside@gentoo.org> -wdiff-0.6.4.ebuild: + remove old ebuilds 02 Mar 2011; Brent Baude <ranger@gentoo.org> wdiff-0.6.5.ebuild: stable ppc64, bug 350835 diff --git a/app-text/wdiff/wdiff-0.6.4.ebuild b/app-text/wdiff/wdiff-0.6.4.ebuild deleted file mode 100644 index a1d69940bec0..000000000000 --- a/app-text/wdiff/wdiff-0.6.4.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.4.ebuild,v 1.8 2011/01/06 16:34:20 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" -RDEPEND="${DEPEND}" - -src_install() { - emake DESTDIR="${D}" install || die - dodoc ChangeLog NEWS README || die -} |