From eb0b863636e2943d60fce14c9791a95c9c7a6699 Mon Sep 17 00:00:00 2001 From: Gunnar Wrobel Date: Mon, 19 Sep 2005 12:34:03 +0000 Subject: Forgot version bump of ebuild svn path=/; revision=415 --- app-misc/scripts-gw/scripts-gw-1.1.ebuild | 14 -------------- app-misc/scripts-gw/scripts-gw-1.2.1.ebuild | 20 -------------------- app-misc/scripts-gw/scripts-gw-1.2.2.ebuild | 20 ++++++++++++++++++++ app-misc/scripts-gw/scripts-gw-1.2.ebuild | 20 -------------------- 4 files changed, 20 insertions(+), 54 deletions(-) delete mode 100644 app-misc/scripts-gw/scripts-gw-1.1.ebuild delete mode 100644 app-misc/scripts-gw/scripts-gw-1.2.1.ebuild create mode 100644 app-misc/scripts-gw/scripts-gw-1.2.2.ebuild delete mode 100644 app-misc/scripts-gw/scripts-gw-1.2.ebuild (limited to 'app-misc') 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.1.ebuild deleted file mode 100644 index dac2643..0000000 --- a/app-misc/scripts-gw/scripts-gw-1.2.1.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} -} diff --git a/app-misc/scripts-gw/scripts-gw-1.2.2.ebuild b/app-misc/scripts-gw/scripts-gw-1.2.2.ebuild new file mode 100644 index 0000000..dac2643 --- /dev/null +++ b/app-misc/scripts-gw/scripts-gw-1.2.2.ebuild @@ -0,0 +1,20 @@ +# 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} +} 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} -} -- cgit v1.2.3-65-gdbad