summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2012-03-19 19:21:45 +0000
committerJustin Lecher <jlec@gentoo.org>2012-03-19 19:21:45 +0000
commita44dd5ccbb6f9f0942cd03f3188f737d684eb584 (patch)
tree6139491071c750cd4db24351337cc87ded1c9cb0 /dev-util
parentDrop ia64/sparc keywords (diff)
downloadgentoo-2-a44dd5ccbb6f9f0942cd03f3188f737d684eb584.tar.gz
gentoo-2-a44dd5ccbb6f9f0942cd03f3188f737d684eb584.tar.bz2
gentoo-2-a44dd5ccbb6f9f0942cd03f3188f737d684eb584.zip
Dropped old
(Portage version: 2.2.0_alpha90/cvs/Linux x86_64)
Diffstat (limited to 'dev-util')
-rw-r--r--dev-util/tkdiff/ChangeLog6
-rw-r--r--dev-util/tkdiff/tkdiff-4.1.1.ebuild22
-rw-r--r--dev-util/tkdiff/tkdiff-4.1.3.ebuild22
-rw-r--r--dev-util/tkdiff/tkdiff-4.1.4.ebuild30
4 files changed, 5 insertions, 75 deletions
diff --git a/dev-util/tkdiff/ChangeLog b/dev-util/tkdiff/ChangeLog
index 09cf209d0707..34a0df93ba3e 100644
--- a/dev-util/tkdiff/ChangeLog
+++ b/dev-util/tkdiff/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-util/tkdiff
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/tkdiff/ChangeLog,v 1.11 2012/03/18 19:39:19 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/tkdiff/ChangeLog,v 1.12 2012/03/19 19:21:45 jlec Exp $
+
+ 19 Mar 2012; Justin Lecher <jlec@gentoo.org> -tkdiff-4.1.1.ebuild,
+ -tkdiff-4.1.3.ebuild, -tkdiff-4.1.4.ebuild:
+ Dropped old
18 Mar 2012; Raúl Porcel <armin76@gentoo.org> tkdiff-4.1.1.ebuild,
tkdiff-4.1.3.ebuild, tkdiff-4.1.4.ebuild, tkdiff-4.2.ebuild:
diff --git a/dev-util/tkdiff/tkdiff-4.1.1.ebuild b/dev-util/tkdiff/tkdiff-4.1.1.ebuild
deleted file mode 100644
index cfbeb8f80339..000000000000
--- a/dev-util/tkdiff/tkdiff-4.1.1.ebuild
+++ /dev/null
@@ -1,22 +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/tkdiff/tkdiff-4.1.1.ebuild,v 1.2 2012/03/18 19:39:19 armin76 Exp $
-
-MY_P="${PN}_${PV//./_}"
-DESCRIPTION="tkdiff is a graphical front end to the diff program"
-HOMEPAGE="http://tkdiff.sourceforge.net/"
-SRC_URI="mirror://sourceforge/tkdiff/${MY_P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
-IUSE=""
-
-RDEPEND=">=dev-lang/tk-8.4"
-
-S="${WORKDIR}/${PN}-unix"
-
-src_install() {
- dobin tkdiff
- dodoc Changelog
-}
diff --git a/dev-util/tkdiff/tkdiff-4.1.3.ebuild b/dev-util/tkdiff/tkdiff-4.1.3.ebuild
deleted file mode 100644
index 59570f7435a1..000000000000
--- a/dev-util/tkdiff/tkdiff-4.1.3.ebuild
+++ /dev/null
@@ -1,22 +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/tkdiff/tkdiff-4.1.3.ebuild,v 1.2 2012/03/18 19:39:19 armin76 Exp $
-
-MY_P="${P}-unix"
-DESCRIPTION="tkdiff is a graphical front end to the diff program"
-HOMEPAGE="http://tkdiff.sourceforge.net/"
-SRC_URI="mirror://sourceforge/tkdiff/${MY_P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ppc x86"
-IUSE=""
-
-RDEPEND=">=dev-lang/tk-8.4"
-
-S="${WORKDIR}/${MY_P}"
-
-src_install() {
- dobin tkdiff
- dodoc Changelog
-}
diff --git a/dev-util/tkdiff/tkdiff-4.1.4.ebuild b/dev-util/tkdiff/tkdiff-4.1.4.ebuild
deleted file mode 100644
index 275fcea3a557..000000000000
--- a/dev-util/tkdiff/tkdiff-4.1.4.ebuild
+++ /dev/null
@@ -1,30 +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/tkdiff/tkdiff-4.1.4.ebuild,v 1.6 2012/03/18 19:39:19 armin76 Exp $
-
-inherit eutils
-
-MY_P="${P}-unix"
-DESCRIPTION="tkdiff is a graphical front end to the diff program"
-HOMEPAGE="http://tkdiff.sourceforge.net/"
-SRC_URI="mirror://sourceforge/tkdiff/${MY_P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ppc x86 ~amd64-linux ~x86-linux"
-IUSE=""
-
-RDEPEND=">=dev-lang/tk-8.4.18-r1"
-
-S="${WORKDIR}/${MY_P}"
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
- epatch "${FILESDIR}/${P}-hg.patch"
-}
-
-src_install() {
- dobin tkdiff
- dodoc Changelog
-}