summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2009-04-30 22:50:05 +0000
committerSamuli Suominen <ssuominen@gentoo.org>2009-04-30 22:50:05 +0000
commitc8692a5d664390b80b40a38711dec29db08cc8ef (patch)
tree4a9af77d23c5798077cddf95386dcf3ff19ae076 /x11-apps
parentold (diff)
downloadgentoo-2-c8692a5d664390b80b40a38711dec29db08cc8ef.tar.gz
gentoo-2-c8692a5d664390b80b40a38711dec29db08cc8ef.tar.bz2
gentoo-2-c8692a5d664390b80b40a38711dec29db08cc8ef.zip
old
(Portage version: 2.1.6.11/cvs/Linux x86_64)
Diffstat (limited to 'x11-apps')
-rw-r--r--x11-apps/xmag/Manifest3
-rw-r--r--x11-apps/xmag/xmag-1.0.1.ebuild24
-rw-r--r--x11-apps/xmag/xmag-1.0.2.ebuild24
3 files changed, 0 insertions, 51 deletions
diff --git a/x11-apps/xmag/Manifest b/x11-apps/xmag/Manifest
index e0249de538b4..7e2f9dfffa6a 100644
--- a/x11-apps/xmag/Manifest
+++ b/x11-apps/xmag/Manifest
@@ -1,7 +1,4 @@
-DIST xmag-1.0.1.tar.bz2 93719 RMD160 43cc9c196e688b10d5e499f578a0a9936933ab53 SHA1 f0e706de7f012491cce750faaa5e8ab10e3afeec SHA256 1f239057cdfb2164b2e8fc229e2518d20b27a853f975e73618a4a81f09ebeb02
DIST xmag-1.0.2.tar.bz2 106793 RMD160 7d2ca4ddd1d451708b04b9b862b6035d6bd81e94 SHA1 081c6c01ad0b132fd5634008464d77a0e929bacb SHA256 51dd943e607ddd8067fd13cd597998fb00560cbf06450a8c374563a78a86da43
-EBUILD xmag-1.0.1.ebuild 627 RMD160 79a1df63e3c2b15564bf4629523953de40476d86 SHA1 866248cf77fc872b1a993b1c174200294b38f3b1 SHA256 3171c6e19e74ba5e47d1746ad4b1e98885debba2489d97fa8f45d42e988d2f6e
EBUILD xmag-1.0.2-r1.ebuild 492 RMD160 7ea355f445e857bdbda10ec254a57b6599d5c633 SHA1 82b606037ad6060a781189c9c6ed85a9d6441227 SHA256 fa79a1d16c0a650f71d4f91f402d222025883df69af2fa8e1517276805f03d3e
-EBUILD xmag-1.0.2.ebuild 628 RMD160 402cab4449f4120fe250cf9aea875a68cebe92ec SHA1 274215f4ef9f031968083b41b83ed2fad25ba447 SHA256 11a49a4129af2e4d937d55173184580e73e0630c9e43c9197b3cb8164972fca7
MISC ChangeLog 3153 RMD160 11fc901e6e8ebd56d380cab46e33e4885510998b SHA1 956c5765a850bd20620ad302e3b23a1c6ff113fc SHA256 3c3cd3739728b5c0b8d9b8d207051345922ca0c53e80a468deaeb431e46c8000
MISC metadata.xml 156 RMD160 c1274bdccf57603d580de0075ba07a35b7509560 SHA1 6f78f604e3d079d39189b40aaaa1ddb06182ad91 SHA256 5101ab0d4cc8c7125eea733c44e86962769bd77acaf53b69223b9cadcdd29055
diff --git a/x11-apps/xmag/xmag-1.0.1.ebuild b/x11-apps/xmag/xmag-1.0.1.ebuild
deleted file mode 100644
index 9b88a57501d9..000000000000
--- a/x11-apps/xmag/xmag-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/xmag/xmag-1.0.1.ebuild,v 1.9 2008/01/13 09:35:36 vapier Exp $
-
-# Must be before x-modular eclass is inherited
-#SNAPSHOT="yes"
-
-inherit x-modular
-
-DESCRIPTION="X.Org xmag application"
-
-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/xmag/xmag-1.0.2.ebuild b/x11-apps/xmag/xmag-1.0.2.ebuild
deleted file mode 100644
index 40e62fbfbcfe..000000000000
--- a/x11-apps/xmag/xmag-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/xmag/xmag-1.0.2.ebuild,v 1.5 2008/02/05 11:35:30 corsair Exp $
-
-# Must be before x-modular eclass is inherited
-#SNAPSHOT="yes"
-
-inherit x-modular
-
-DESCRIPTION="X.Org xmag application"
-
-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
-}