public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in net-ftp/proftpd: ChangeLog proftpd-1.3.3f.ebuild proftpd-1.3.3e.ebuild
@ 2011-11-04 14:45 Bernard Cafarelli (voyageur)
  0 siblings, 0 replies; 2+ messages in thread
From: Bernard Cafarelli (voyageur) @ 2011-11-04 14:45 UTC (permalink / raw
  To: gentoo-commits

voyageur    11/11/04 14:45:35

  Modified:             ChangeLog proftpd-1.3.3f.ebuild
                        proftpd-1.3.3e.ebuild
  Log:
  Remove "keepdir /var/run/proftpd". Fixes Gentoo Bug #387889
  
  (Portage version: 2.2.0_alpha72/cvs/Linux x86_64)

Revision  Changes    Path
1.277                net-ftp/proftpd/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-ftp/proftpd/ChangeLog?rev=1.277&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-ftp/proftpd/ChangeLog?rev=1.277&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-ftp/proftpd/ChangeLog?r1=1.276&r2=1.277

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-ftp/proftpd/ChangeLog,v
retrieving revision 1.276
retrieving revision 1.277
diff -u -r1.276 -r1.277
--- ChangeLog	28 Sep 2011 09:47:22 -0000	1.276
+++ ChangeLog	4 Nov 2011 14:45:35 -0000	1.277
@@ -1,6 +1,10 @@
 # ChangeLog for net-ftp/proftpd
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-ftp/proftpd/ChangeLog,v 1.276 2011/09/28 09:47:22 voyageur Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-ftp/proftpd/ChangeLog,v 1.277 2011/11/04 14:45:35 voyageur Exp $
+
+  04 Nov 2011; Bernard Cafarelli <voyageur@gentoo.org> proftpd-1.3.3e.ebuild,
+  proftpd-1.3.3f.ebuild:
+  Remove "keepdir /var/run/proftpd". Fixes Gentoo Bug #387889
 
 *proftpd-1.3.4_rc3 (28 Sep 2011)
 *proftpd-1.3.3f (28 Sep 2011)



1.2                  net-ftp/proftpd/proftpd-1.3.3f.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-ftp/proftpd/proftpd-1.3.3f.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-ftp/proftpd/proftpd-1.3.3f.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-ftp/proftpd/proftpd-1.3.3f.ebuild?r1=1.1&r2=1.2

Index: proftpd-1.3.3f.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-ftp/proftpd/proftpd-1.3.3f.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- proftpd-1.3.3f.ebuild	28 Sep 2011 09:47:22 -0000	1.1
+++ proftpd-1.3.3f.ebuild	4 Nov 2011 14:45:35 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-ftp/proftpd/proftpd-1.3.3f.ebuild,v 1.1 2011/09/28 09:47:22 voyageur Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-ftp/proftpd/proftpd-1.3.3f.ebuild,v 1.2 2011/11/04 14:45:35 voyageur Exp $
 
 EAPI="2"
 inherit eutils autotools
@@ -186,7 +186,6 @@
 
 	insinto /etc/proftpd
 	doins "${FILESDIR}"/proftpd.conf.sample
-	keepdir /var/run/proftpd
 	newinitd "${FILESDIR}"/proftpd.initd proftpd
 	if use xinetd ; then
 		insinto /etc/xinetd.d



1.8                  net-ftp/proftpd/proftpd-1.3.3e.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-ftp/proftpd/proftpd-1.3.3e.ebuild?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-ftp/proftpd/proftpd-1.3.3e.ebuild?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-ftp/proftpd/proftpd-1.3.3e.ebuild?r1=1.7&r2=1.8

Index: proftpd-1.3.3e.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-ftp/proftpd/proftpd-1.3.3e.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- proftpd-1.3.3e.ebuild	21 Jul 2011 17:16:12 -0000	1.7
+++ proftpd-1.3.3e.ebuild	4 Nov 2011 14:45:35 -0000	1.8
@@ -1,6 +1,6 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-ftp/proftpd/proftpd-1.3.3e.ebuild,v 1.7 2011/07/21 17:16:12 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-ftp/proftpd/proftpd-1.3.3e.ebuild,v 1.8 2011/11/04 14:45:35 voyageur Exp $
 
 EAPI="2"
 inherit eutils autotools
@@ -186,7 +186,6 @@
 
 	insinto /etc/proftpd
 	doins "${FILESDIR}"/proftpd.conf.sample
-	keepdir /var/run/proftpd
 	newinitd "${FILESDIR}"/proftpd.initd proftpd
 	if use xinetd ; then
 		insinto /etc/xinetd.d






^ permalink raw reply	[flat|nested] 2+ messages in thread

* [gentoo-commits] gentoo-x86 commit in net-ftp/proftpd: ChangeLog proftpd-1.3.3f.ebuild proftpd-1.3.3e.ebuild
@ 2011-11-07 12:23 Bernard Cafarelli (voyageur)
  0 siblings, 0 replies; 2+ messages in thread
From: Bernard Cafarelli (voyageur) @ 2011-11-07 12:23 UTC (permalink / raw
  To: gentoo-commits

voyageur    11/11/07 12:23:58

  Modified:             ChangeLog proftpd-1.3.3f.ebuild
                        proftpd-1.3.3e.ebuild
  Log:
  Add missing || die on emake install, spotted by ago
  
  (Portage version: 2.2.0_alpha72/cvs/Linux x86_64)

Revision  Changes    Path
1.279                net-ftp/proftpd/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-ftp/proftpd/ChangeLog?rev=1.279&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-ftp/proftpd/ChangeLog?rev=1.279&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-ftp/proftpd/ChangeLog?r1=1.278&r2=1.279

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-ftp/proftpd/ChangeLog,v
retrieving revision 1.278
retrieving revision 1.279
diff -u -r1.278 -r1.279
--- ChangeLog	5 Nov 2011 10:15:46 -0000	1.278
+++ ChangeLog	7 Nov 2011 12:23:58 -0000	1.279
@@ -1,6 +1,10 @@
 # ChangeLog for net-ftp/proftpd
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-ftp/proftpd/ChangeLog,v 1.278 2011/11/05 10:15:46 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-ftp/proftpd/ChangeLog,v 1.279 2011/11/07 12:23:58 voyageur Exp $
+
+  07 Nov 2011; Bernard Cafarelli <voyageur@gentoo.org> proftpd-1.3.3e.ebuild,
+  proftpd-1.3.3f.ebuild:
+  Add missing || die on emake install, spotted by ago
 
   05 Nov 2011; Markos Chandras <hwoarang@gentoo.org> proftpd-1.3.3f.ebuild:
   Stable on amd64 wrt bug #389495



1.4                  net-ftp/proftpd/proftpd-1.3.3f.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-ftp/proftpd/proftpd-1.3.3f.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-ftp/proftpd/proftpd-1.3.3f.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-ftp/proftpd/proftpd-1.3.3f.ebuild?r1=1.3&r2=1.4

Index: proftpd-1.3.3f.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-ftp/proftpd/proftpd-1.3.3f.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- proftpd-1.3.3f.ebuild	5 Nov 2011 10:15:46 -0000	1.3
+++ proftpd-1.3.3f.ebuild	7 Nov 2011 12:23:58 -0000	1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-ftp/proftpd/proftpd-1.3.3f.ebuild,v 1.3 2011/11/05 10:15:46 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-ftp/proftpd/proftpd-1.3.3f.ebuild,v 1.4 2011/11/07 12:23:58 voyageur Exp $
 
 EAPI="2"
 inherit eutils autotools
@@ -182,7 +182,7 @@
 }
 
 src_install() {
-	emake DESTDIR="${D}" install
+	emake DESTDIR="${D}" install || die "install failed"
 
 	insinto /etc/proftpd
 	doins "${FILESDIR}"/proftpd.conf.sample



1.9                  net-ftp/proftpd/proftpd-1.3.3e.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-ftp/proftpd/proftpd-1.3.3e.ebuild?rev=1.9&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-ftp/proftpd/proftpd-1.3.3e.ebuild?rev=1.9&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-ftp/proftpd/proftpd-1.3.3e.ebuild?r1=1.8&r2=1.9

Index: proftpd-1.3.3e.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-ftp/proftpd/proftpd-1.3.3e.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- proftpd-1.3.3e.ebuild	4 Nov 2011 14:45:35 -0000	1.8
+++ proftpd-1.3.3e.ebuild	7 Nov 2011 12:23:58 -0000	1.9
@@ -1,6 +1,6 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-ftp/proftpd/proftpd-1.3.3e.ebuild,v 1.8 2011/11/04 14:45:35 voyageur Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-ftp/proftpd/proftpd-1.3.3e.ebuild,v 1.9 2011/11/07 12:23:58 voyageur Exp $
 
 EAPI="2"
 inherit eutils autotools
@@ -182,7 +182,7 @@
 }
 
 src_install() {
-	emake DESTDIR="${D}" install
+	emake DESTDIR="${D}" install || die "install failed"
 
 	insinto /etc/proftpd
 	doins "${FILESDIR}"/proftpd.conf.sample






^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2011-11-07 12:24 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-11-07 12:23 [gentoo-commits] gentoo-x86 commit in net-ftp/proftpd: ChangeLog proftpd-1.3.3f.ebuild proftpd-1.3.3e.ebuild Bernard Cafarelli (voyageur)
  -- strict thread matches above, loose matches on Subject: below --
2011-11-04 14:45 Bernard Cafarelli (voyageur)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox