summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGunnar Wrobel <wrobel@gentoo.org>2005-09-19 12:34:03 +0000
committerGunnar Wrobel <wrobel@gentoo.org>2005-09-19 12:34:03 +0000
commiteb0b863636e2943d60fce14c9791a95c9c7a6699 (patch)
tree29b91d692742af16b7693048f20f9a75f6fe9604 /app-misc
parentVersion update for scripts-gw (diff)
downloadoverlay-eb0b863636e2943d60fce14c9791a95c9c7a6699.tar.gz
overlay-eb0b863636e2943d60fce14c9791a95c9c7a6699.tar.bz2
overlay-eb0b863636e2943d60fce14c9791a95c9c7a6699.zip
Forgot version bump of ebuild
svn path=/; revision=415
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}
-}