diff options
author | Joshua Baergen <joshuabaergen@gentoo.org> | 2005-12-26 21:04:01 +0000 |
---|---|---|
committer | Joshua Baergen <joshuabaergen@gentoo.org> | 2005-12-26 21:04:01 +0000 |
commit | 39fe5d2e3d0a5247a9afe622ce8ad42f9b4892f6 (patch) | |
tree | 334081f26594f84ea6fff0da1073c191c4c182be /x11-apps/xcalc | |
parent | Fix init script for linux-2.4 (bug #116220), remove older ebuilds (diff) | |
download | gentoo-2-39fe5d2e3d0a5247a9afe622ce8ad42f9b4892f6.tar.gz gentoo-2-39fe5d2e3d0a5247a9afe622ce8ad42f9b4892f6.tar.bz2 gentoo-2-39fe5d2e3d0a5247a9afe622ce8ad42f9b4892f6.zip |
Pull old versions.
(Portage version: 2.1_pre2)
Diffstat (limited to 'x11-apps/xcalc')
-rw-r--r-- | x11-apps/xcalc/ChangeLog | 6 | ||||
-rw-r--r-- | x11-apps/xcalc/files/digest-xcalc-0.99.2 | 1 | ||||
-rw-r--r-- | x11-apps/xcalc/files/digest-xcalc-1.0.0 | 1 | ||||
-rw-r--r-- | x11-apps/xcalc/xcalc-0.99.2.ebuild | 22 | ||||
-rw-r--r-- | x11-apps/xcalc/xcalc-1.0.0.ebuild | 22 |
5 files changed, 5 insertions, 47 deletions
diff --git a/x11-apps/xcalc/ChangeLog b/x11-apps/xcalc/ChangeLog index 8edfe012271a..0e71cca13556 100644 --- a/x11-apps/xcalc/ChangeLog +++ b/x11-apps/xcalc/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-apps/xcalc # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-apps/xcalc/ChangeLog,v 1.9 2005/12/23 10:32:55 spyderous Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xcalc/ChangeLog,v 1.10 2005/12/26 21:01:14 joshuabaergen Exp $ + + 26 Dec 2005; Joshua Baergen <joshuabaergen@gentoo.org> + -xcalc-0.99.2.ebuild, -xcalc-1.0.0.ebuild: + Pull old versions. *xcalc-1.0.1 (23 Dec 2005) diff --git a/x11-apps/xcalc/files/digest-xcalc-0.99.2 b/x11-apps/xcalc/files/digest-xcalc-0.99.2 deleted file mode 100644 index 5e49a96d7339..000000000000 --- a/x11-apps/xcalc/files/digest-xcalc-0.99.2 +++ /dev/null @@ -1 +0,0 @@ -MD5 f7e80a11b2dc5ca931087bbb635b1838 xcalc-0.99.2.tar.bz2 92254 diff --git a/x11-apps/xcalc/files/digest-xcalc-1.0.0 b/x11-apps/xcalc/files/digest-xcalc-1.0.0 deleted file mode 100644 index f940e75ba99c..000000000000 --- a/x11-apps/xcalc/files/digest-xcalc-1.0.0 +++ /dev/null @@ -1 +0,0 @@ -MD5 6144c048a09462537cb33a48287e1481 xcalc-1.0.0.tar.bz2 93371 diff --git a/x11-apps/xcalc/xcalc-0.99.2.ebuild b/x11-apps/xcalc/xcalc-0.99.2.ebuild deleted file mode 100644 index 0cd6b7d8289b..000000000000 --- a/x11-apps/xcalc/xcalc-0.99.2.ebuild +++ /dev/null @@ -1,22 +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/xcalc/xcalc-0.99.2.ebuild,v 1.1 2005/12/04 21:54:38 joshuabaergen Exp $ - -# Must be before x-modular eclass is inherited -#SNAPSHOT="yes" - -inherit x-modular - -DESCRIPTION="X.Org xcalc application" -KEYWORDS="~amd64 ~arm ~mips ~s390 ~sparc ~x86" -IUSE="xprint" -RDEPEND="x11-libs/libXaw" -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 -} diff --git a/x11-apps/xcalc/xcalc-1.0.0.ebuild b/x11-apps/xcalc/xcalc-1.0.0.ebuild deleted file mode 100644 index 168500e0f89e..000000000000 --- a/x11-apps/xcalc/xcalc-1.0.0.ebuild +++ /dev/null @@ -1,22 +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/xcalc/xcalc-1.0.0.ebuild,v 1.1 2005/12/18 19:25:48 joshuabaergen Exp $ - -# Must be before x-modular eclass is inherited -#SNAPSHOT="yes" - -inherit x-modular - -DESCRIPTION="X.Org xcalc application" -KEYWORDS="~amd64 ~arm ~mips ~s390 ~sparc ~x86" -IUSE="xprint" -RDEPEND="x11-libs/libXaw" -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 -} |