summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2009-04-30 23:00:17 +0000
committerSamuli Suominen <ssuominen@gentoo.org>2009-04-30 23:00:17 +0000
commit9ad4a226fcf9ff3f24d6195bcca857fd64b04c6e (patch)
treebcb0ad86ff0f587f06a1020d9de814c7696e3425 /x11-apps/xconsole
parentRemove xphelloworld since xprint is obsolete. (diff)
downloadhistorical-9ad4a226fcf9ff3f24d6195bcca857fd64b04c6e.tar.gz
historical-9ad4a226fcf9ff3f24d6195bcca857fd64b04c6e.tar.bz2
historical-9ad4a226fcf9ff3f24d6195bcca857fd64b04c6e.zip
old
Package-Manager: portage-2.1.6.11/cvs/Linux x86_64
Diffstat (limited to 'x11-apps/xconsole')
-rw-r--r--x11-apps/xconsole/Manifest3
-rw-r--r--x11-apps/xconsole/xconsole-1.0.2.ebuild22
-rw-r--r--x11-apps/xconsole/xconsole-1.0.3.ebuild22
3 files changed, 0 insertions, 47 deletions
diff --git a/x11-apps/xconsole/Manifest b/x11-apps/xconsole/Manifest
index db870f78d128..b24d38aa8fdb 100644
--- a/x11-apps/xconsole/Manifest
+++ b/x11-apps/xconsole/Manifest
@@ -1,7 +1,4 @@
-DIST xconsole-1.0.2.tar.bz2 86486 RMD160 724bbcb99b7190d66a70bfe19e33cd36529dee2c SHA1 49ad2a07af1f2d996c7e0721b0264538caaee8c4 SHA256 45db847e810a932bb962041a4c242f97779142f7e36feec64ec5f9073bd9b377
DIST xconsole-1.0.3.tar.bz2 98733 RMD160 c497c7df959d073db33c3e603a411cca3584337c SHA1 31408b28b67fe74f3d21c98cc2cada03ff9cefab SHA256 1b1ec25fefad34f5c33c74474358c1f5a8702d8c04defc854826bccb7a46bc45
-EBUILD xconsole-1.0.2.ebuild 652 RMD160 339a541f6ee78592f8b9c18af7b57270ca92f17f SHA1 abb83a1303338cf77f8bac5f35e70de3ff0638f8 SHA256 52b456ecd0deacf0fa4b009c80619568004a60d1726a8046d116c092965759b9
EBUILD xconsole-1.0.3-r1.ebuild 525 RMD160 619bb88e9aee7c9962a55d8a88e9f487c9c9bff6 SHA1 bee2af982b5fcb8866839c5a115f431194412bca SHA256 c88b739e90f0e4a6d26e4d9d4416b1aeabfb25104852d97c2814d032f558a73d
-EBUILD xconsole-1.0.3.ebuild 661 RMD160 0fac58792ea263454aaee37192ad9fe5cf59e731 SHA1 d060d5096aa408ef63c57297e20a6067e38c2b9e SHA256 94d7a561d17d4298cdcb7748e553637593bab67056906872153633879fd6ff35
MISC ChangeLog 3927 RMD160 c40c3d943b6af7de2ab67a4fcef4faa87090cf1d SHA1 b9e7f397ea764b9ca4e728de6314e30359c4d592 SHA256 d4ed1aa639bcf0d40bb06b7a4224cb75ae2dce20182c2780aa823b113813cb24
MISC metadata.xml 156 RMD160 c1274bdccf57603d580de0075ba07a35b7509560 SHA1 6f78f604e3d079d39189b40aaaa1ddb06182ad91 SHA256 5101ab0d4cc8c7125eea733c44e86962769bd77acaf53b69223b9cadcdd29055
diff --git a/x11-apps/xconsole/xconsole-1.0.2.ebuild b/x11-apps/xconsole/xconsole-1.0.2.ebuild
deleted file mode 100644
index 5c61ee5b82b4..000000000000
--- a/x11-apps/xconsole/xconsole-1.0.2.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2006 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-apps/xconsole/xconsole-1.0.2.ebuild,v 1.6 2008/01/13 09:28:26 vapier Exp $
-
-# Must be before x-modular eclass is inherited
-#SNAPSHOT="yes"
-
-inherit x-modular
-
-DESCRIPTION="monitor system console messages with X"
-KEYWORDS="alpha 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/xconsole/xconsole-1.0.3.ebuild b/x11-apps/xconsole/xconsole-1.0.3.ebuild
deleted file mode 100644
index 8fa4592f3952..000000000000
--- a/x11-apps/xconsole/xconsole-1.0.3.ebuild
+++ /dev/null
@@ -1,22 +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/xconsole/xconsole-1.0.3.ebuild,v 1.6 2008/02/05 11:29:46 corsair Exp $
-
-# Must be before x-modular eclass is inherited
-#SNAPSHOT="yes"
-
-inherit x-modular
-
-DESCRIPTION="monitor system console messages with X"
-KEYWORDS="alpha amd64 arm ~ia64 ~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
-}