zlogene     14/07/25 00:19:07

  Modified:             qpsmtpd-9999.ebuild qpsmtpd-0.84-r1.ebuild
                        ChangeLog
  Removed:              qpsmtpd-0.84.ebuild
  Log:
  Bump to EAPI=5; Drop old.
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
0xC42EB5D6)

Revision  Changes    Path
1.8                  mail-mta/qpsmtpd/qpsmtpd-9999.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-mta/qpsmtpd/qpsmtpd-9999.ebuild?rev=1.8&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-mta/qpsmtpd/qpsmtpd-9999.ebuild?rev=1.8&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-mta/qpsmtpd/qpsmtpd-9999.ebuild?r1=1.7&r2=1.8

Index: qpsmtpd-9999.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/mail-mta/qpsmtpd/qpsmtpd-9999.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- qpsmtpd-9999.ebuild 15 Aug 2013 03:39:45 -0000      1.7
+++ qpsmtpd-9999.ebuild 25 Jul 2014 00:19:07 -0000      1.8
@@ -1,8 +1,8 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/mail-mta/qpsmtpd/qpsmtpd-9999.ebuild,v 1.7 
2013/08/15 03:39:45 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-mta/qpsmtpd/qpsmtpd-9999.ebuild,v 1.8 
2014/07/25 00:19:07 zlogene Exp $
 
-EAPI=2
+EAPI=5
 
 inherit eutils perl-app user git-2
 
@@ -69,8 +69,8 @@
 
        newenvd "${FILESDIR}"/qpsmtpd.envd 99qpsmtpd
 
-       newconfd "${FILESDIR}"/qpsmtpd.confd qpsmtpd || die "Installing conf.d 
file"
-       newinitd "${FILESDIR}"/qpsmtpd.initd-r1 qpsmtpd || die "Installing 
init.d file"
+       newconfd "${FILESDIR}"/qpsmtpd.confd qpsmtpd
+       newinitd "${FILESDIR}"/qpsmtpd.initd-r1 qpsmtpd 
 
        dodoc CREDITS Changes README README.plugins STATUS
 }



1.3                  mail-mta/qpsmtpd/qpsmtpd-0.84-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-mta/qpsmtpd/qpsmtpd-0.84-r1.ebuild?rev=1.3&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-mta/qpsmtpd/qpsmtpd-0.84-r1.ebuild?rev=1.3&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-mta/qpsmtpd/qpsmtpd-0.84-r1.ebuild?r1=1.2&r2=1.3

Index: qpsmtpd-0.84-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/mail-mta/qpsmtpd/qpsmtpd-0.84-r1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- qpsmtpd-0.84-r1.ebuild      15 Apr 2013 23:19:22 -0000      1.2
+++ qpsmtpd-0.84-r1.ebuild      25 Jul 2014 00:19:07 -0000      1.3
@@ -1,8 +1,8 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/mail-mta/qpsmtpd/qpsmtpd-0.84-r1.ebuild,v 
1.2 2013/04/15 23:19:22 robbat2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-mta/qpsmtpd/qpsmtpd-0.84-r1.ebuild,v 
1.3 2014/07/25 00:19:07 zlogene Exp $
 
-EAPI=2
+EAPI=5
 
 inherit eutils perl-app user
 
@@ -61,15 +61,15 @@
                #logging/file loglevel LOGINFO /var/log/qpsmtpd/%Y-%m-%d
        EOF
        if use syslog; then
-               sed -i -e '/^#logging\/syslog/s,^#,,g' 
"${D}"/etc/qpsmtpd/logging
+               sed -i -e '/^#logging\/syslog/s,^#,,g' 
"${D}"/etc/qpsmtpd/logging || die
        else
-               sed -i -e '/^#logging\/file/s,^#,,g' "${D}"/etc/qpsmtpd/logging
+               sed -i -e '/^#logging\/file/s,^#,,g' "${D}"/etc/qpsmtpd/logging 
|| die
        fi
 
        newenvd "${FILESDIR}"/qpsmtpd.envd 99qpsmtpd
 
-       newconfd "${FILESDIR}"/qpsmtpd.confd qpsmtpd || die "Installing conf.d 
file"
-       newinitd "${FILESDIR}"/qpsmtpd.initd-r1 qpsmtpd || die "Installing 
init.d file"
+       newconfd "${FILESDIR}"/qpsmtpd.confd qpsmtpd
+       newinitd "${FILESDIR}"/qpsmtpd.initd-r1 qpsmtpd
 
        dodoc CREDITS Changes README README.plugins STATUS
 



1.22                 mail-mta/qpsmtpd/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-mta/qpsmtpd/ChangeLog?rev=1.22&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-mta/qpsmtpd/ChangeLog?rev=1.22&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-mta/qpsmtpd/ChangeLog?r1=1.21&r2=1.22

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/mail-mta/qpsmtpd/ChangeLog,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- ChangeLog   15 Aug 2013 03:39:45 -0000      1.21
+++ ChangeLog   25 Jul 2014 00:19:07 -0000      1.22
@@ -1,6 +1,10 @@
 # ChangeLog for mail-mta/qpsmtpd
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/mail-mta/qpsmtpd/ChangeLog,v 1.21 
2013/08/15 03:39:45 patrick Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/mail-mta/qpsmtpd/ChangeLog,v 1.22 
2014/07/25 00:19:07 zlogene Exp $
+
+  25 Jul 2014; Mikle Kolyada <[email protected]> -qpsmtpd-0.84.ebuild,
+  qpsmtpd-0.84-r1.ebuild, qpsmtpd-9999.ebuild:
+  Bump to EAPI=5; Drop old.
 
   15 Aug 2013; Patrick Lauer <[email protected]> qpsmtpd-9999.ebuild:
   Whitespace




Reply via email to