diff options
Diffstat (limited to 'app-misc')
-rw-r--r-- | app-misc/sonypid/ChangeLog | 7 | ||||
-rw-r--r-- | app-misc/sonypid/sonypid-1.9.ebuild | 10 |
2 files changed, 10 insertions, 7 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/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 |