summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHanno Boeck <hanno@gentoo.org>2006-01-29 16:22:24 +0000
committerHanno Boeck <hanno@gentoo.org>2006-01-29 16:22:24 +0000
commitc4e919c20face3852ca1d6146ea432a3cd7c6940 (patch)
tree6e18774a093dd905929e43d205d991a3d9293910 /app-misc
parentno need to gzip smallish patches (diff)
downloadhistorical-c4e919c20face3852ca1d6146ea432a3cd7c6940.tar.gz
historical-c4e919c20face3852ca1d6146ea432a3cd7c6940.tar.bz2
historical-c4e919c20face3852ca1d6146ea432a3cd7c6940.zip
sonypid url fix and modular x deps
Package-Manager: portage-2.1_pre4
Diffstat (limited to 'app-misc')
-rw-r--r--app-misc/sonypid/ChangeLog7
-rw-r--r--app-misc/sonypid/Manifest20
-rw-r--r--app-misc/sonypid/sonypid-1.9.ebuild10
3 files changed, 28 insertions, 9 deletions
diff --git a/app-misc/sonypid/ChangeLog b/app-misc/sonypid/ChangeLog
index 0a53c800fab8..624c2571834a 100644
--- a/app-misc/sonypid/ChangeLog
+++ b/app-misc/sonypid/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-misc/sonypid
-# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/sonypid/ChangeLog,v 1.16 2005/01/01 15:24:15 eradicator Exp $
+# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-misc/sonypid/ChangeLog,v 1.17 2006/01/29 16:22:24 hanno Exp $
+
+ 29 Jan 2006; Hanno Boeck <hanno@gentoo.org> sonypid-1.9.ebuild:
+ Fix URLs and modular X deps.
14 Mar 2004; Michael Sterrett <mr_bones_@gentoo.org> sonypid-1.9.ebuild:
Don't assign default to S; header fix
diff --git a/app-misc/sonypid/Manifest b/app-misc/sonypid/Manifest
index 09e468b892dd..e570963df22c 100644
--- a/app-misc/sonypid/Manifest
+++ b/app-misc/sonypid/Manifest
@@ -1,3 +1,19 @@
-MD5 bdcfd551c9f9867b3a11cb5943571162 ChangeLog 1576
-MD5 9c2e45ed71ce383b562dbeb3145fa6df sonypid-1.9.ebuild 565
+-----BEGIN PGP SIGNED MESSAGE-----
+Hash: SHA1
+
+MD5 84b8d6a7222a84c1c3effdfdf02008df ChangeLog 1669
+RMD160 59ec376935679f0fd33a78bb5e6773dc088b4e9f ChangeLog 1669
+SHA256 ed1ce4361008e1de88739c084b70cfc94593c935501673c56d30f789137aeec9 ChangeLog 1669
MD5 64ee3bd1ab0b9d10df556c86ed84c6f9 files/digest-sonypid-1.9 62
+RMD160 26c18e41ab198d93d06920beff0c49841ee6a106 files/digest-sonypid-1.9 62
+SHA256 270bd7385f47e1a30220e3b65d956ae6870b222bc08a29d9b53290d8ae9ce003 files/digest-sonypid-1.9 62
+MD5 b6090969c8b93ff08c54db9b6f969d29 sonypid-1.9.ebuild 588
+RMD160 ffa026429444c4015e8eaf780e1cdd2e70c65063 sonypid-1.9.ebuild 588
+SHA256 3acf5b19267fb6deac9fd2359b332a71a5a37abc98a74e07e3a8592406cd3a80 sonypid-1.9.ebuild 588
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v1.4.2 (GNU/Linux)
+
+iD8DBQFD3OwDr2QksT29OyARAlQTAJ0TZ2XSO3+8W3HwY6P7bmwIGqQCEACdGfGT
+WsjEqfUQQhY0+cN+lHfMvRY=
+=m3gt
+-----END PGP SIGNATURE-----
diff --git a/app-misc/sonypid/sonypid-1.9.ebuild b/app-misc/sonypid/sonypid-1.9.ebuild
index 1db120a12f60..34eb2e97287d 100644
--- a/app-misc/sonypid/sonypid-1.9.ebuild
+++ b/app-misc/sonypid/sonypid-1.9.ebuild
@@ -1,17 +1,17 @@
-# Copyright 1999-2005 Gentoo Foundation
+# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/sonypid/sonypid-1.9.ebuild,v 1.6 2005/01/01 15:24:15 eradicator Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/sonypid/sonypid-1.9.ebuild,v 1.7 2006/01/29 16:22:24 hanno Exp $
DESCRIPTION="tool to use the Sony Vaios jog-dial as a mouse-wheel"
-HOMEPAGE="http://spop.free.fr/sonypi/"
-SRC_URI="http://spop.free.fr/sonypi/${P}.tar.bz2"
+HOMEPAGE="http://www.popies.net/sonypi/"
+SRC_URI="http://www.popies.net/sonypi/${P}.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="x86"
IUSE=""
-DEPEND="virtual/x11"
+DEPEND="|| ( x11-libs/libXtst virtual/x11 )"
src_compile() {
emake CFLAGS="${CFLAGS}" || die