diff options
author | Hanno Böck <hanno@gentoo.org> | 2003-11-27 16:13:52 +0000 |
---|---|---|
committer | Hanno Böck <hanno@gentoo.org> | 2003-11-27 16:13:52 +0000 |
commit | d9d9c49f02496536cdfe5059b5e144940c37feab (patch) | |
tree | 47085b468c1d3c951320902370d12504b16c3e3c /app-misc/spicctrl | |
parent | cleanup scribus dir (diff) | |
download | gentoo-2-d9d9c49f02496536cdfe5059b5e144940c37feab.tar.gz gentoo-2-d9d9c49f02496536cdfe5059b5e144940c37feab.tar.bz2 gentoo-2-d9d9c49f02496536cdfe5059b5e144940c37feab.zip |
cleanup spicctrl dir
Diffstat (limited to 'app-misc/spicctrl')
-rw-r--r-- | app-misc/spicctrl/Manifest | 2 | ||||
-rw-r--r-- | app-misc/spicctrl/files/digest-spicctrl-1.5 | 1 | ||||
-rw-r--r-- | app-misc/spicctrl/spicctrl-1.5.ebuild | 22 |
3 files changed, 0 insertions, 25 deletions
diff --git a/app-misc/spicctrl/Manifest b/app-misc/spicctrl/Manifest index db110d81093f..eaed9e19b1bd 100644 --- a/app-misc/spicctrl/Manifest +++ b/app-misc/spicctrl/Manifest @@ -1,5 +1,3 @@ MD5 ad93a603b3d1c02b2a4352887a5b8ca2 ChangeLog 883 -MD5 154793ed71b298b4db16a2fdc585ce75 spicctrl-1.5.ebuild 590 MD5 dbd44633b9d7d08058bfba2a746c98e4 spicctrl-1.6.ebuild 588 -MD5 ae164e021a90ef593ebbb3b1b33a1360 files/digest-spicctrl-1.5 63 MD5 0d7468de1260d5c77dfa75e3f2c7e33a files/digest-spicctrl-1.6 64 diff --git a/app-misc/spicctrl/files/digest-spicctrl-1.5 b/app-misc/spicctrl/files/digest-spicctrl-1.5 deleted file mode 100644 index aca048994b5a..000000000000 --- a/app-misc/spicctrl/files/digest-spicctrl-1.5 +++ /dev/null @@ -1 +0,0 @@ -MD5 ba0392c17cf23cca405ecf44379419b0 spicctrl-1.5.tar.bz2 9782 diff --git a/app-misc/spicctrl/spicctrl-1.5.ebuild b/app-misc/spicctrl/spicctrl-1.5.ebuild deleted file mode 100644 index a5014dd8ad41..000000000000 --- a/app-misc/spicctrl/spicctrl-1.5.ebuild +++ /dev/null @@ -1,22 +0,0 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/spicctrl/spicctrl-1.5.ebuild,v 1.4 2003/02/13 09:09:23 vapier Exp $ - -S=${WORKDIR}/${P} -DESCRIPTION="spicctrl - tool for the sonypi-Device (found in Sony Vaio Notebooks)" -HOMEPAGE="http://spop.free.fr/sonypi/" -SRC_URI="http://spop.free.fr/sonypi/${P}.tar.bz2" -SLOT="0" -LICENSE="GPL-2" -KEYWORDS="x86 -ppc -sparc" -IUSE="" - -DEPEND="virtual/glibc" - -src_compile() { - emake CFLAGS="${CFLAGS}" || die -} - -src_install() { - dobin spicctrl -} |