diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2009-04-30 22:54:14 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2009-04-30 22:54:14 +0000 |
commit | 8dfeb3e46938f0630dfa6522705bcfb97fd9f6ee (patch) | |
tree | 65ee2063a28c72c118c0716f1ba2279d17c630c2 | |
parent | old (diff) | |
download | gentoo-2-8dfeb3e46938f0630dfa6522705bcfb97fd9f6ee.tar.gz gentoo-2-8dfeb3e46938f0630dfa6522705bcfb97fd9f6ee.tar.bz2 gentoo-2-8dfeb3e46938f0630dfa6522705bcfb97fd9f6ee.zip |
old
(Portage version: 2.1.6.11/cvs/Linux x86_64)
-rw-r--r-- | x11-apps/xcalc/Manifest | 3 | ||||
-rw-r--r-- | x11-apps/xcalc/xcalc-1.0.1.ebuild | 24 | ||||
-rw-r--r-- | x11-apps/xcalc/xcalc-1.0.2.ebuild | 24 |
3 files changed, 0 insertions, 51 deletions
diff --git a/x11-apps/xcalc/Manifest b/x11-apps/xcalc/Manifest index 67127923afa1..9fcd79b44863 100644 --- a/x11-apps/xcalc/Manifest +++ b/x11-apps/xcalc/Manifest @@ -1,7 +1,4 @@ -DIST xcalc-1.0.1.tar.bz2 93745 RMD160 8711520a583156f4c9c5b2c5660cf7a3d7c2f8dc SHA1 7138275c416c6463ae287df1b9e25df6f1771319 SHA256 17484e5fec0ebe7dd8df7218fde1449c52be3f4c6377a85a9fd86e377a7f4248 DIST xcalc-1.0.2.tar.bz2 106117 RMD160 d38d1e35c6fe76f1cf679dc721d7f1385597702c SHA1 0bb9691201e403d294779e401a70f32d6d99cdd9 SHA256 96375e2d212e7249d14d0beac73c1a6d89252b5fcf571bd9f5c7303a14bb4a32 -EBUILD xcalc-1.0.1.ebuild 635 RMD160 c7e836df0c691a57622bbef1e092e775cdf4479d SHA1 b7b58fef81b70295194a714f3ef35482b2f093e9 SHA256 dc13be9f7805b92367bf26eb908d1dc34802f418f73fd2dd0b6f72f97618eb97 EBUILD xcalc-1.0.2-r1.ebuild 499 RMD160 6bd12f20f41b3f23b6bde0cc31ffee82640d691e SHA1 389004e68e29d37d4c02f5fa14a0ea11f25aadac SHA256 6c5ebf65a20948499501f0e053749b10e7178aab1131e58d6907bdb58c2a2313 -EBUILD xcalc-1.0.2.ebuild 635 RMD160 8d0cd0898acf4f8c697b3b07d2842208c49495db SHA1 ef14f16d51511502e0df78b67764cc4c2c66efb9 SHA256 894f270074adf6abc726618f2b6204dc1fa55867ad9e8d8a60f187892257a2bb MISC ChangeLog 3210 RMD160 02a2bcfca645b0292faea55e671fe5846e5c10f8 SHA1 a2be9102c1f1046c7f5d1709691de39f935232fd SHA256 f98ca1e8d17599ae64f11c2dbfe6eec29d776bc0195d759f4b475f9e56d8d8b3 MISC metadata.xml 156 RMD160 c1274bdccf57603d580de0075ba07a35b7509560 SHA1 6f78f604e3d079d39189b40aaaa1ddb06182ad91 SHA256 5101ab0d4cc8c7125eea733c44e86962769bd77acaf53b69223b9cadcdd29055 diff --git a/x11-apps/xcalc/xcalc-1.0.1.ebuild b/x11-apps/xcalc/xcalc-1.0.1.ebuild deleted file mode 100644 index b466051b1e33..000000000000 --- a/x11-apps/xcalc/xcalc-1.0.1.ebuild +++ /dev/null @@ -1,24 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-apps/xcalc/xcalc-1.0.1.ebuild,v 1.10 2008/01/13 09:36:11 vapier Exp $ - -# Must be before x-modular eclass is inherited -#SNAPSHOT="yes" - -inherit x-modular - -DESCRIPTION="scientific calculator for X" - -KEYWORDS="amd64 arm ~mips ~ppc ppc64 s390 sh ~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.2.ebuild b/x11-apps/xcalc/xcalc-1.0.2.ebuild deleted file mode 100644 index ec3dd4943922..000000000000 --- a/x11-apps/xcalc/xcalc-1.0.2.ebuild +++ /dev/null @@ -1,24 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-apps/xcalc/xcalc-1.0.2.ebuild,v 1.5 2008/02/05 11:28:38 corsair Exp $ - -# Must be before x-modular eclass is inherited -#SNAPSHOT="yes" - -inherit x-modular - -DESCRIPTION="scientific calculator for X" - -KEYWORDS="amd64 arm ~mips ~ppc ppc64 s390 sh ~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 -} |