diff options
author | 2001-10-06 17:22:52 +0000 | |
---|---|---|
committer | 2001-10-06 17:22:52 +0000 | |
commit | 4ebb6414662adac26b1cf49a47970d5681a7c171 (patch) | |
tree | d883234f4119d9b79266e6edd3a54893407a3c3a /net-im/gnomeicu | |
parent | fixums (diff) | |
download | gentoo-2-4ebb6414662adac26b1cf49a47970d5681a7c171.tar.gz gentoo-2-4ebb6414662adac26b1cf49a47970d5681a7c171.tar.bz2 gentoo-2-4ebb6414662adac26b1cf49a47970d5681a7c171.zip |
gnome to /usr changes, NOTE: i might have missed a few DEPENDs, and when hallski come back, he can still move stuff around
Diffstat (limited to 'net-im/gnomeicu')
-rw-r--r-- | net-im/gnomeicu/files/digest-gnomeicu-0.96.1-r2 (renamed from net-im/gnomeicu/files/digest-gnomeicu-0.96.1-r1) | 0 | ||||
-rw-r--r-- | net-im/gnomeicu/gnomeicu-0.96.1-r2.ebuild (renamed from net-im/gnomeicu/gnomeicu-0.96.1-r1.ebuild) | 8 |
2 files changed, 4 insertions, 4 deletions
diff --git a/net-im/gnomeicu/files/digest-gnomeicu-0.96.1-r1 b/net-im/gnomeicu/files/digest-gnomeicu-0.96.1-r2 index 0a0eb44cbaba..0a0eb44cbaba 100644 --- a/net-im/gnomeicu/files/digest-gnomeicu-0.96.1-r1 +++ b/net-im/gnomeicu/files/digest-gnomeicu-0.96.1-r2 diff --git a/net-im/gnomeicu/gnomeicu-0.96.1-r1.ebuild b/net-im/gnomeicu/gnomeicu-0.96.1-r2.ebuild index a68e4441c8c2..3ad30adadc7e 100644 --- a/net-im/gnomeicu/gnomeicu-0.96.1-r1.ebuild +++ b/net-im/gnomeicu/gnomeicu-0.96.1-r2.ebuild @@ -1,7 +1,7 @@ # Distributed under the terms of the GNU General Public License, v2 or later # A Gnome ICQ Clone # Author Ben Lutgens <blutgens@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/net-im/gnomeicu/gnomeicu-0.96.1-r1.ebuild,v 1.5 2001/08/31 03:23:39 pm Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-im/gnomeicu/gnomeicu-0.96.1-r2.ebuild,v 1.1 2001/10/06 17:22:52 azarah Exp $ A=${P}.tar.bz2 @@ -11,9 +11,9 @@ SRC_URI="http://download.sourceforge.net/gnomeicu/${A}" HOMEPAGE="http://gnomeicu.sourceforge.net/" DEPEND="virtual/glibc sys-devel/gettext - >=gnome-base/gnome-core-1.2.4 + >=gnome-base/gnome-core-1.4.0.4-r1 >=sys-libs/gdbm-1.8.0" -RDEPEND=">=gnome-base/gnome-core-1.2.4 +RDEPEND=">=gnome-base/gnome-core-1.4.0.4-r1 >=sys-libs/gdbm-1.8.0" src_unpack() { @@ -28,7 +28,7 @@ src_compile() { local myconf local myprefix - myprefix="/opt/gnome" + myprefix="/usr" if [ -z "`use esd`" ] then myconf="--disable-esd-test" |