summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDonnie Berkholz <spyderous@gentoo.org>2005-12-09 06:48:15 +0000
committerDonnie Berkholz <spyderous@gentoo.org>2005-12-09 06:48:15 +0000
commite20dc1434bf8f6124016773fcafd9314fd67103f (patch)
treea962219b1a25ad00e68a3008614e7f5788793cb9 /x11-apps/xedit
parentPull old versions. (diff)
downloadgentoo-2-e20dc1434bf8f6124016773fcafd9314fd67103f.tar.gz
gentoo-2-e20dc1434bf8f6124016773fcafd9314fd67103f.tar.bz2
gentoo-2-e20dc1434bf8f6124016773fcafd9314fd67103f.zip
Pull old versions.
(Portage version: 2.0.53)
Diffstat (limited to 'x11-apps/xedit')
-rw-r--r--x11-apps/xedit/ChangeLog6
-rw-r--r--x11-apps/xedit/files/digest-xedit-0.99.01
-rw-r--r--x11-apps/xedit/files/digest-xedit-0.99.11
-rw-r--r--x11-apps/xedit/files/digest-xedit-0.99.21
-rw-r--r--x11-apps/xedit/xedit-0.99.0.ebuild31
-rw-r--r--x11-apps/xedit/xedit-0.99.1.ebuild29
-rw-r--r--x11-apps/xedit/xedit-0.99.2.ebuild29
7 files changed, 5 insertions, 93 deletions
diff --git a/x11-apps/xedit/ChangeLog b/x11-apps/xedit/ChangeLog
index 71ea26c53151..7ee30e73a5f3 100644
--- a/x11-apps/xedit/ChangeLog
+++ b/x11-apps/xedit/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for x11-apps/xedit
# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-apps/xedit/ChangeLog,v 1.9 2005/12/04 22:00:28 joshuabaergen Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-apps/xedit/ChangeLog,v 1.10 2005/12/09 06:46:31 spyderous Exp $
+
+ 09 Dec 2005; Donnie Berkholz <spyderous@gentoo.org>; -xedit-0.99.0.ebuild,
+ -xedit-0.99.1.ebuild, -xedit-0.99.2.ebuild:
+ Pull old versions.
*xedit-0.99.3 (04 Dec 2005)
diff --git a/x11-apps/xedit/files/digest-xedit-0.99.0 b/x11-apps/xedit/files/digest-xedit-0.99.0
deleted file mode 100644
index 8ef2994f83c1..000000000000
--- a/x11-apps/xedit/files/digest-xedit-0.99.0
+++ /dev/null
@@ -1 +0,0 @@
-MD5 c673117da2e3ccb2809c59701a4e7c46 xedit-0.99.0.tar.bz2 318965
diff --git a/x11-apps/xedit/files/digest-xedit-0.99.1 b/x11-apps/xedit/files/digest-xedit-0.99.1
deleted file mode 100644
index 08823ff1d205..000000000000
--- a/x11-apps/xedit/files/digest-xedit-0.99.1
+++ /dev/null
@@ -1 +0,0 @@
-MD5 e3c418a593902fe319dfaf3bdb0b4272 xedit-0.99.1.tar.bz2 438427
diff --git a/x11-apps/xedit/files/digest-xedit-0.99.2 b/x11-apps/xedit/files/digest-xedit-0.99.2
deleted file mode 100644
index da057ac0312d..000000000000
--- a/x11-apps/xedit/files/digest-xedit-0.99.2
+++ /dev/null
@@ -1 +0,0 @@
-MD5 7482f6d6aae719fc529ed0d01088bc67 xedit-0.99.2.tar.bz2 438479
diff --git a/x11-apps/xedit/xedit-0.99.0.ebuild b/x11-apps/xedit/xedit-0.99.0.ebuild
deleted file mode 100644
index 8132333a42b7..000000000000
--- a/x11-apps/xedit/xedit-0.99.0.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-apps/xedit/xedit-0.99.0.ebuild,v 1.5 2005/10/19 03:00:44 geoman Exp $
-
-# Must be before x-modular eclass is inherited
-#SNAPSHOT="yes"
-
-inherit x-modular
-
-DESCRIPTION="X.Org xedit application"
-KEYWORDS="~mips ~sparc ~x86"
-# As of 20050927, we should be able to make xprint optional
-#IUSE="xprint"
-RDEPEND="x11-libs/libXprintUtil
- x11-libs/libXaw"
-#xprint? ( x11-libs/libXprintUtil )
-DEPEND="${RDEPEND}"
-
-#CONFIGURE_OPTIONS="$(use_enable xprint)"
-
-pkg_setup() {
-# if use xprint && ! built_with_use x11-libs/libXaw xprint; then
- if ! built_with_use x11-libs/libXaw xprint; then
- die "Build x11-libs/libXaw with USE=xprint."
- fi
-}
-
-src_compile() {
- x-modular_src_configure
- emake -j1 || die "emake failed"
-}
diff --git a/x11-apps/xedit/xedit-0.99.1.ebuild b/x11-apps/xedit/xedit-0.99.1.ebuild
deleted file mode 100644
index e726aba58aca..000000000000
--- a/x11-apps/xedit/xedit-0.99.1.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-apps/xedit/xedit-0.99.1.ebuild,v 1.1 2005/10/20 00:45:22 spyderous Exp $
-
-# Must be before x-modular eclass is inherited
-#SNAPSHOT="yes"
-
-inherit x-modular
-
-DESCRIPTION="X.Org xedit application"
-KEYWORDS="~mips ~sparc ~x86"
-IUSE="xprint"
-RDEPEND="x11-libs/libXprintUtil
- x11-libs/libXaw
- xprint? ( x11-libs/libXprintUtil )"
-DEPEND="${RDEPEND}"
-
-CONFIGURE_OPTIONS="$(use_enable xprint)"
-
-pkg_setup() {
- if use xprint && ! built_with_use x11-libs/libXaw xprint; then
- die "Build x11-libs/libXaw with USE=xprint."
- fi
-}
-
-#src_compile() {
-# x-modular_src_configure
-# emake -j1 || die "emake failed"
-#}
diff --git a/x11-apps/xedit/xedit-0.99.2.ebuild b/x11-apps/xedit/xedit-0.99.2.ebuild
deleted file mode 100644
index 763cc0389768..000000000000
--- a/x11-apps/xedit/xedit-0.99.2.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-apps/xedit/xedit-0.99.2.ebuild,v 1.2 2005/11/17 13:27:00 herbs Exp $
-
-# Must be before x-modular eclass is inherited
-#SNAPSHOT="yes"
-
-inherit x-modular
-
-DESCRIPTION="X.Org xedit application"
-KEYWORDS="~amd64 ~mips ~sparc ~x86"
-IUSE="xprint"
-RDEPEND="x11-libs/libXprintUtil
- x11-libs/libXaw
- xprint? ( x11-libs/libXprintUtil )"
-DEPEND="${RDEPEND}"
-
-CONFIGURE_OPTIONS="$(use_enable xprint)"
-
-pkg_setup() {
- if use xprint && ! built_with_use x11-libs/libXaw xprint; then
- die "Build x11-libs/libXaw with USE=xprint."
- fi
-}
-
-#src_compile() {
-# x-modular_src_configure
-# emake -j1 || die "emake failed"
-#}