public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in net-mail/courierpassd: courierpassd-1.1.2.ebuild ChangeLog
@ 2007-12-26 21:39 Christian Heim (phreak)
  0 siblings, 0 replies; 2+ messages in thread
From: Christian Heim (phreak) @ 2007-12-26 21:39 UTC (permalink / raw
  To: gentoo-commits

phreak      07/12/26 21:39:48

  Modified:             courierpassd-1.1.2.ebuild ChangeLog
  Log:
  Adjusting RESTRICT=nomirror to be RESTRICT=mirror.
  (Portage version: 2.1.3.19)

Revision  Changes    Path
1.2                  net-mail/courierpassd/courierpassd-1.1.2.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-mail/courierpassd/courierpassd-1.1.2.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-mail/courierpassd/courierpassd-1.1.2.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-mail/courierpassd/courierpassd-1.1.2.ebuild?r1=1.1&r2=1.2

Index: courierpassd-1.1.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-mail/courierpassd/courierpassd-1.1.2.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- courierpassd-1.1.2.ebuild	26 Jul 2007 23:05:10 -0000	1.1
+++ courierpassd-1.1.2.ebuild	26 Dec 2007 21:39:47 -0000	1.2
@@ -1,12 +1,12 @@
 # Copyright 1999-2007 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-mail/courierpassd/courierpassd-1.1.2.ebuild,v 1.1 2007/07/26 23:05:10 jurek Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/courierpassd/courierpassd-1.1.2.ebuild,v 1.2 2007/12/26 21:39:47 phreak Exp $
 
 inherit eutils
 DESCRIPTION="Courierpassd is a utility for changing a user's password from across a network"
 HOMEPAGE="http://www.arda.homeunix.net/"
 SRC_URI="http://www.arda.homeunix.net/store/${P}.tar.gz"
-RESTRICT="nomirror"
+RESTRICT="mirror"
 
 LICENSE="GPL-2"
 SLOT="0"



1.3                  net-mail/courierpassd/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-mail/courierpassd/ChangeLog?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-mail/courierpassd/ChangeLog?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-mail/courierpassd/ChangeLog?r1=1.2&r2=1.3

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-mail/courierpassd/ChangeLog,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ChangeLog	21 Aug 2007 17:17:06 -0000	1.2
+++ ChangeLog	26 Dec 2007 21:39:47 -0000	1.3
@@ -1,6 +1,9 @@
 # ChangeLog for net-mail/courierpassd
 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-mail/courierpassd/ChangeLog,v 1.2 2007/08/21 17:17:06 jurek Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/courierpassd/ChangeLog,v 1.3 2007/12/26 21:39:47 phreak Exp $
+
+  26 Dec 2007; Christian Heim <phreak@gentoo.org> courierpassd-1.1.2.ebuild:
+  Adjusting RESTRICT=nomirror to be RESTRICT=mirror.
 
   21 Aug 2007; Jurek Bartuszek <jurek@gentoo.org> files/courierpassd:
   Small changes in xinetd.d script



-- 
gentoo-commits@gentoo.org mailing list



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

* [gentoo-commits] gentoo-x86 commit in net-mail/courierpassd: courierpassd-1.1.2.ebuild ChangeLog
@ 2007-12-26 21:42 Christian Heim (phreak)
  0 siblings, 0 replies; 2+ messages in thread
From: Christian Heim (phreak) @ 2007-12-26 21:42 UTC (permalink / raw
  To: gentoo-commits

phreak      07/12/26 21:42:31

  Modified:             courierpassd-1.1.2.ebuild ChangeLog
  Log:
  Fixing the useless dodoc of INSTALL and COPYING, fixing the unquoted variables.
  (Portage version: 2.1.3.19)

Revision  Changes    Path
1.3                  net-mail/courierpassd/courierpassd-1.1.2.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-mail/courierpassd/courierpassd-1.1.2.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-mail/courierpassd/courierpassd-1.1.2.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-mail/courierpassd/courierpassd-1.1.2.ebuild?r1=1.2&r2=1.3

Index: courierpassd-1.1.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-mail/courierpassd/courierpassd-1.1.2.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- courierpassd-1.1.2.ebuild	26 Dec 2007 21:39:47 -0000	1.2
+++ courierpassd-1.1.2.ebuild	26 Dec 2007 21:42:31 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2007 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-mail/courierpassd/courierpassd-1.1.2.ebuild,v 1.2 2007/12/26 21:39:47 phreak Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/courierpassd/courierpassd-1.1.2.ebuild,v 1.3 2007/12/26 21:42:31 phreak Exp $
 
 inherit eutils
 DESCRIPTION="Courierpassd is a utility for changing a user's password from across a network"
@@ -18,12 +18,12 @@
 RDEPEND="${DEPEND}"
 
 src_install() {
-	emake DESTDIR=${D} install || die "emake install failed"
+	emake DESTDIR="${D}" install || die "emake install failed"
 
 	if use xinetd; then
 		insinto /etc/xinetd.d
-		doins ${FILESDIR}/courierpassd || die "doins failed"
+		doins "${FILESDIR}/courierpassd" || die "doins failed"
 	fi
 
-	dodoc README AUTHORS COPYING ChangeLog INSTALL NEWS || die "dodoc failed"
+	dodoc README AUTHORS ChangeLog NEWS || die "dodoc failed"
 }



1.4                  net-mail/courierpassd/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-mail/courierpassd/ChangeLog?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-mail/courierpassd/ChangeLog?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-mail/courierpassd/ChangeLog?r1=1.3&r2=1.4

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-mail/courierpassd/ChangeLog,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ChangeLog	26 Dec 2007 21:39:47 -0000	1.3
+++ ChangeLog	26 Dec 2007 21:42:31 -0000	1.4
@@ -1,6 +1,9 @@
 # ChangeLog for net-mail/courierpassd
 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-mail/courierpassd/ChangeLog,v 1.3 2007/12/26 21:39:47 phreak Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/courierpassd/ChangeLog,v 1.4 2007/12/26 21:42:31 phreak Exp $
+
+  26 Dec 2007; Christian Heim <phreak@gentoo.org> courierpassd-1.1.2.ebuild:
+  Fixing the useless dodoc of INSTALL and COPYING, fixing the unquoted variables.
 
   26 Dec 2007; Christian Heim <phreak@gentoo.org> courierpassd-1.1.2.ebuild:
   Adjusting RESTRICT=nomirror to be RESTRICT=mirror.



-- 
gentoo-commits@gentoo.org mailing list



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

end of thread, other threads:[~2007-12-26 21:42 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-12-26 21:42 [gentoo-commits] gentoo-x86 commit in net-mail/courierpassd: courierpassd-1.1.2.ebuild ChangeLog Christian Heim (phreak)
  -- strict thread matches above, loose matches on Subject: below --
2007-12-26 21:39 Christian Heim (phreak)

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