jlec 15/03/21 21:04:15 Modified: publicfile-0.52-r4.ebuild ChangeLog Log: use dobin instead of exeinto /usr/bin/ && doexe; bump EAPI (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key B9D4F231BD1558AB!)
Revision Changes Path 1.6 www-servers/publicfile/publicfile-0.52-r4.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-servers/publicfile/publicfile-0.52-r4.ebuild?rev=1.6&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-servers/publicfile/publicfile-0.52-r4.ebuild?rev=1.6&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-servers/publicfile/publicfile-0.52-r4.ebuild?r1=1.5&r2=1.6 Index: publicfile-0.52-r4.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/www-servers/publicfile/publicfile-0.52-r4.ebuild,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- publicfile-0.52-r4.ebuild 14 Jan 2014 15:34:38 -0000 1.5 +++ publicfile-0.52-r4.ebuild 21 Mar 2015 21:04:15 -0000 1.6 @@ -1,14 +1,15 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-servers/publicfile/publicfile-0.52-r4.ebuild,v 1.5 2014/01/14 15:34:38 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-servers/publicfile/publicfile-0.52-r4.ebuild,v 1.6 2015/03/21 21:04:15 jlec Exp $ -EAPI=4 +EAPI=5 inherit eutils toolchain-funcs user DESCRIPTION="publish files through FTP and HTTP" HOMEPAGE="http://cr.yp.to/publicfile.html" -SRC_URI="http://cr.yp.to/publicfile/${P}.tar.gz +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" @@ -16,13 +17,15 @@ SLOT="0" KEYWORDS="amd64 ppc x86" IUSE="selinux vanilla" -RESTRICT="mirror bindist test" -RDEPEND="virtual/daemontools +RDEPEND=" + virtual/daemontools >=sys-apps/ucspi-tcp-0.83 selinux? ( sec-policy/selinux-publicfile ) !net-ftp/netkit-ftpd" +RESTRICT="mirror bindist test" + src_prepare() { # verbose build log epatch "${FILESDIR}"/${P}-build.patch @@ -34,7 +37,7 @@ use vanilla || epatch "${DISTDIR}"/ftp-ls-patch # fix for glibc-2.3.2 errno issue - sed -i -e 's|extern int errno;|#include <errno.h>|' error.h + sed -i -e 's|extern int errno;|#include <errno.h>|' error.h || die # fix file collision sed -i configure.c \ @@ -51,10 +54,7 @@ } src_install() { - exeinto /usr/bin - newexe ftpd publicfile-ftpd - newexe httpd publicfile-httpd - newexe configure publicfile-conf + newbin ftpd publicfile-ftpd httpd publicfile-httpd configure publicfile-conf dodoc CHANGES README TODO } 1.33 www-servers/publicfile/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-servers/publicfile/ChangeLog?rev=1.33&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-servers/publicfile/ChangeLog?rev=1.33&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-servers/publicfile/ChangeLog?r1=1.32&r2=1.33 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/www-servers/publicfile/ChangeLog,v retrieving revision 1.32 retrieving revision 1.33 diff -u -r1.32 -r1.33 --- ChangeLog 22 Mar 2014 17:58:07 -0000 1.32 +++ ChangeLog 21 Mar 2015 21:04:15 -0000 1.33 @@ -1,6 +1,9 @@ # ChangeLog for www-servers/publicfile -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/www-servers/publicfile/ChangeLog,v 1.32 2014/03/22 17:58:07 kensington Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/www-servers/publicfile/ChangeLog,v 1.33 2015/03/21 21:04:15 jlec Exp $ + + 21 Mar 2015; Justin Lecher <[email protected]> publicfile-0.52-r4.ebuild: + use dobin instead of exeinto /usr/bin/ && doexe; bump EAPI 22 Mar 2014; Michael Palimaka <[email protected]> -publicfile-0.52-r3.ebuild:
