summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Schlemmer <azarah@gentoo.org>2001-10-06 17:22:52 +0000
committerMartin Schlemmer <azarah@gentoo.org>2001-10-06 17:22:52 +0000
commit4ebb6414662adac26b1cf49a47970d5681a7c171 (patch)
treed883234f4119d9b79266e6edd3a54893407a3c3a /dev-util
parentfixums (diff)
downloadgentoo-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 'dev-util')
-rw-r--r--dev-util/pharmacy/files/digest-pharmacy-0.3-r1 (renamed from dev-util/pharmacy/files/digest-pharmacy-0.3)0
-rw-r--r--dev-util/pharmacy/pharmacy-0.3-1.ebuild (renamed from dev-util/pharmacy/pharmacy-0.3.ebuild)10
2 files changed, 5 insertions, 5 deletions
diff --git a/dev-util/pharmacy/files/digest-pharmacy-0.3 b/dev-util/pharmacy/files/digest-pharmacy-0.3-r1
index 49cc8bb38944..49cc8bb38944 100644
--- a/dev-util/pharmacy/files/digest-pharmacy-0.3
+++ b/dev-util/pharmacy/files/digest-pharmacy-0.3-r1
diff --git a/dev-util/pharmacy/pharmacy-0.3.ebuild b/dev-util/pharmacy/pharmacy-0.3-1.ebuild
index e4e9ae608bb3..7c3bcbf720b3 100644
--- a/dev-util/pharmacy/pharmacy-0.3.ebuild
+++ b/dev-util/pharmacy/pharmacy-0.3-1.ebuild
@@ -1,7 +1,7 @@
# Copyright 1999-2000 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
# Author Ben Lutgens <blutgens@gentoo.org>
-# $Header: /var/cvsroot/gentoo-x86/dev-util/pharmacy/pharmacy-0.3.ebuild,v 1.1 2001/06/15 19:18:12 blutgens Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/pharmacy/pharmacy-0.3-1.ebuild,v 1.1 2001/10/06 17:22:51 azarah Exp $
#P=
A=${P}.tar.gz
@@ -10,11 +10,11 @@ DESCRIPTION="Gnome Front-End to CVS"
SRC_URI="http://prdownloads.sourceforge.net/pharmacy/${A}"
HOMEPAGE="http://pharmacy.sourceforge.net"
-DEPEND=">=gnome-base/gnome-libs-1.2.13"
+DEPEND=">=gnome-base/gnome-libs-1.4.1.2-r1"
src_compile() {
- try ./configure --prefix=/opt/gnome --host=${CHOST}
+ try ./configure --prefix=/usr --host=${CHOST}
try make
}
@@ -23,8 +23,8 @@ src_install () {
try make DESTDIR=${D} install
dodoc ABOUT-NLS AUTHORS COPYING ChangeLog INSTALL NEWS README TODO
- insinto /opt/gnome/doc/pharmacy/index
+ insinto /usr/share/doc/pharmacy/index
doins docs/index/*
- insinto /opt/gnome/doc/pharmacy docs/index.sgml
+ insinto /usr/share/doc/pharmacy docs/index.sgml
}