diff options
author | 2003-05-24 17:12:11 +0000 | |
---|---|---|
committer | 2003-05-24 17:12:11 +0000 | |
commit | d3da049317f1e29f732ad219dd7d1336725d4a69 (patch) | |
tree | 86462c7ed78c22469fe02cc65ea1a306800639d9 /x11-misc | |
parent | 0.9.3c removes /proc/asound/dev directory, to which /dev/snd used to be (diff) | |
download | gentoo-2-d3da049317f1e29f732ad219dd7d1336725d4a69.tar.gz gentoo-2-d3da049317f1e29f732ad219dd7d1336725d4a69.tar.bz2 gentoo-2-d3da049317f1e29f732ad219dd7d1336725d4a69.zip |
Initial import
Diffstat (limited to 'x11-misc')
-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 |
3 files changed, 27 insertions, 0 deletions
diff --git a/x11-misc/setimgr/Manifest b/x11-misc/setimgr/Manifest new file mode 100644 index 000000000000..3468f62f8d40 --- /dev/null +++ b/x11-misc/setimgr/Manifest @@ -0,0 +1,2 @@ +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 new file mode 100644 index 000000000000..8c191553917e --- /dev/null +++ b/x11-misc/setimgr/files/digest-setimgr-0.04e @@ -0,0 +1 @@ +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 new file mode 100644 index 000000000000..9b7b51bde8cd --- /dev/null +++ b/x11-misc/setimgr/setimgr-0.04e.ebuild @@ -0,0 +1,24 @@ +# 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 +} |