summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Palimaka <kensington@gentoo.org>2012-07-11 13:51:43 +0000
committerMichael Palimaka <kensington@gentoo.org>2012-07-11 13:51:43 +0000
commit311ae627363b1290471509e21affd52aec8540a8 (patch)
tree3b5aede0971e4564e053ee1e8db808d1d131bf50 /net-ftp/pureadmin
parentAdd common-lisp as backup herd, hoping for a new maintainer sometime (diff)
downloadgentoo-2-311ae627363b1290471509e21affd52aec8540a8.tar.gz
gentoo-2-311ae627363b1290471509e21affd52aec8540a8.tar.bz2
gentoo-2-311ae627363b1290471509e21affd52aec8540a8.zip
Remove old.
(Portage version: 2.1.11.5/cvs/Linux x86_64)
Diffstat (limited to 'net-ftp/pureadmin')
-rw-r--r--net-ftp/pureadmin/ChangeLog6
-rw-r--r--net-ftp/pureadmin/pureadmin-0.2.2.ebuild52
-rw-r--r--net-ftp/pureadmin/pureadmin-0.3.ebuild52
3 files changed, 5 insertions, 105 deletions
diff --git a/net-ftp/pureadmin/ChangeLog b/net-ftp/pureadmin/ChangeLog
index 8ebf2015c762..a428cccd387d 100644
--- a/net-ftp/pureadmin/ChangeLog
+++ b/net-ftp/pureadmin/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for net-ftp/pureadmin
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-ftp/pureadmin/ChangeLog,v 1.22 2012/06/21 11:25:00 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-ftp/pureadmin/ChangeLog,v 1.23 2012/07/11 13:51:43 kensington Exp $
+
+ 11 Jul 2012; Michael Palimaka <kensington@gentoo.org> -pureadmin-0.2.2.ebuild,
+ -pureadmin-0.3.ebuild:
+ Remove old.
21 Jun 2012; Justin Lecher <jlec@gentoo.org> pureadmin-0.4-r1.ebuild,
+files/pureadmin-0.4-gold.patch, metadata.xml:
diff --git a/net-ftp/pureadmin/pureadmin-0.2.2.ebuild b/net-ftp/pureadmin/pureadmin-0.2.2.ebuild
deleted file mode 100644
index db85d2c1857a..000000000000
--- a/net-ftp/pureadmin/pureadmin-0.2.2.ebuild
+++ /dev/null
@@ -1,52 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-ftp/pureadmin/pureadmin-0.2.2.ebuild,v 1.7 2012/05/03 05:37:18 jdhore Exp $
-
-EAPI=3
-inherit eutils
-
-DESCRIPTION="PureAdmin is a GUI tool used to make the management of Pure-FTPd a little easier."
-HOMEPAGE="http://purify.sourceforge.net/"
-SRC_URI="mirror://sourceforge/purify/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ~ppc x86"
-IUSE="debug doc"
-
-RDEPEND="gnome-base/libglade:2.0
- sys-libs/zlib
- virtual/fam
- x11-libs/gtk+:2"
-DEPEND="${RDEPEND}
- virtual/pkgconfig"
-
-src_configure() {
- local myconf=""
-
- use debug && myconf="${myconf} --enable-debug"
-
- econf ${myconf}
-}
-
-src_install() {
- emake DESTDIR="${D}" install || die "emake install failed"
-
- # Move the docs to the correct location, if we want the docs
- if use doc ; then
- dodoc "${D}/usr/share/doc/pureadmin/*.txt"
- fi
- rm -Rf "${D}/usr/share/doc/pureadmin"
-
- make_desktop_entry pureadmin "Pure-FTPd menu config" pureadmin
-}
-
-pkg_postinst() {
- ewarn "PureAdmin is at a beta-stage right now and it may break your"
- ewarn "configuration. DO NOT use it for safety critical system"
- ewarn "or production use!"
- echo
- elog "You need root-privileges to be able to use PureAdmin."
- elog "This will probably change in the future."
- echo
-}
diff --git a/net-ftp/pureadmin/pureadmin-0.3.ebuild b/net-ftp/pureadmin/pureadmin-0.3.ebuild
deleted file mode 100644
index 317fd620d633..000000000000
--- a/net-ftp/pureadmin/pureadmin-0.3.ebuild
+++ /dev/null
@@ -1,52 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-ftp/pureadmin/pureadmin-0.3.ebuild,v 1.6 2012/05/03 05:37:18 jdhore Exp $
-
-EAPI=3
-inherit eutils
-
-DESCRIPTION="PureAdmin is a GUI tool used to make the management of Pure-FTPd a little easier."
-HOMEPAGE="http://purify.sourceforge.net/"
-SRC_URI="mirror://sourceforge/purify/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
-IUSE="debug doc"
-
-RDEPEND="gnome-base/libglade:2.0
- sys-libs/zlib
- virtual/fam
- x11-libs/gtk+:2"
-DEPEND="${RDEPEND}
- virtual/pkgconfig"
-
-src_configure() {
- local myconf=""
-
- use debug && myconf="${myconf} --enable-debug"
-
- econf ${myconf}
-}
-
-src_install() {
- emake DESTDIR="${D}" install || die "emake install failed"
-
- # Move the docs to the correct location, if we want the docs
- if use doc ; then
- dodoc "${D}/usr/share/doc/pureadmin/*.txt"
- fi
- rm -Rf "${D}/usr/share/doc/pureadmin"
-
- make_desktop_entry pureadmin "Pure-FTPd menu config" pureadmin
-}
-
-pkg_postinst() {
- ewarn "PureAdmin is at a beta-stage right now and it may break your"
- ewarn "configuration. DO NOT use it for safety critical system"
- ewarn "or production use!"
- echo
- elog "You need root-privileges to be able to use PureAdmin."
- elog "This will probably change in the future."
- echo
-}