From defe039ed9e922f9920946c1c3319ea22796bb72 Mon Sep 17 00:00:00 2001 From: Martin Schlemmer Date: Sun, 7 Oct 2001 15:02:08 +0000 Subject: gnome move --- net-misc/gupsc/files/digest-gupsc-0.3.1 | 1 - net-misc/gupsc/files/digest-gupsc-0.3.1-r1 | 1 + net-misc/gupsc/gupsc-0.3.1-r1.ebuild | 25 +++++++++++++++++++++++++ net-misc/gupsc/gupsc-0.3.1.ebuild | 26 -------------------------- 4 files changed, 26 insertions(+), 27 deletions(-) delete mode 100644 net-misc/gupsc/files/digest-gupsc-0.3.1 create mode 100644 net-misc/gupsc/files/digest-gupsc-0.3.1-r1 create mode 100644 net-misc/gupsc/gupsc-0.3.1-r1.ebuild delete mode 100644 net-misc/gupsc/gupsc-0.3.1.ebuild (limited to 'net-misc') diff --git a/net-misc/gupsc/files/digest-gupsc-0.3.1 b/net-misc/gupsc/files/digest-gupsc-0.3.1 deleted file mode 100644 index 136951d002ee..000000000000 --- a/net-misc/gupsc/files/digest-gupsc-0.3.1 +++ /dev/null @@ -1 +0,0 @@ -MD5 da182496ff347dccc4c24f2e9c803a06 gupsc-0.3.1.tar.bz2 diff --git a/net-misc/gupsc/files/digest-gupsc-0.3.1-r1 b/net-misc/gupsc/files/digest-gupsc-0.3.1-r1 new file mode 100644 index 000000000000..136951d002ee --- /dev/null +++ b/net-misc/gupsc/files/digest-gupsc-0.3.1-r1 @@ -0,0 +1 @@ +MD5 da182496ff347dccc4c24f2e9c803a06 gupsc-0.3.1.tar.bz2 diff --git a/net-misc/gupsc/gupsc-0.3.1-r1.ebuild b/net-misc/gupsc/gupsc-0.3.1-r1.ebuild new file mode 100644 index 000000000000..f6f459c9adb3 --- /dev/null +++ b/net-misc/gupsc/gupsc-0.3.1-r1.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2000 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License, v2 or later +# Author Achim Gottinger +# $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 $ + +S=${WORKDIR}/${P} +DESCRIPTION="A Gnome client for the Network UPS Tools (nut)" +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.4.1.2-r1" + + +src_compile() { + try ./configure --host=${CHOST} --prefix=/usr + try pmake +} + +src_install() { + try make DESTDIR=${D} install + dodoc AUTHORS COPYING ChangeLog NEWS README TODO +} + + + diff --git a/net-misc/gupsc/gupsc-0.3.1.ebuild b/net-misc/gupsc/gupsc-0.3.1.ebuild deleted file mode 100644 index 67aa5d002102..000000000000 --- a/net-misc/gupsc/gupsc-0.3.1.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# Copyright 1999-2000 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later -# Author Achim Gottinger -# $Header: /var/cvsroot/gentoo-x86/net-misc/gupsc/gupsc-0.3.1.ebuild,v 1.2 2001/06/11 08:11:28 hallski 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} -HOMEPAGE="http://www.stud.ifi.uio.no/~hennikul/gupsc/" - -DEPEND=">=gnome-base/gnome-libs-1.2.4" - - -src_compile() { - try ./configure --host=${CHOST} --prefix=/opt/gnome - try pmake -} - -src_install() { - try make DESTDIR=${D} install - dodoc AUTHORS COPYING ChangeLog NEWS README TODO -} - - - -- cgit v1.2.3-65-gdbad