summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-misc')
-rw-r--r--app-misc/scripts-gw/scripts-gw-1.1.ebuild14
-rw-r--r--app-misc/scripts-gw/scripts-gw-1.2.2.ebuild (renamed from app-misc/scripts-gw/scripts-gw-1.2.1.ebuild)0
-rw-r--r--app-misc/scripts-gw/scripts-gw-1.2.ebuild20
3 files changed, 0 insertions, 34 deletions
diff --git a/app-misc/scripts-gw/scripts-gw-1.1.ebuild b/app-misc/scripts-gw/scripts-gw-1.1.ebuild
deleted file mode 100644
index 6c6f614..0000000
--- a/app-misc/scripts-gw/scripts-gw-1.1.ebuild
+++ /dev/null
@@ -1,14 +0,0 @@
-# Copyright 1999-2004 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License v2
-#
-
-DESCRIPTION="Some sys-admin scripts by Gunnar Wrobel"
-
-KEYWORDS="x86"
-
-SRC_URI="http://www.gunnarwrobel.de/downloads/${P}.tar.bz2"
-
-src_install()
-{
- make install DESTDIR=${D}
-}
diff --git a/app-misc/scripts-gw/scripts-gw-1.2.1.ebuild b/app-misc/scripts-gw/scripts-gw-1.2.2.ebuild
index dac2643..dac2643 100644
--- a/app-misc/scripts-gw/scripts-gw-1.2.1.ebuild
+++ b/app-misc/scripts-gw/scripts-gw-1.2.2.ebuild
diff --git a/app-misc/scripts-gw/scripts-gw-1.2.ebuild b/app-misc/scripts-gw/scripts-gw-1.2.ebuild
deleted file mode 100644
index dac2643..0000000
--- a/app-misc/scripts-gw/scripts-gw-1.2.ebuild
+++ /dev/null
@@ -1,20 +0,0 @@
-# Copyright 1999-2004 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License v2
-#
-# $Header: $
-
-DESCRIPTION="Some sys-admin scripts by Gunnar Wrobel"
-
-KEYWORDS="~x86"
-
-SRC_URI="http://www.gunnarwrobel.de/downloads/${P}.tar.bz2"
-
-S=${WORKDIR}/${PN}
-
-SLOT=0
-
-src_install()
-{
- cd ${S}
- make install DESTDIR=${D}
-}