summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarinus Schraal <foser@gentoo.org>2004-10-28 12:53:26 +0000
committerMarinus Schraal <foser@gentoo.org>2004-10-28 12:53:26 +0000
commitc544736a062be64c0f1119b089222da001721255 (patch)
tree3cd4c82668b99657e3b4b2bbcbf5aefc13e00015 /net-misc
parentremove entries (diff)
downloadhistorical-c544736a062be64c0f1119b089222da001721255.tar.gz
historical-c544736a062be64c0f1119b089222da001721255.tar.bz2
historical-c544736a062be64c0f1119b089222da001721255.zip
cleanout gupsc
Diffstat (limited to 'net-misc')
-rw-r--r--net-misc/gupsc/ChangeLog21
-rw-r--r--net-misc/gupsc/Manifest3
-rw-r--r--net-misc/gupsc/files/digest-gupsc-0.3.1-r11
-rw-r--r--net-misc/gupsc/gupsc-0.3.1-r1.ebuild25
4 files changed, 0 insertions, 50 deletions
diff --git a/net-misc/gupsc/ChangeLog b/net-misc/gupsc/ChangeLog
deleted file mode 100644
index 243804f684dd..000000000000
--- a/net-misc/gupsc/ChangeLog
+++ /dev/null
@@ -1,21 +0,0 @@
-# ChangeLog for net-misc/gupsc
-# Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/gupsc/ChangeLog,v 1.7 2004/06/24 23:47:26 agriffis Exp $
-
- 06 Dec 2002; Rodney Rees <manson@gentoo.org> : changed sparc ~sparc keywords
-
-*gupsc-0.3.1-r1 (1 Feb 2002)
-
- 07 Nov 2002; foser <foser@gentoo.org> gupsc-0.3.1-r1.ebuild :
- Disabled nls to fix sandbox issue (bug #9970)
- Did some ebuild cleanups (ident, emake)
-
- 1 Feb 2002; phoen][x <phoenix@gentoo.org> gupsc-0.3.1-r1.ebuild :
- Added KEYWORDS, LICENSE, SLOT.
-
- 1 Feb 2002; G.Bevin <gbevin@gentoo.org> ChangeLog :
- Added initial ChangeLog which should be updated whenever the package is
- updated in any way. This changelog is targetted to users. This means that the
- comments should well explained and written in clean English. The details about
- writing correct changelogs are explained in the skel.ChangeLog file which you
- can find in the root directory of the portage repository.
diff --git a/net-misc/gupsc/Manifest b/net-misc/gupsc/Manifest
deleted file mode 100644
index 0b274f8ad5d5..000000000000
--- a/net-misc/gupsc/Manifest
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 161794290c4d467f2f9cd3bf61c72bc5 gupsc-0.3.1-r1.ebuild 695
-MD5 0d0f38ae4bec96262387954b7e8a359c ChangeLog 1004
-MD5 c8c56c95dad9129e8ac4b62bc3a43da1 files/digest-gupsc-0.3.1-r1 64
diff --git a/net-misc/gupsc/files/digest-gupsc-0.3.1-r1 b/net-misc/gupsc/files/digest-gupsc-0.3.1-r1
deleted file mode 100644
index f06ee06f7f5d..000000000000
--- a/net-misc/gupsc/files/digest-gupsc-0.3.1-r1
+++ /dev/null
@@ -1 +0,0 @@
-MD5 da182496ff347dccc4c24f2e9c803a06 gupsc-0.3.1.tar.bz2 192472
diff --git a/net-misc/gupsc/gupsc-0.3.1-r1.ebuild b/net-misc/gupsc/gupsc-0.3.1-r1.ebuild
deleted file mode 100644
index 5c98d5b35d5a..000000000000
--- a/net-misc/gupsc/gupsc-0.3.1-r1.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2004 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/gupsc/gupsc-0.3.1-r1.ebuild,v 1.13 2004/07/15 02:51:40 agriffis Exp $
-
-IUSE=""
-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/"
-KEYWORDS="x86 sparc "
-LICENSE="GPL-2"
-SLOT="0"
-
-DEPEND=">=gnome-base/gnome-libs-1.4.1.2-r1"
-
-src_compile() {
- # nls sandboxes
- econf --disable-nls || die
-
- emake || die
-}
-
-src_install() {
- make DESTDIR=${D} install || die
- dodoc AUTHORS COPYING ChangeLog NEWS README TODO
-}