diff options
author | Alastair Tse <liquidx@gentoo.org> | 2006-02-09 22:14:50 +0000 |
---|---|---|
committer | Alastair Tse <liquidx@gentoo.org> | 2006-02-09 22:14:50 +0000 |
commit | c3848cc3c7c3ee1a83b712c70e7f184c4db2c35d (patch) | |
tree | 5d1ca909c44bcd16df628f655e3ac62d758b1778 /app-laptop/spicctrl | |
parent | Version bump. (diff) | |
download | gentoo-2-c3848cc3c7c3ee1a83b712c70e7f184c4db2c35d.tar.gz gentoo-2-c3848cc3c7c3ee1a83b712c70e7f184c4db2c35d.tar.bz2 gentoo-2-c3848cc3c7c3ee1a83b712c70e7f184c4db2c35d.zip |
version bump. updated URL thanks to theboywho (#120823)
(Portage version: 2.1_pre3-r1)
Diffstat (limited to 'app-laptop/spicctrl')
-rw-r--r-- | app-laptop/spicctrl/ChangeLog | 9 | ||||
-rw-r--r-- | app-laptop/spicctrl/Manifest | 4 | ||||
-rw-r--r-- | app-laptop/spicctrl/files/digest-spicctrl-1.9 | 1 | ||||
-rw-r--r-- | app-laptop/spicctrl/spicctrl-1.9.ebuild | 22 |
4 files changed, 33 insertions, 3 deletions
diff --git a/app-laptop/spicctrl/ChangeLog b/app-laptop/spicctrl/ChangeLog index b41d866e3280..1625aee40754 100644 --- a/app-laptop/spicctrl/ChangeLog +++ b/app-laptop/spicctrl/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for app-laptop/spicctrl -# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-laptop/spicctrl/ChangeLog,v 1.8 2005/04/21 07:21:03 wormo Exp $ +# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-laptop/spicctrl/ChangeLog,v 1.9 2006/02/09 22:14:50 liquidx Exp $ + +*spicctrl-1.9 (09 Feb 2006) + + 09 Feb 2006; Alastair Tse <liquidx@gentoo.org> +spicctrl-1.9.ebuild: + version bump. updated URL thanks to theboywho (#120823) 21 Apr 2005; Stephanie Lockwood-Childs <wormo@gentoo.org> spicctrl-1.6.ebuild: diff --git a/app-laptop/spicctrl/Manifest b/app-laptop/spicctrl/Manifest index 83ce90672359..ff45e40873b1 100644 --- a/app-laptop/spicctrl/Manifest +++ b/app-laptop/spicctrl/Manifest @@ -1,4 +1,6 @@ MD5 1f3502b348a6620b5a5e5664d45b5ade ChangeLog 1437 +MD5 0d7468de1260d5c77dfa75e3f2c7e33a files/digest-spicctrl-1.6 64 +MD5 f8d1dee58e3ef8376771a0e7e2c292a3 files/digest-spicctrl-1.9 64 MD5 19fd766bac8e110b4620363a1ace26dd metadata.xml 159 MD5 0ce777a31fe20614ca70f85dfcf2c6cf spicctrl-1.6.ebuild 583 -MD5 0d7468de1260d5c77dfa75e3f2c7e33a files/digest-spicctrl-1.6 64 +MD5 88eae9da766a3cea914c666a1fdf445f spicctrl-1.9.ebuild 588 diff --git a/app-laptop/spicctrl/files/digest-spicctrl-1.9 b/app-laptop/spicctrl/files/digest-spicctrl-1.9 new file mode 100644 index 000000000000..fd0051b34443 --- /dev/null +++ b/app-laptop/spicctrl/files/digest-spicctrl-1.9 @@ -0,0 +1 @@ +MD5 775a1959c03e59830303b8320ca379d2 spicctrl-1.9.tar.bz2 10917 diff --git a/app-laptop/spicctrl/spicctrl-1.9.ebuild b/app-laptop/spicctrl/spicctrl-1.9.ebuild new file mode 100644 index 000000000000..c3e267b6e2d8 --- /dev/null +++ b/app-laptop/spicctrl/spicctrl-1.9.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2006 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-laptop/spicctrl/spicctrl-1.9.ebuild,v 1.1 2006/02/09 22:14:50 liquidx Exp $ + +DESCRIPTION="tool for the sonypi-Device (found in Sony Vaio Notebooks)" +HOMEPAGE="http://www.popies.net/sonypi/" +SRC_URI="http://www.popies.net/sonypi/${P}.tar.bz2" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~x86 -ppc" +IUSE="" + +DEPEND="virtual/libc" + +src_compile() { + emake CFLAGS="${CFLAGS}" || die "emake failed" +} + +src_install() { + dobin spicctrl || die "dobin failed" +} |