summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHanno Boeck <hanno@gentoo.org>2002-12-04 15:36:39 +0000
committerHanno Boeck <hanno@gentoo.org>2002-12-04 15:36:39 +0000
commit465715689514892ffdd4fb0979f1056604373ccc (patch)
treeebcd748790d06bc474bb204a01c7ca913a9dabb1 /app-misc
parentnew version of sonypid (diff)
downloadhistorical-465715689514892ffdd4fb0979f1056604373ccc.tar.gz
historical-465715689514892ffdd4fb0979f1056604373ccc.tar.bz2
historical-465715689514892ffdd4fb0979f1056604373ccc.zip
new version of spicctrl
Diffstat (limited to 'app-misc')
-rw-r--r--app-misc/spicctrl/ChangeLog5
-rw-r--r--app-misc/spicctrl/files/digest-spicctrl-1.21
-rw-r--r--app-misc/spicctrl/files/digest-spicctrl-1.51
-rw-r--r--app-misc/spicctrl/spicctrl-1.2.ebuild22
-rw-r--r--app-misc/spicctrl/spicctrl-1.5.ebuild22
5 files changed, 28 insertions, 23 deletions
diff --git a/app-misc/spicctrl/ChangeLog b/app-misc/spicctrl/ChangeLog
index caf2910f4146..74f7081e73a2 100644
--- a/app-misc/spicctrl/ChangeLog
+++ b/app-misc/spicctrl/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for app-misc/spicctrl
# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL v2
+*spicctrl-1.5 (04 Dez 2002)
+
+ 04 Dez 2002; Hanno Boeck <hanno@gentoo.org> spicctrl-1.5.ebuild :
+ New version.
+
*spicctrl-1.4 (17 Nov 2002)
17 Nov 2002; Hanno Boeck <hanno@gentoo.org> spicctrl-1.4.ebuild :
diff --git a/app-misc/spicctrl/files/digest-spicctrl-1.2 b/app-misc/spicctrl/files/digest-spicctrl-1.2
deleted file mode 100644
index d35bbf5ba2be..000000000000
--- a/app-misc/spicctrl/files/digest-spicctrl-1.2
+++ /dev/null
@@ -1 +0,0 @@
-MD5 e0e9b38c0d412476f8d85cd21ad28e27 spicctrl-1.2.tar.bz2 3367
diff --git a/app-misc/spicctrl/files/digest-spicctrl-1.5 b/app-misc/spicctrl/files/digest-spicctrl-1.5
new file mode 100644
index 000000000000..aca048994b5a
--- /dev/null
+++ b/app-misc/spicctrl/files/digest-spicctrl-1.5
@@ -0,0 +1 @@
+MD5 ba0392c17cf23cca405ecf44379419b0 spicctrl-1.5.tar.bz2 9782
diff --git a/app-misc/spicctrl/spicctrl-1.2.ebuild b/app-misc/spicctrl/spicctrl-1.2.ebuild
deleted file mode 100644
index f2bfe0776d1c..000000000000
--- a/app-misc/spicctrl/spicctrl-1.2.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2002 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/spicctrl/spicctrl-1.2.ebuild,v 1.4 2002/10/20 18:40:23 vapier Exp $
-
-S=${WORKDIR}/${P}
-DESCRIPTION="spicctrl 1.2 - Tool for the sonypi-Device (found in Sony Vaio Notebooks)"
-HOMEPAGE="http://www.alcove-labs.org/en/software/sonypi/"
-SRC_URI="http://download.alcove-labs.org/software/sonypi/${P}.tar.bz2"
-
-SLOT="0"
-LICENSE="GPL-2"
-KEYWORDS="x86 -ppc -sparc -sparc64"
-
-DEPEND="virtual/glibc"
-
-src_compile() {
- emake CFLAGS="${CFLAGS} -Wall -Wstrict-prototypes" || die
-}
-
-src_install() {
- dobin spicctrl
-}
diff --git a/app-misc/spicctrl/spicctrl-1.5.ebuild b/app-misc/spicctrl/spicctrl-1.5.ebuild
new file mode 100644
index 000000000000..d63b7e38cd4a
--- /dev/null
+++ b/app-misc/spicctrl/spicctrl-1.5.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2002 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.1 2002/12/04 15:36:39 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 -sparc64"
+IUSE=""
+
+DEPEND="virtual/glibc"
+
+src_compile() {
+ emake CFLAGS="${CFLAGS}" || die
+}
+
+src_install() {
+ dobin spicctrl
+}