summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDoug Goldstein <cardoe@gentoo.org>2002-07-16 08:13:45 +0000
committerDoug Goldstein <cardoe@gentoo.org>2002-07-16 08:13:45 +0000
commit8502c7a2607bf9ca76ea088126ec587492fdc6f7 (patch)
treee8479f9d19c69e44c39f7b3b6f8a699d086102b5 /app-misc
parentremoved dev-lang\/php for dev-php (diff)
downloadgentoo-2-8502c7a2607bf9ca76ea088126ec587492fdc6f7.tar.gz
gentoo-2-8502c7a2607bf9ca76ea088126ec587492fdc6f7.tar.bz2
gentoo-2-8502c7a2607bf9ca76ea088126ec587492fdc6f7.zip
I'm an idiot and forgot to commit this 3-4 days ago.
Diffstat (limited to 'app-misc')
-rw-r--r--app-misc/spicctrl/ChangeLog10
-rw-r--r--app-misc/spicctrl/files/digest-spicctrl-1.21
-rw-r--r--app-misc/spicctrl/spicctrl-1.2.ebuild23
3 files changed, 34 insertions, 0 deletions
diff --git a/app-misc/spicctrl/ChangeLog b/app-misc/spicctrl/ChangeLog
new file mode 100644
index 000000000000..5aa2a276d66e
--- /dev/null
+++ b/app-misc/spicctrl/ChangeLog
@@ -0,0 +1,10 @@
+# ChangeLog for app-misc/spicctrl
+# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL v2
+
+*spicctrl (12 Jul 2002)
+
+ 12 Jul 2002; Doug Goldstein <cardoe@gentoo.org> ChangeLog spicctrl-1.2.ebuild
+ files/digest-spicctrl-1.2 :
+
+ Ebuild submitted by hanno@gmx.de (Hanno Boeck) in bug #2985
+ Cleaned up prior to comitting
diff --git a/app-misc/spicctrl/files/digest-spicctrl-1.2 b/app-misc/spicctrl/files/digest-spicctrl-1.2
new file mode 100644
index 000000000000..d35bbf5ba2be
--- /dev/null
+++ b/app-misc/spicctrl/files/digest-spicctrl-1.2
@@ -0,0 +1 @@
+MD5 e0e9b38c0d412476f8d85cd21ad28e27 spicctrl-1.2.tar.bz2 3367
diff --git a/app-misc/spicctrl/spicctrl-1.2.ebuild b/app-misc/spicctrl/spicctrl-1.2.ebuild
new file mode 100644
index 000000000000..4e1149810632
--- /dev/null
+++ b/app-misc/spicctrl/spicctrl-1.2.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2002 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# Maintainer: Hanno Boeck <hanno@gmx.de>
+# /space/gentoo/cvsroot/gentoo-x86/skel.ebuild,v 1.7 2002/05/18 17:25:12 agenkin Exp
+
+
+DESCRIPTION="spicctrl 1.2 - Tool for the sonypi-Device (found in Sony Vaio Notebooks)"
+HOMEPAGE="http://www.alcove-labs.org/en/software/sonypi/"
+LICENSE="GPL"
+DEPEND=""
+RDEPEND="${DEPEND}"
+SRC_URI="http://download.alcove-labs.org/software/sonypi/${P}.tar.bz2"
+S=${WORKDIR}/${P}
+SLOT="0"
+KEYWORDS="x86"
+
+src_compile() {
+ emake CFLAGS="${CFLAGS} -Wall -Wstrict-prototypes" || die
+}
+
+src_install () {
+ dobin spicctrl
+}