diff options
author | Daniel Ahlberg <aliz@gentoo.org> | 2003-05-27 07:38:35 +0000 |
---|---|---|
committer | Daniel Ahlberg <aliz@gentoo.org> | 2003-05-27 07:38:35 +0000 |
commit | 3c584e38a923d3ff4855647db175c10b3bc0068e (patch) | |
tree | aa52444a1969172e7fa984534cf827d12bfba9e5 /x11-misc | |
parent | Version bump (diff) | |
download | gentoo-2-3c584e38a923d3ff4855647db175c10b3bc0068e.tar.gz gentoo-2-3c584e38a923d3ff4855647db175c10b3bc0068e.tar.bz2 gentoo-2-3c584e38a923d3ff4855647db175c10b3bc0068e.zip |
Move setimgr to app-sci
Diffstat (limited to 'x11-misc')
-rw-r--r-- | x11-misc/setimgr/ChangeLog | 9 | ||||
-rw-r--r-- | x11-misc/setimgr/Manifest | 2 | ||||
-rw-r--r-- | x11-misc/setimgr/files/digest-setimgr-0.04e | 1 | ||||
-rw-r--r-- | x11-misc/setimgr/setimgr-0.04e.ebuild | 24 |
4 files changed, 0 insertions, 36 deletions
diff --git a/x11-misc/setimgr/ChangeLog b/x11-misc/setimgr/ChangeLog deleted file mode 100644 index 592835083f5a..000000000000 --- a/x11-misc/setimgr/ChangeLog +++ /dev/null @@ -1,9 +0,0 @@ -# ChangeLog x11-misc/setimgr -# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/setimgr/ChangeLog,v 1.1 2003/05/24 17:23:19 aliz Exp $ - -*setimgr-0.04e (24 May 2003) - - 24 May 2003; Daniel Ahlberg <aliz@gentoo.org> : - Initial import. Ebuild contributed by gentoo@fuzz.dk <gentoo@fuzz.dk> - in #21057. diff --git a/x11-misc/setimgr/Manifest b/x11-misc/setimgr/Manifest deleted file mode 100644 index 3468f62f8d40..000000000000 --- a/x11-misc/setimgr/Manifest +++ /dev/null @@ -1,2 +0,0 @@ -MD5 088bbcc47f426bb65a57ef37dd9d95b2 setimgr-0.04e.ebuild 905 -MD5 67c33323344646c8df00d04a1be8ee45 files/digest-setimgr-0.04e 64 diff --git a/x11-misc/setimgr/files/digest-setimgr-0.04e b/x11-misc/setimgr/files/digest-setimgr-0.04e deleted file mode 100644 index 8c191553917e..000000000000 --- a/x11-misc/setimgr/files/digest-setimgr-0.04e +++ /dev/null @@ -1 +0,0 @@ -MD5 f2c2f76f2f77e6c3b2d30db16a373d5d setimgr-0.04e.tar.gz 15165 diff --git a/x11-misc/setimgr/setimgr-0.04e.ebuild b/x11-misc/setimgr/setimgr-0.04e.ebuild deleted file mode 100644 index 9b7b51bde8cd..000000000000 --- a/x11-misc/setimgr/setimgr-0.04e.ebuild +++ /dev/null @@ -1,24 +0,0 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/setimgr/setimgr-0.04e.ebuild,v 1.1 2003/05/24 17:12:11 aliz Exp $ - -DESCRIPTION="A SETI@home management program" -HOMEPAGE="http://www.arkady.demon.co.uk/seti/" -SRC_URI="http://www.arkady.demon.co.uk/seti/${P}.tar.gz" -LICENSE="as-is" -SLOT="0" -KEYWORDS="~x86" -IUSE="" -DEPEND="" -RDEPEND=">=setiathome-3.08" - -src_compile() { - emake || die -# mv simple_setup.sh setimgr-simple_setup.sh -} - -src_install() { - dodoc README - newbin simple_setup.sh setimgr-simple_setup.sh - dobin setimgr -} |