diff options
author | Tobias Scherbaum <dertobi123@gentoo.org> | 2009-12-31 10:19:23 +0000 |
---|---|---|
committer | Tobias Scherbaum <dertobi123@gentoo.org> | 2009-12-31 10:19:23 +0000 |
commit | 3149056baab559caf55f69fd1246dd787439fbf2 (patch) | |
tree | 164db7899eafbabb0b9279ca3ba5ce549723c40e /net-ftp | |
parent | Revbump, add support for large, multiline output (#264467). Also do respect L... (diff) | |
download | gentoo-2-3149056baab559caf55f69fd1246dd787439fbf2.tar.gz gentoo-2-3149056baab559caf55f69fd1246dd787439fbf2.tar.bz2 gentoo-2-3149056baab559caf55f69fd1246dd787439fbf2.zip |
cleanup, do not install docs outside of /usr/share/doc/ (#294273)
(Portage version: 2.2_rc61/cvs/Linux x86_64)
Diffstat (limited to 'net-ftp')
-rw-r--r-- | net-ftp/gproftpd/ChangeLog | 8 | ||||
-rw-r--r-- | net-ftp/gproftpd/gproftpd-8.1.9.ebuild | 60 | ||||
-rw-r--r-- | net-ftp/gproftpd/gproftpd-8.3.2.ebuild | 6 |
3 files changed, 10 insertions, 64 deletions
diff --git a/net-ftp/gproftpd/ChangeLog b/net-ftp/gproftpd/ChangeLog index cc85a7c31676..fef9840cc197 100644 --- a/net-ftp/gproftpd/ChangeLog +++ b/net-ftp/gproftpd/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-ftp/gproftpd -# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-ftp/gproftpd/ChangeLog,v 1.20 2008/05/19 09:42:17 drac Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-ftp/gproftpd/ChangeLog,v 1.21 2009/12/31 10:19:23 dertobi123 Exp $ + + 31 Dec 2009; Tobias Scherbaum <dertobi123@gentoo.org> + -gproftpd-8.1.9.ebuild, gproftpd-8.3.2.ebuild: + cleanup, do not install docs outside of /usr/share/doc/ (#294273) 19 May 2008; Samuli Suominen <drac@gentoo.org> gproftpd-8.1.9.ebuild, gproftpd-8.3.2.ebuild: diff --git a/net-ftp/gproftpd/gproftpd-8.1.9.ebuild b/net-ftp/gproftpd/gproftpd-8.1.9.ebuild deleted file mode 100644 index a27636223c17..000000000000 --- a/net-ftp/gproftpd/gproftpd-8.1.9.ebuild +++ /dev/null @@ -1,60 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-ftp/gproftpd/gproftpd-8.1.9.ebuild,v 1.7 2008/05/19 09:44:34 drac Exp $ - -DESCRIPTION="GTK frontend to proftpd" -HOMEPAGE="http://mange.dynup.net/linux.html" -SRC_URI="http://mange.dynup.net/linux/gproftpd/${P}.tar.gz" -LICENSE="GPL-2" -KEYWORDS="x86 sparc ~ppc" -SLOT="0" - -IUSE="gnome ssl" - -# Requiring ProFTPD 1.2.9 due to security fixes -RDEPEND=">=net-ftp/proftpd-1.2.9 - >=x11-libs/gtk+-2.0 - >=dev-libs/glib-2.0 - >=x11-libs/pango-1.0 - >=dev-libs/atk-1.0 - >=media-libs/freetype-2.0 - ssl? ( >=dev-libs/openssl-0.9.6f )" -DEPEND="${RDEPEND} - dev-util/pkgconfig" - -src_compile() { - local modules includes myconf - - #location of proftpd.conf - myconf="/etc/proftpd" - - if use ssl; then - # enable mod_tls - modules="${modules}:mod_tls" - includes="${include}:/usr/kerberos/include" - fi - - econf --sysconfdir=${myconf} \ - --with-modules=${modules} \ - --with-includes=${includes} || die "./configure failed" - emake || die "Build failure" -} - -src_install () { - einstall || die "Installation failure" - -# Add the Gnome menu entry - if use gnome; then - insinto /usr/share/gnome/apps/Internet/ - doins "${S}"/desktop/net-gproftpd.desktop - fi - - dodoc AUTHORS ChangeLog README -} - -pkg_postinst() { - elog "gproftpd looks for your proftpd.conf file in /etc/proftpd" - elog "run gproftpd with the option -c to specify an alternate location" - elog "ex: gproftpd -c /etc/proftpd.conf" - elog "Do NOT edit /etc/conf.d/proftpd with this program" -} diff --git a/net-ftp/gproftpd/gproftpd-8.3.2.ebuild b/net-ftp/gproftpd/gproftpd-8.3.2.ebuild index 861da4f6ea28..b691ecb93f16 100644 --- a/net-ftp/gproftpd/gproftpd-8.3.2.ebuild +++ b/net-ftp/gproftpd/gproftpd-8.3.2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-ftp/gproftpd/gproftpd-8.3.2.ebuild,v 1.4 2008/05/19 09:44:34 drac Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-ftp/gproftpd/gproftpd-8.3.2.ebuild,v 1.5 2009/12/31 10:19:23 dertobi123 Exp $ DESCRIPTION="GTK frontend to proftpd" HOMEPAGE="http://mange.dynup.net/linux.html" @@ -51,6 +51,8 @@ src_install () { fi dodoc AUTHORS ChangeLog README + + rm -r "${D}/usr/share/doc/gproftpd" } pkg_postinst() { |