summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Schlemmer <azarah@gentoo.org>2001-10-06 17:22:51 +0000
committerMartin Schlemmer <azarah@gentoo.org>2001-10-06 17:22:51 +0000
commite7b94113903c049b39a8f86081556645edb2dfa6 (patch)
tree07b7bda2eb9e174f72cb0b920fd0c510b56ae80b /app-text/gmanedit
parentfixums (diff)
downloadhistorical-e7b94113903c049b39a8f86081556645edb2dfa6.tar.gz
historical-e7b94113903c049b39a8f86081556645edb2dfa6.tar.bz2
historical-e7b94113903c049b39a8f86081556645edb2dfa6.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 'app-text/gmanedit')
-rw-r--r--app-text/gmanedit/files/digest-gmanedit-0.3.3-r1 (renamed from app-text/gmanedit/files/digest-gmanedit-0.3.3)0
-rw-r--r--app-text/gmanedit/gmanedit-0.3.3-r1.ebuild (renamed from app-text/gmanedit/gmanedit-0.3.3.ebuild)10
2 files changed, 5 insertions, 5 deletions
diff --git a/app-text/gmanedit/files/digest-gmanedit-0.3.3 b/app-text/gmanedit/files/digest-gmanedit-0.3.3-r1
index d409bb2f33f2..d409bb2f33f2 100644
--- a/app-text/gmanedit/files/digest-gmanedit-0.3.3
+++ b/app-text/gmanedit/files/digest-gmanedit-0.3.3-r1
diff --git a/app-text/gmanedit/gmanedit-0.3.3.ebuild b/app-text/gmanedit/gmanedit-0.3.3-r1.ebuild
index ae335cabd71c..152be34ab38f 100644
--- a/app-text/gmanedit/gmanedit-0.3.3.ebuild
+++ b/app-text/gmanedit/gmanedit-0.3.3-r1.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 Your Name <your email>
-# $Header: /var/cvsroot/gentoo-x86/app-text/gmanedit/gmanedit-0.3.3.ebuild,v 1.1 2001/06/25 06:19:43 lamer Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/gmanedit/gmanedit-0.3.3-r1.ebuild,v 1.1 2001/10/06 17:22:51 azarah Exp $
#P=
A=${P}.tar.bz2
@@ -11,7 +11,7 @@ SRC_URI="http://gmanedit.sourceforge.net/files/${A}"
HOMEPAGE="http://gmanedit.sourceforge.net/"
DEPEND="virtual/x11
- >=gnome-base/gnome-core-1.4.0"
+ >=gnome-base/gnome-core-1.4.0.4-r1"
src_unpack() {
unpack ${A}
@@ -23,11 +23,11 @@ src_compile() {
local myconf
if [ -z "`use gnome`" ]; then
- myconf="--with-gnome-includes=/opt/gnome/include\
- --with-gnome-libs=/opt/gnome/lib"
+ myconf="--with-gnome-includes=/usr/include\
+ --with-gnome-libs=/usr/lib"
fi
# NOTE WILL NOT COMPILE WITHOUT --disable-nls
- try ./configure --prefix=/opt/gnome --host=${CHOST}\
+ try ./configure --prefix=/usr --host=${CHOST}\
--disable-nls ${myconf}
try make