diff options
author | Ulrich Müller <ulm@gentoo.org> | 2013-01-01 21:17:56 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2013-01-01 21:17:56 +0000 |
commit | a6694bd60e2c68d15306a50f94fb990399f3e692 (patch) | |
tree | cb649676e3a56ee7463d682a526997e289016121 /www-servers/publicfile | |
parent | add bindist to RESTRICT (diff) | |
download | gentoo-2-a6694bd60e2c68d15306a50f94fb990399f3e692.tar.gz gentoo-2-a6694bd60e2c68d15306a50f94fb990399f3e692.tar.bz2 gentoo-2-a6694bd60e2c68d15306a50f94fb990399f3e692.zip |
Fix LICENSE, add mirror and bindist restrictions, bug 444424.
(Portage version: 2.1.11.38/cvs/Linux x86_64, signed Manifest commit with key E7BE08CA7DC6EA25)
Diffstat (limited to 'www-servers/publicfile')
-rw-r--r-- | www-servers/publicfile/ChangeLog | 7 | ||||
-rw-r--r-- | www-servers/publicfile/publicfile-0.52-r3.ebuild | 9 |
2 files changed, 9 insertions, 7 deletions
diff --git a/www-servers/publicfile/ChangeLog b/www-servers/publicfile/ChangeLog index 1af59597f556..1e94e2115708 100644 --- a/www-servers/publicfile/ChangeLog +++ b/www-servers/publicfile/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for www-servers/publicfile -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/www-servers/publicfile/ChangeLog,v 1.24 2012/09/09 16:14:53 kensington Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/www-servers/publicfile/ChangeLog,v 1.25 2013/01/01 21:17:56 ulm Exp $ + + 01 Jan 2013; Ulrich Müller <ulm@gentoo.org> publicfile-0.52-r3.ebuild: + Fix LICENSE, add mirror and bindist restrictions, bug 444424. 09 Sep 2012; Michael Palimaka <kensington@gentoo.org> -publicfile-0.52-r1.ebuild: diff --git a/www-servers/publicfile/publicfile-0.52-r3.ebuild b/www-servers/publicfile/publicfile-0.52-r3.ebuild index 2efa0ed6b258..22a8f9fb8162 100644 --- a/www-servers/publicfile/publicfile-0.52-r3.ebuild +++ b/www-servers/publicfile/publicfile-0.52-r3.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-servers/publicfile/publicfile-0.52-r3.ebuild,v 1.8 2012/09/09 15:57:25 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-servers/publicfile/publicfile-0.52-r3.ebuild,v 1.9 2013/01/01 21:17:56 ulm Exp $ EAPI=4 @@ -12,18 +12,17 @@ SRC_URI="http://cr.yp.to/publicfile/${P}.tar.gz http://www.ohse.de/uwe/patches/${P}-filetype-diff http://www.publicfile.org/ftp-ls-patch" -LICENSE="as-is" +LICENSE="all-rights-reserved" SLOT="0" KEYWORDS="amd64 hppa ppc x86" IUSE="selinux vanilla" +RESTRICT="mirror bindist test" RDEPEND="virtual/daemontools >=sys-apps/ucspi-tcp-0.83 selinux? ( sec-policy/selinux-publicfile ) !net-ftp/netkit-ftpd" -RESTRICT="test" - src_prepare() { # filetypes in env using daemontools use vanilla || epatch "${DISTDIR}"/${P}-filetype-diff |