summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHanno Böck <hanno@gentoo.org>2003-06-23 10:19:58 +0000
committerHanno Böck <hanno@gentoo.org>2003-06-23 10:19:58 +0000
commit2b25e13c1e4ecbc4f5df2a0abed155997e5bdb7a (patch)
tree57876f0cd821e7ac66168243ab9c775da05f7fda /app-misc
parentremoved old ebuilds of sonypid (diff)
downloadgentoo-2-2b25e13c1e4ecbc4f5df2a0abed155997e5bdb7a.tar.gz
gentoo-2-2b25e13c1e4ecbc4f5df2a0abed155997e5bdb7a.tar.bz2
gentoo-2-2b25e13c1e4ecbc4f5df2a0abed155997e5bdb7a.zip
version bump of spicctrl
Diffstat (limited to 'app-misc')
-rw-r--r--app-misc/spicctrl/ChangeLog5
-rw-r--r--app-misc/spicctrl/Manifest4
-rw-r--r--app-misc/spicctrl/files/digest-spicctrl-1.61
-rw-r--r--app-misc/spicctrl/spicctrl-1.6.ebuild22
4 files changed, 31 insertions, 1 deletions
diff --git a/app-misc/spicctrl/ChangeLog b/app-misc/spicctrl/ChangeLog
index 140b3c2aa9f5..7c9525727135 100644
--- a/app-misc/spicctrl/ChangeLog
+++ b/app-misc/spicctrl/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for app-misc/spicctrl
# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
+*spicctrl-1.6 (23 Jun 2003)
+
+ 23 Jun 2003; Hanno Boeck <hanno@gentoo.org> spicctrl-1.6.ebuild:
+ Version bump.
+
*spicctrl-1.5 (04 Dez 2002)
06 Dec 2002; Rodney Rees <manson@gentoo.org> : changed sparc ~sparc keywords
diff --git a/app-misc/spicctrl/Manifest b/app-misc/spicctrl/Manifest
index dfa21ecafdd9..afba5adbd72d 100644
--- a/app-misc/spicctrl/Manifest
+++ b/app-misc/spicctrl/Manifest
@@ -1,3 +1,5 @@
-MD5 93b2504d0967901dcc4ce56e0024f341 ChangeLog 770
+MD5 272f410ef59c887eda92cbbecf16a498 ChangeLog 883
+MD5 143ed60e28dff44cc7df075de8e30c43 spicctrl-1.6.ebuild 590
MD5 154793ed71b298b4db16a2fdc585ce75 spicctrl-1.5.ebuild 590
+MD5 0d7468de1260d5c77dfa75e3f2c7e33a files/digest-spicctrl-1.6 64
MD5 ae164e021a90ef593ebbb3b1b33a1360 files/digest-spicctrl-1.5 63
diff --git a/app-misc/spicctrl/files/digest-spicctrl-1.6 b/app-misc/spicctrl/files/digest-spicctrl-1.6
new file mode 100644
index 000000000000..32dceb9a6c7b
--- /dev/null
+++ b/app-misc/spicctrl/files/digest-spicctrl-1.6
@@ -0,0 +1 @@
+MD5 a40c3be6183996e5c3eb062b3d8d5171 spicctrl-1.6.tar.bz2 10404
diff --git a/app-misc/spicctrl/spicctrl-1.6.ebuild b/app-misc/spicctrl/spicctrl-1.6.ebuild
new file mode 100644
index 000000000000..730c745074f3
--- /dev/null
+++ b/app-misc/spicctrl/spicctrl-1.6.ebuild
@@ -0,0 +1,22 @@
+# 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.6.ebuild,v 1.1 2003/06/23 10:19:34 hanno 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
+}