diff options
author | Martin Schlemmer <azarah@gentoo.org> | 2001-10-07 15:02:08 +0000 |
---|---|---|
committer | Martin Schlemmer <azarah@gentoo.org> | 2001-10-07 15:02:08 +0000 |
commit | defe039ed9e922f9920946c1c3319ea22796bb72 (patch) | |
tree | 50044823ee0f9de92d6059b5e4c43c7af9c49cb8 /net-misc | |
parent | fix extra .info (diff) | |
download | gentoo-2-defe039ed9e922f9920946c1c3319ea22796bb72.tar.gz gentoo-2-defe039ed9e922f9920946c1c3319ea22796bb72.tar.bz2 gentoo-2-defe039ed9e922f9920946c1c3319ea22796bb72.zip |
gnome move
Diffstat (limited to 'net-misc')
-rw-r--r-- | net-misc/gupsc/files/digest-gupsc-0.3.1-r1 (renamed from net-misc/gupsc/files/digest-gupsc-0.3.1) | 0 | ||||
-rw-r--r-- | net-misc/gupsc/gupsc-0.3.1-r1.ebuild (renamed from net-misc/gupsc/gupsc-0.3.1.ebuild) | 9 |
2 files changed, 4 insertions, 5 deletions
diff --git a/net-misc/gupsc/files/digest-gupsc-0.3.1 b/net-misc/gupsc/files/digest-gupsc-0.3.1-r1 index 136951d002ee..136951d002ee 100644 --- a/net-misc/gupsc/files/digest-gupsc-0.3.1 +++ b/net-misc/gupsc/files/digest-gupsc-0.3.1-r1 diff --git a/net-misc/gupsc/gupsc-0.3.1.ebuild b/net-misc/gupsc/gupsc-0.3.1-r1.ebuild index 67aa5d002102..f6f459c9adb3 100644 --- a/net-misc/gupsc/gupsc-0.3.1.ebuild +++ b/net-misc/gupsc/gupsc-0.3.1-r1.ebuild @@ -1,19 +1,18 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Achim Gottinger <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/net-misc/gupsc/gupsc-0.3.1.ebuild,v 1.2 2001/06/11 08:11:28 hallski Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/gupsc/gupsc-0.3.1-r1.ebuild,v 1.1 2001/10/07 15:02:08 azarah Exp $ -A=${P}.tar.bz2 S=${WORKDIR}/${P} DESCRIPTION="A Gnome client for the Network UPS Tools (nut)" -SRC_URI="http://www.stud.ifi.uio.no/~hennikul/gupsc/download/"${A} +SRC_URI="http://www.stud.ifi.uio.no/~hennikul/gupsc/download/${P}.tar.bz2" HOMEPAGE="http://www.stud.ifi.uio.no/~hennikul/gupsc/" -DEPEND=">=gnome-base/gnome-libs-1.2.4" +DEPEND=">=gnome-base/gnome-libs-1.4.1.2-r1" src_compile() { - try ./configure --host=${CHOST} --prefix=/opt/gnome + try ./configure --host=${CHOST} --prefix=/usr try pmake } |