Portage is a package management system used by Gentoo Linux
# ChangeLog for net-ftp/pureadmin
# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/net-ftp/pureadmin/ChangeLog,v 1.14 2008/04/21 09:56:53 chtekk Exp $
*pureadmin-0.4 (21 Apr 2008)
21 Apr 2008; Luca Longinotti
pureadmin-0.2.2.ebuild, pureadmin-0.3.ebuild, +pureadmin-0.4.ebuild:
Version bump to 0.4, metadata update.
15 May 2007; Thilo Bangert
add
06 May 2007; Marius Mauch
pureadmin-0.3.ebuild:
Replacing einfo with elog
23 Oct 2006; Luca Longinotti
pureadmin-0.3.ebuild:
Fix bug #152526.
*pureadmin-0.3 (23 Sep 2006)
23 Sep 2006; Luca Longinotti
+pureadmin-0.3.ebuild:
Cleanup ebuilds. Version bump to 0.3. Fix bugs #70024 and #78748.
22 Sep 2006; Luca Longinotti
Set myself as maintainer.
25 Mar 2006; Caleb Tennis
-pureadmin-0.1.11.ebuild:
remove old files
*pureadmin-0.2.2 (06 Sep 2005)
06 Sep 2005; Gustavo Felisberto
+pureadmin-0.2.2.ebuild:
Bump and small cosmetic. Closes 2 or 3 bugs in portage.
*pureadmin-0.1.11 (18 Sep 2004)
18 Sep 2004; Gustavo Felisberto
+pureadmin-0.1.11.ebuild:
Version update for 0.1.11, mostly a bump with some minor cosmetics
*pureadmin-0.1.10-r1 18 Sep 2004
18 Sep 2004; <>
# INSERT ENTRY HERE
10 Jul 2004; Gustavo Felisberto
Taking maintainership of this package due to raker's retire.
10 Jun 2004; Aron Griffis
Fix use invocation
08 Jun 2004; David Holm
Added to ~ppc.
*pureadmin-0.1.10 (07 Jun 2004)
07 Jun 2004; Nick Hadaway
Initial import. The ebuild is based loosely on the entry submitted
on bug #45503.
DIST pureadmin-0.2.2.tar.gz 274465 RMD160 dac8915c292372444b3afef9c100170ea039fc5e SHA1 5ab5b349da2d712d305f33a48473e3c638435a70 SHA256 518db8c0805657fa955bdcc74d7d42887d73dba5c36187927e6495a987ab9de1
DIST pureadmin-0.3.tar.gz 298177 RMD160 80a81b75051d4d2ff29222883109d42f78bb2cf8 SHA1 44c19f16f5e2a4c5204c56a5feeeca52ef255ce2 SHA256 cec867194ee8c2e647dedf0d3d152c033a1bcdfaf3b1e83869b3ada8d9d3e866
DIST pureadmin-0.4.tar.gz 386739 RMD160 6ce197bba054afa35c459818e92a553480d26821 SHA1 2ba6260bd13c03eecf7ef919fe826ffa5c256b3f SHA256 d7a43da0eb16ad5d57ac4ffe045004977186b2bacb244cb8c5239e2e0b3a2112
EBUILD pureadmin-0.2.2.ebuild 1404 RMD160 fdf75706c524c26e2a214111c77e4ba560130e56 SHA1 a4c24c0a608620989ef1b5ff6c9ff2067e97c0af SHA256 8cd3ad7cff25926ed92abfebbc727e849c87d8962798191137907dbb9cbf613f
EBUILD pureadmin-0.3.ebuild 1404 RMD160 5b4933ede697c3f6092f476840e61653b4d783f8 SHA1 c271670343a071a241e1b26f364ce181fcfd975c SHA256 2c9e4a4c840e8bc6a937ce2f06f7abfadf2bccfa92f9e8c31df768c4df701f74
EBUILD pureadmin-0.4.ebuild 1404 RMD160 4d16683a7c266737cbdbcc56f65c9a002ea3a5fa SHA1 7ab87d7e3cd222509e2cb1d0a003b7f65826efaf SHA256 9f234d68fa2efd05e98f7327d063a26166756c904e65b93c19478193f083a4bb
MISC ChangeLog 2118 RMD160 3c49d67e360a6614a219ea74542d77bba105baca SHA1 6a7ee1dff40a0a8fad2fa69631c28e5710049ba7 SHA256 43c205f07cf1b645efcdd4ae319c20f5a4ffa20b9f4b1dc5cf65f3aa7a19cf33
MISC metadata.xml 358 RMD160 42cf92503ba682ee6536f2aac02c971f37a8b694 SHA1 8e62ae44b8cae2ead86142d8259cc79263fa649a SHA256 3c33bf8d2f53e55e8fb5d2cc2539e085051751db2ae1ab425c3e52e11ca008d0
# Copyright 1999-2008 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.5 2008/04/21 09:56:53 chtekk Exp $
inherit eutils
KEYWORDS="amd64 ~ppc x86"
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"
IUSE="debug doc"
RDEPEND=">=gnome-base/libglade-2.0
sys-libs/zlib
virtual/fam
>=x11-libs/gtk+-2.0"
DEPEND="${RDEPEND}
dev-util/pkgconfig"
src_compile() {
local myconf=""
use debug && myconf="${myconf} --enable-debug"
econf ${myconf} || die "econf failed"
emake || die "emake failed"
}
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!"
elog
elog "You need root-privileges to be able to use PureAdmin."
elog "This will probably change in the future."
elog
}
# Copyright 1999-2008 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.4 2008/04/21 09:56:53 chtekk Exp $
inherit eutils
KEYWORDS="~amd64 ~ppc ~x86"
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"
IUSE="debug doc"
RDEPEND=">=gnome-base/libglade-2.0
sys-libs/zlib
virtual/fam
>=x11-libs/gtk+-2.0"
DEPEND="${RDEPEND}
dev-util/pkgconfig"
src_compile() {
local myconf=""
use debug && myconf="${myconf} --enable-debug"
econf ${myconf} || die "econf failed"
emake || die "emake failed"
}
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!"
elog
elog "You need root-privileges to be able to use PureAdmin."
elog "This will probably change in the future."
elog
}
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-ftp/pureadmin/pureadmin-0.4.ebuild,v 1.1 2008/04/21 09:56:53 chtekk Exp $
inherit eutils
KEYWORDS="~amd64 ~ppc ~x86"
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"
IUSE="debug doc"
RDEPEND=">=gnome-base/libglade-2.0
sys-libs/zlib
virtual/fam
>=x11-libs/gtk+-2.0"
DEPEND="${RDEPEND}
dev-util/pkgconfig"
src_compile() {
local myconf=""
use debug && myconf="${myconf} --enable-debug"
econf ${myconf} || die "econf failed"
emake || die "emake failed"
}
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!"
elog
elog "You need root-privileges to be able to use PureAdmin."
elog "This will probably change in the future."
elog
}