diff options
author | Michael Palimaka <kensington@gentoo.org> | 2013-03-14 06:33:40 +0000 |
---|---|---|
committer | Michael Palimaka <kensington@gentoo.org> | 2013-03-14 06:33:40 +0000 |
commit | 9691b608a8421df75bc8a7a5bd4688a19b9bb6d0 (patch) | |
tree | da83becee2d6c747d73889326dbcb422e9a23f28 /dev-util/dirdiff | |
parent | Remove old. (diff) | |
download | gentoo-2-9691b608a8421df75bc8a7a5bd4688a19b9bb6d0.tar.gz gentoo-2-9691b608a8421df75bc8a7a5bd4688a19b9bb6d0.tar.bz2 gentoo-2-9691b608a8421df75bc8a7a5bd4688a19b9bb6d0.zip |
Remove old.
(Portage version: 2.1.11.55/cvs/Linux x86_64, signed Manifest commit with key 675D0D2C)
Diffstat (limited to 'dev-util/dirdiff')
-rw-r--r-- | dev-util/dirdiff/ChangeLog | 6 | ||||
-rw-r--r-- | dev-util/dirdiff/dirdiff-2.1-r1.ebuild | 38 | ||||
-rw-r--r-- | dev-util/dirdiff/dirdiff-2.1.ebuild | 31 |
3 files changed, 5 insertions, 70 deletions
diff --git a/dev-util/dirdiff/ChangeLog b/dev-util/dirdiff/ChangeLog index 909013c08911..da12b817cfde 100644 --- a/dev-util/dirdiff/ChangeLog +++ b/dev-util/dirdiff/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-util/dirdiff # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/dirdiff/ChangeLog,v 1.16 2013/03/12 18:32:15 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/dirdiff/ChangeLog,v 1.17 2013/03/14 06:33:40 kensington Exp $ + + 14 Mar 2013; Michael Palimaka <kensington@gentoo.org> -dirdiff-2.1-r1.ebuild, + -dirdiff-2.1.ebuild: + Remove old. 12 Mar 2013; Agostino Sarubbo <ago@gentoo.org> dirdiff-2.1-r2.ebuild: Stable for ppc, wrt bug #461174 diff --git a/dev-util/dirdiff/dirdiff-2.1-r1.ebuild b/dev-util/dirdiff/dirdiff-2.1-r1.ebuild deleted file mode 100644 index fb46d761b314..000000000000 --- a/dev-util/dirdiff/dirdiff-2.1-r1.ebuild +++ /dev/null @@ -1,38 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/dirdiff/dirdiff-2.1-r1.ebuild,v 1.4 2012/05/29 19:29:19 ranger Exp $ - -EAPI="2" - -inherit eutils toolchain-funcs - -DESCRIPTION="A tool for differing and merging directories" -SRC_URI="http://samba.org/ftp/paulus/${P}.tar.gz" -HOMEPAGE="http://samba.org/ftp/paulus/" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 ppc x86" -IUSE="" - -DEPEND="dev-lang/tk - dev-lang/tcl" -RDEPEND="${DEPEND}" - -src_prepare() { - epatch "${FILESDIR}"/${P}-include.patch - sed -i Makefile -e 's|=-O3|+=|g' || die "sed Makefile" -} - -src_compile() { - emake \ - CC=$(tc-getCC) \ - CFLAGS="${CFLAGS} -fPIC ${LDFLAGS} -Wl,-soname,libfilecmp.so.0" \ - || die -} - -src_install() { - dobin dirdiff || die - dolib.so libfilecmp.so.0.0 || die - dodoc README -} diff --git a/dev-util/dirdiff/dirdiff-2.1.ebuild b/dev-util/dirdiff/dirdiff-2.1.ebuild deleted file mode 100644 index 94dfa0f8041d..000000000000 --- a/dev-util/dirdiff/dirdiff-2.1.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/dirdiff/dirdiff-2.1.ebuild,v 1.4 2009/10/12 20:31:30 ssuominen Exp $ - -DESCRIPTION="A tool for differing and merging directories" -SRC_URI="http://samba.org/ftp/paulus/${P}.tar.gz" -HOMEPAGE="http://samba.org/ftp/paulus/" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ppc x86" -IUSE="" - -DEPEND="dev-lang/tk - dev-lang/tcl" - -src_unpack() { - unpack ${A} - cd "${S}" - sed -i "s:CFLAGS=-O3 \(.*\):CFLAGS=${CFLAGS} -fPIC \1:" Makefile -} - -src_compile() { - emake || die -} - -src_install() { - dobin dirdiff || die - dolib.so libfilecmp.so.0.0 || die - dodoc README -} |