summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCaleb Tennis <caleb@gentoo.org>2006-03-25 13:34:35 +0000
committerCaleb Tennis <caleb@gentoo.org>2006-03-25 13:34:35 +0000
commit3ffce6174d520c1a9bbc83024a9adad63b4694a5 (patch)
treeb3d6218377c760976c14fc963a18712fe2115c29 /net-ftp/pureadmin
parentMark 3.4.3 stable on ia64 (diff)
downloadgentoo-2-3ffce6174d520c1a9bbc83024a9adad63b4694a5.tar.gz
gentoo-2-3ffce6174d520c1a9bbc83024a9adad63b4694a5.tar.bz2
gentoo-2-3ffce6174d520c1a9bbc83024a9adad63b4694a5.zip
remove old files
(Portage version: 2.0.54)
Diffstat (limited to 'net-ftp/pureadmin')
-rw-r--r--net-ftp/pureadmin/ChangeLog8
-rw-r--r--net-ftp/pureadmin/files/digest-pureadmin-0.1.101
-rw-r--r--net-ftp/pureadmin/files/digest-pureadmin-0.1.111
-rw-r--r--net-ftp/pureadmin/pureadmin-0.1.10.ebuild57
-rw-r--r--net-ftp/pureadmin/pureadmin-0.1.11.ebuild57
5 files changed, 6 insertions, 118 deletions
diff --git a/net-ftp/pureadmin/ChangeLog b/net-ftp/pureadmin/ChangeLog
index bb745bf70714..a5abc5b94720 100644
--- a/net-ftp/pureadmin/ChangeLog
+++ b/net-ftp/pureadmin/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for net-ftp/pureadmin
-# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-ftp/pureadmin/ChangeLog,v 1.7 2005/09/06 22:39:09 humpback Exp $
+# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-ftp/pureadmin/ChangeLog,v 1.8 2006/03/25 13:34:35 caleb Exp $
+
+ 25 Mar 2006; Caleb Tennis <caleb@gentoo.org> -pureadmin-0.1.10.ebuild,
+ -pureadmin-0.1.11.ebuild:
+ remove old files
*pureadmin-0.2.2 (06 Sep 2005)
diff --git a/net-ftp/pureadmin/files/digest-pureadmin-0.1.10 b/net-ftp/pureadmin/files/digest-pureadmin-0.1.10
deleted file mode 100644
index 70a09ac89cb4..000000000000
--- a/net-ftp/pureadmin/files/digest-pureadmin-0.1.10
+++ /dev/null
@@ -1 +0,0 @@
-MD5 bc243bfcec09574a6e416f9468a982e0 pureadmin-0.1.10.tar.gz 197903
diff --git a/net-ftp/pureadmin/files/digest-pureadmin-0.1.11 b/net-ftp/pureadmin/files/digest-pureadmin-0.1.11
deleted file mode 100644
index 284587aae2a1..000000000000
--- a/net-ftp/pureadmin/files/digest-pureadmin-0.1.11
+++ /dev/null
@@ -1 +0,0 @@
-MD5 9320b18a8a629cf6d3cfb3683d75a3c0 pureadmin-0.1.11.tar.gz 236328
diff --git a/net-ftp/pureadmin/pureadmin-0.1.10.ebuild b/net-ftp/pureadmin/pureadmin-0.1.10.ebuild
deleted file mode 100644
index 81c03e188509..000000000000
--- a/net-ftp/pureadmin/pureadmin-0.1.10.ebuild
+++ /dev/null
@@ -1,57 +0,0 @@
-# Copyright 1999-2004 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-ftp/pureadmin/pureadmin-0.1.10.ebuild,v 1.4 2004/06/24 22:47:44 agriffis Exp $
-
-IUSE="debug gnome"
-
-DESCRIPTION="PureAdmin is a GUI tool used to make the management of PureFTPd a little easier."
-HOMEPAGE="http://purify.sourceforge.net"
-SRC_URI="mirror://sourceforge/purify/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~x86 ~ppc"
-
-DEPEND="sys-libs/glibc
- sys-libs/zlib
- >=x11-libs/gtk+-2.0"
-
-RDEPEND="${DEPEND}"
-
-src_compile() {
- local myconf=""
-
- use debug && myconf="${myconf} --enable-debug"
-
- econf ${myconf} || die "./configure failed"
-
- emake || die "emake failed"
-}
-
-src_install() {
- einstall || die "einstall failed"
-
- # Move the docs to the correct location
- dodoc ${D}usr/share/doc/pureadmin/*.txt
- rm -rf ${D}usr/share/doc/pureadmin
-
- # Add a desktop entry for gnome if requested
- if use gnome; then
- rm ${D}/usr/share/applications
- dodir /usr/share/applications
- insinto /usr/share/applications
- insopts -m 0644
- doins ${S}/tools/pureadmin.desktop
- fi
-}
-
-pkg_postinst() {
- echo
- ewarn "PureAdmin is at an alpha-stage right now and it may break"
- ewarn "your configuration. DO NOT use it for safety critical system"
- ewarn "or production use!"
- echo
- einfo "You need root-privileges to be able to use PureAdmin as for now."
- einfo "This will probably change in the future."
- echo
-}
diff --git a/net-ftp/pureadmin/pureadmin-0.1.11.ebuild b/net-ftp/pureadmin/pureadmin-0.1.11.ebuild
deleted file mode 100644
index f0083b3b93b9..000000000000
--- a/net-ftp/pureadmin/pureadmin-0.1.11.ebuild
+++ /dev/null
@@ -1,57 +0,0 @@
-# Copyright 1999-2004 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-ftp/pureadmin/pureadmin-0.1.11.ebuild,v 1.1 2004/09/17 23:12:48 humpback Exp $
-
-IUSE="debug gnome doc"
-
-DESCRIPTION="PureAdmin is a GUI tool used to make the management of PureFTPd a little easier."
-HOMEPAGE="http://purify.sourceforge.net"
-SRC_URI="mirror://sourceforge/purify/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~x86 ~ppc"
-
-DEPEND="sys-libs/glibc
- sys-libs/zlib
- >=x11-libs/gtk+-2.0"
-
-src_compile() {
- local myconf=""
-
- use debug && myconf="${myconf} --enable-debug"
-
- econf ${myconf} || die "configure failed"
-
- emake || die "emake failed"
-}
-
-src_install() {
- einstall || die "einstall failed"
-
- # Move the docs to the correct location
- if use doc; then
- dodoc ${D}usr/share/doc/pureadmin/*.txt
- rm -rf ${D}usr/share/doc/pureadmin
- fi
-
- # Add a desktop entry for gnome if requested
- if use gnome; then
- rm ${D}/usr/share/applications
- dodir /usr/share/applications
- insinto /usr/share/applications
- insopts -m 0644
- doins ${S}/tools/pureadmin.desktop
- fi
-}
-
-pkg_postinst() {
- echo
- ewarn "PureAdmin is at an alpha-stage right now and it may break"
- ewarn "your configuration. DO NOT use it for safety critical system"
- ewarn "or production use!"
- echo
- einfo "You need root-privileges to be able to use PureAdmin as for now."
- einfo "This will probably change in the future."
- echo
-}