diff options
author | Hanno Böck <hanno@gentoo.org> | 2002-11-17 22:08:55 +0000 |
---|---|---|
committer | Hanno Böck <hanno@gentoo.org> | 2002-11-17 22:08:55 +0000 |
commit | fa1ef8d2b3cf03c534b67c7d17137c18a7e2ac53 (patch) | |
tree | 047fa320ae091dbbb9bcd49e680ca93a5009c550 /app-misc | |
parent | new sonypid 1.4 (diff) | |
download | gentoo-2-fa1ef8d2b3cf03c534b67c7d17137c18a7e2ac53.tar.gz gentoo-2-fa1ef8d2b3cf03c534b67c7d17137c18a7e2ac53.tar.bz2 gentoo-2-fa1ef8d2b3cf03c534b67c7d17137c18a7e2ac53.zip |
new version of spicctrl
Diffstat (limited to 'app-misc')
-rw-r--r-- | app-misc/spicctrl/ChangeLog | 5 | ||||
-rw-r--r-- | app-misc/spicctrl/files/digest-spicctrl-1.4 | 1 | ||||
-rw-r--r-- | app-misc/spicctrl/spicctrl-1.3.ebuild | 4 | ||||
-rw-r--r-- | app-misc/spicctrl/spicctrl-1.4.ebuild | 23 |
4 files changed, 31 insertions, 2 deletions
diff --git a/app-misc/spicctrl/ChangeLog b/app-misc/spicctrl/ChangeLog index 6e677ba5ecba..caf2910f4146 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.4 (17 Nov 2002) + + 17 Nov 2002; Hanno Boeck <hanno@gentoo.org> spicctrl-1.4.ebuild : + New version. + *spicctrl-1.3 (13 Oct 2002) 13 Oct 2002; Hanno Boeck <hanno@gentoo.org> : diff --git a/app-misc/spicctrl/files/digest-spicctrl-1.4 b/app-misc/spicctrl/files/digest-spicctrl-1.4 new file mode 100644 index 000000000000..c96cfee0ae00 --- /dev/null +++ b/app-misc/spicctrl/files/digest-spicctrl-1.4 @@ -0,0 +1 @@ +MD5 82a04d82eab9a335ca882ca2d66f43ce spicctrl-1.4.tar.bz2 3474 diff --git a/app-misc/spicctrl/spicctrl-1.3.ebuild b/app-misc/spicctrl/spicctrl-1.3.ebuild index 096b5633c2d3..228beb510be5 100644 --- a/app-misc/spicctrl/spicctrl-1.3.ebuild +++ b/app-misc/spicctrl/spicctrl-1.3.ebuild @@ -1,6 +1,6 @@ # 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.3.ebuild,v 1.3 2002/10/20 18:40:23 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/spicctrl/spicctrl-1.3.ebuild,v 1.4 2002/11/17 22:08:55 hanno Exp $ S=${WORKDIR}/${P} DESCRIPTION="spicctrl - Tool for the sonypi-Device (found in Sony Vaio Notebooks)" @@ -9,7 +9,7 @@ SRC_URI="http://download.alcove-labs.org/software/sonypi/${P}.tar.bz2" SLOT="0" LICENSE="GPL-2" -KEYWORDS="~x86 -ppc -sparc -sparc64" +KEYWORDS="x86 -ppc -sparc -sparc64" IUSE="" DEPEND="virtual/glibc" diff --git a/app-misc/spicctrl/spicctrl-1.4.ebuild b/app-misc/spicctrl/spicctrl-1.4.ebuild new file mode 100644 index 000000000000..f216ee7fd2d9 --- /dev/null +++ b/app-misc/spicctrl/spicctrl-1.4.ebuild @@ -0,0 +1,23 @@ +# 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.4.ebuild,v 1.1 2002/11/17 22:08:55 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 +} |