public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in net-mail/getmail: getmail-4.9.1.ebuild ChangeLog
@ 2009-06-02  8:37 Torsten Veller (tove)
  0 siblings, 0 replies; 7+ messages in thread
From: Torsten Veller (tove) @ 2009-06-02  8:37 UTC (permalink / raw
  To: gentoo-commits

tove        09/06/02 08:37:22

  Modified:             ChangeLog
  Added:                getmail-4.9.1.ebuild
  Log:
  Version bump
  (Portage version: 2.2_rc33/cvs/Linux i686)

Revision  Changes    Path
1.163                net-mail/getmail/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-mail/getmail/ChangeLog,v
retrieving revision 1.162
retrieving revision 1.163
diff -u -r1.162 -r1.163
--- ChangeLog	7 Apr 2009 05:30:10 -0000	1.162
+++ ChangeLog	2 Jun 2009 08:37:22 -0000	1.163
@@ -1,6 +1,11 @@
 # ChangeLog for net-mail/getmail
-# Copyright 2002-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-mail/getmail/ChangeLog,v 1.162 2009/04/07 05:30:10 tove Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-mail/getmail/ChangeLog,v 1.163 2009/06/02 08:37:22 tove Exp $
+
+*getmail-4.9.1 (02 Jun 2009)
+
+  02 Jun 2009; Torsten Veller <tove@gentoo.org> +getmail-4.9.1.ebuild:
+  Version bump
 
 *getmail-4.9.0 (07 Apr 2009)
 



1.1                  net-mail/getmail/getmail-4.9.1.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-mail/getmail/getmail-4.9.1.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-mail/getmail/getmail-4.9.1.ebuild?rev=1.1&content-type=text/plain

Index: getmail-4.9.1.ebuild
===================================================================
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-mail/getmail/getmail-4.9.1.ebuild,v 1.1 2009/06/02 08:37:22 tove Exp $

inherit distutils

DESCRIPTION="A POP3 mail retriever with reliable Maildir and mbox delivery"
HOMEPAGE="http://pyropus.ca/software/getmail/"
SRC_URI="http://pyropus.ca/software/getmail/old-versions/${P}.tar.gz"

LICENSE="GPL-2"
SLOT="4"
KEYWORDS="~alpha ~amd64 ~ppc ~sparc ~x86"
IUSE=""

DEPEND=">=dev-lang/python-2.3.3"
RDEPEND="${DEPEND}"

src_unpack() {
	unpack ${A}
	cd "${S}"

	# getmail.spec is missing due to upstream packaging mistake
	sed -i -e '/getmail.spec/d' setup.py || die
}

src_compile() {
	distutils_src_compile
}

src_install() {
	distutils_src_install

	if has_version "=net-mail/getmail-3*" ; then
		mv "${D}"/usr/bin/getmail "${D}"/usr/bin/getmail4
		mv "${D}"/usr/bin/getmail_maildir "${D}"/usr/bin/getmail_maildir4
		mv "${D}"/usr/bin/getmail_mbox "${D}"/usr/bin/getmail_mbox4
	fi

	# handle docs the gentoo way
	rm "${D}"/usr/share/doc/${P}/COPYING
	if [ ${P} != ${PF} ]; then
		mv "${D}"/usr/share/doc/${P} "${D}"/usr/share/doc/${PF}
	fi

	dodir /usr/share/doc/${PF}/html
	mv "${D}"/usr/share/doc/${PF}/*.html "${D}"/usr/share/doc/${PF}/*.css "${D}"/usr/share/doc/${PF}/html
}

pkg_postinst() {
	python_version
	python_mod_optimize /usr/lib/python${PYVER}/site-packages/getmailcore

	if has_version "=net-mail/getmail-3*" ; then
		echo
		ewarn "An already installed instance of getmail v3 was detected. In order to"
		ewarn "co-exist with it the three main scripts of getmail v4 were renamed to"
		ewarn "getmail4, getmail_maildir4, getmail_mbox4."
		echo
	fi
}

pkg_postrm() {
	python_version
	python_mod_cleanup
}






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

* [gentoo-commits] gentoo-x86 commit in net-mail/getmail: getmail-4.9.1.ebuild ChangeLog
@ 2009-06-02  9:09 Torsten Veller (tove)
  0 siblings, 0 replies; 7+ messages in thread
From: Torsten Veller (tove) @ 2009-06-02  9:09 UTC (permalink / raw
  To: gentoo-commits

tove        09/06/02 09:09:27

  Modified:             getmail-4.9.1.ebuild ChangeLog
  Log:
  Cleanup. Remove the getmail-3 conditional code.
  (Portage version: 2.2_rc33/cvs/Linux i686)

Revision  Changes    Path
1.2                  net-mail/getmail/getmail-4.9.1.ebuild

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

Index: getmail-4.9.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-mail/getmail/getmail-4.9.1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- getmail-4.9.1.ebuild	2 Jun 2009 08:37:22 -0000	1.1
+++ getmail-4.9.1.ebuild	2 Jun 2009 09:09:27 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-mail/getmail/getmail-4.9.1.ebuild,v 1.1 2009/06/02 08:37:22 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/getmail/getmail-4.9.1.ebuild,v 1.2 2009/06/02 09:09:27 tove Exp $
 
 inherit distutils
 
@@ -16,27 +16,11 @@
 DEPEND=">=dev-lang/python-2.3.3"
 RDEPEND="${DEPEND}"
 
-src_unpack() {
-	unpack ${A}
-	cd "${S}"
-
-	# getmail.spec is missing due to upstream packaging mistake
-	sed -i -e '/getmail.spec/d' setup.py || die
-}
-
-src_compile() {
-	distutils_src_compile
-}
+PYTHON_MODNAME=getmailcore
 
 src_install() {
 	distutils_src_install
 
-	if has_version "=net-mail/getmail-3*" ; then
-		mv "${D}"/usr/bin/getmail "${D}"/usr/bin/getmail4
-		mv "${D}"/usr/bin/getmail_maildir "${D}"/usr/bin/getmail_maildir4
-		mv "${D}"/usr/bin/getmail_mbox "${D}"/usr/bin/getmail_mbox4
-	fi
-
 	# handle docs the gentoo way
 	rm "${D}"/usr/share/doc/${P}/COPYING
 	if [ ${P} != ${PF} ]; then
@@ -46,21 +30,3 @@
 	dodir /usr/share/doc/${PF}/html
 	mv "${D}"/usr/share/doc/${PF}/*.html "${D}"/usr/share/doc/${PF}/*.css "${D}"/usr/share/doc/${PF}/html
 }
-
-pkg_postinst() {
-	python_version
-	python_mod_optimize /usr/lib/python${PYVER}/site-packages/getmailcore
-
-	if has_version "=net-mail/getmail-3*" ; then
-		echo
-		ewarn "An already installed instance of getmail v3 was detected. In order to"
-		ewarn "co-exist with it the three main scripts of getmail v4 were renamed to"
-		ewarn "getmail4, getmail_maildir4, getmail_mbox4."
-		echo
-	fi
-}
-
-pkg_postrm() {
-	python_version
-	python_mod_cleanup
-}



1.164                net-mail/getmail/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-mail/getmail/ChangeLog,v
retrieving revision 1.163
retrieving revision 1.164
diff -u -r1.163 -r1.164
--- ChangeLog	2 Jun 2009 08:37:22 -0000	1.163
+++ ChangeLog	2 Jun 2009 09:09:27 -0000	1.164
@@ -1,6 +1,9 @@
 # ChangeLog for net-mail/getmail
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-mail/getmail/ChangeLog,v 1.163 2009/06/02 08:37:22 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/getmail/ChangeLog,v 1.164 2009/06/02 09:09:27 tove Exp $
+
+  02 Jun 2009; Torsten Veller <tove@gentoo.org> getmail-4.9.1.ebuild:
+  Remove the getmail-3 conditional code.
 
 *getmail-4.9.1 (02 Jun 2009)
 






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

* [gentoo-commits] gentoo-x86 commit in net-mail/getmail: getmail-4.9.1.ebuild ChangeLog
@ 2009-07-31 21:52 Tony Vroon (chainsaw)
  0 siblings, 0 replies; 7+ messages in thread
From: Tony Vroon (chainsaw) @ 2009-07-31 21:52 UTC (permalink / raw
  To: gentoo-commits

chainsaw    09/07/31 21:52:07

  Modified:             getmail-4.9.1.ebuild ChangeLog
  Log:
  Marked stable on AMD64 as requested by Tiago Cunha <tcunha@gentoo.org> in bug #278891. Compile-tested on a dual hex-core Opteron.
  (Portage version: 2.1.6.13/cvs/Linux x86_64)

Revision  Changes    Path
1.3                  net-mail/getmail/getmail-4.9.1.ebuild

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

Index: getmail-4.9.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-mail/getmail/getmail-4.9.1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- getmail-4.9.1.ebuild	2 Jun 2009 09:09:27 -0000	1.2
+++ getmail-4.9.1.ebuild	31 Jul 2009 21:52:07 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-mail/getmail/getmail-4.9.1.ebuild,v 1.2 2009/06/02 09:09:27 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/getmail/getmail-4.9.1.ebuild,v 1.3 2009/07/31 21:52:07 chainsaw Exp $
 
 inherit distutils
 
@@ -10,7 +10,7 @@
 
 LICENSE="GPL-2"
 SLOT="4"
-KEYWORDS="~alpha ~amd64 ~ppc ~sparc ~x86"
+KEYWORDS="~alpha amd64 ~ppc ~sparc ~x86"
 IUSE=""
 
 DEPEND=">=dev-lang/python-2.3.3"



1.166                net-mail/getmail/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-mail/getmail/ChangeLog,v
retrieving revision 1.165
retrieving revision 1.166
diff -u -r1.165 -r1.166
--- ChangeLog	23 Jul 2009 19:27:29 -0000	1.165
+++ ChangeLog	31 Jul 2009 21:52:07 -0000	1.166
@@ -1,6 +1,10 @@
 # ChangeLog for net-mail/getmail
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-mail/getmail/ChangeLog,v 1.165 2009/07/23 19:27:29 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/getmail/ChangeLog,v 1.166 2009/07/31 21:52:07 chainsaw Exp $
+
+  31 Jul 2009; <chainsaw@gentoo.org> getmail-4.9.1.ebuild:
+  Marked stable on AMD64 as requested by Tiago Cunha <tcunha@gentoo.org> in
+  bug #278891. Compile-tested on a dual hex-core Opteron.
 
 *getmail-4.9.2 (23 Jul 2009)
 






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

* [gentoo-commits] gentoo-x86 commit in net-mail/getmail: getmail-4.9.1.ebuild ChangeLog
@ 2009-08-02 14:34 Markus Meier (maekke)
  0 siblings, 0 replies; 7+ messages in thread
From: Markus Meier (maekke) @ 2009-08-02 14:34 UTC (permalink / raw
  To: gentoo-commits

maekke      09/08/02 14:34:48

  Modified:             getmail-4.9.1.ebuild ChangeLog
  Log:
  x86 stable, bug #278891
  (Portage version: 2.2_rc33/cvs/Linux x86_64)

Revision  Changes    Path
1.4                  net-mail/getmail/getmail-4.9.1.ebuild

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

Index: getmail-4.9.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-mail/getmail/getmail-4.9.1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- getmail-4.9.1.ebuild	31 Jul 2009 21:52:07 -0000	1.3
+++ getmail-4.9.1.ebuild	2 Aug 2009 14:34:48 -0000	1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-mail/getmail/getmail-4.9.1.ebuild,v 1.3 2009/07/31 21:52:07 chainsaw Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/getmail/getmail-4.9.1.ebuild,v 1.4 2009/08/02 14:34:48 maekke Exp $
 
 inherit distutils
 
@@ -10,7 +10,7 @@
 
 LICENSE="GPL-2"
 SLOT="4"
-KEYWORDS="~alpha amd64 ~ppc ~sparc ~x86"
+KEYWORDS="~alpha amd64 ~ppc ~sparc x86"
 IUSE=""
 
 DEPEND=">=dev-lang/python-2.3.3"



1.167                net-mail/getmail/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-mail/getmail/ChangeLog,v
retrieving revision 1.166
retrieving revision 1.167
diff -u -r1.166 -r1.167
--- ChangeLog	31 Jul 2009 21:52:07 -0000	1.166
+++ ChangeLog	2 Aug 2009 14:34:48 -0000	1.167
@@ -1,6 +1,9 @@
 # ChangeLog for net-mail/getmail
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-mail/getmail/ChangeLog,v 1.166 2009/07/31 21:52:07 chainsaw Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/getmail/ChangeLog,v 1.167 2009/08/02 14:34:48 maekke Exp $
+
+  02 Aug 2009; Markus Meier <maekke@gentoo.org> getmail-4.9.1.ebuild:
+  x86 stable, bug #278891
 
   31 Jul 2009; <chainsaw@gentoo.org> getmail-4.9.1.ebuild:
   Marked stable on AMD64 as requested by Tiago Cunha <tcunha@gentoo.org> in






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

* [gentoo-commits] gentoo-x86 commit in net-mail/getmail: getmail-4.9.1.ebuild ChangeLog
@ 2009-08-09 13:49 Gysbert Wassenaar (nixnut)
  0 siblings, 0 replies; 7+ messages in thread
From: Gysbert Wassenaar (nixnut) @ 2009-08-09 13:49 UTC (permalink / raw
  To: gentoo-commits

nixnut      09/08/09 13:49:53

  Modified:             getmail-4.9.1.ebuild ChangeLog
  Log:
  ppc stable #278891
  (Portage version: 2.1.6.13/cvs/Linux ppc)

Revision  Changes    Path
1.5                  net-mail/getmail/getmail-4.9.1.ebuild

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

Index: getmail-4.9.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-mail/getmail/getmail-4.9.1.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- getmail-4.9.1.ebuild	2 Aug 2009 14:34:48 -0000	1.4
+++ getmail-4.9.1.ebuild	9 Aug 2009 13:49:53 -0000	1.5
@@ -1,6 +1,6 @@
 # Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-mail/getmail/getmail-4.9.1.ebuild,v 1.4 2009/08/02 14:34:48 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/getmail/getmail-4.9.1.ebuild,v 1.5 2009/08/09 13:49:53 nixnut Exp $
 
 inherit distutils
 
@@ -10,7 +10,7 @@
 
 LICENSE="GPL-2"
 SLOT="4"
-KEYWORDS="~alpha amd64 ~ppc ~sparc x86"
+KEYWORDS="~alpha amd64 ppc ~sparc x86"
 IUSE=""
 
 DEPEND=">=dev-lang/python-2.3.3"



1.168                net-mail/getmail/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-mail/getmail/ChangeLog,v
retrieving revision 1.167
retrieving revision 1.168
diff -u -r1.167 -r1.168
--- ChangeLog	2 Aug 2009 14:34:48 -0000	1.167
+++ ChangeLog	9 Aug 2009 13:49:53 -0000	1.168
@@ -1,6 +1,9 @@
 # ChangeLog for net-mail/getmail
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-mail/getmail/ChangeLog,v 1.167 2009/08/02 14:34:48 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/getmail/ChangeLog,v 1.168 2009/08/09 13:49:53 nixnut Exp $
+
+  09 Aug 2009; nixnut <nixnut@gentoo.org> getmail-4.9.1.ebuild:
+  ppc stable #278891
 
   02 Aug 2009; Markus Meier <maekke@gentoo.org> getmail-4.9.1.ebuild:
   x86 stable, bug #278891






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

* [gentoo-commits] gentoo-x86 commit in net-mail/getmail: getmail-4.9.1.ebuild ChangeLog
@ 2009-08-26 16:48 Tobias Klausmann (klausman)
  0 siblings, 0 replies; 7+ messages in thread
From: Tobias Klausmann (klausman) @ 2009-08-26 16:48 UTC (permalink / raw
  To: gentoo-commits

klausman    09/08/26 16:48:44

  Modified:             getmail-4.9.1.ebuild ChangeLog
  Log:
  Stable on alpha, bug #278891
  (Portage version: 2.1.6.13/cvs/Linux x86_64)

Revision  Changes    Path
1.6                  net-mail/getmail/getmail-4.9.1.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-mail/getmail/getmail-4.9.1.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-mail/getmail/getmail-4.9.1.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-mail/getmail/getmail-4.9.1.ebuild?r1=1.5&r2=1.6

Index: getmail-4.9.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-mail/getmail/getmail-4.9.1.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- getmail-4.9.1.ebuild	9 Aug 2009 13:49:53 -0000	1.5
+++ getmail-4.9.1.ebuild	26 Aug 2009 16:48:44 -0000	1.6
@@ -1,6 +1,6 @@
 # Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-mail/getmail/getmail-4.9.1.ebuild,v 1.5 2009/08/09 13:49:53 nixnut Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/getmail/getmail-4.9.1.ebuild,v 1.6 2009/08/26 16:48:44 klausman Exp $
 
 inherit distutils
 
@@ -10,7 +10,7 @@
 
 LICENSE="GPL-2"
 SLOT="4"
-KEYWORDS="~alpha amd64 ppc ~sparc x86"
+KEYWORDS="alpha amd64 ppc ~sparc x86"
 IUSE=""
 
 DEPEND=">=dev-lang/python-2.3.3"



1.169                net-mail/getmail/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-mail/getmail/ChangeLog,v
retrieving revision 1.168
retrieving revision 1.169
diff -u -r1.168 -r1.169
--- ChangeLog	9 Aug 2009 13:49:53 -0000	1.168
+++ ChangeLog	26 Aug 2009 16:48:44 -0000	1.169
@@ -1,6 +1,9 @@
 # ChangeLog for net-mail/getmail
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-mail/getmail/ChangeLog,v 1.168 2009/08/09 13:49:53 nixnut Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/getmail/ChangeLog,v 1.169 2009/08/26 16:48:44 klausman Exp $
+
+  26 Aug 2009; Tobias Klausmann <klausman@gentoo.org> getmail-4.9.1.ebuild:
+  Stable on alpha, bug #278891
 
   09 Aug 2009; nixnut <nixnut@gentoo.org> getmail-4.9.1.ebuild:
   ppc stable #278891






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

* [gentoo-commits] gentoo-x86 commit in net-mail/getmail: getmail-4.9.1.ebuild ChangeLog
@ 2009-10-02 22:53 Tiago Cunha (tcunha)
  0 siblings, 0 replies; 7+ messages in thread
From: Tiago Cunha (tcunha) @ 2009-10-02 22:53 UTC (permalink / raw
  To: gentoo-commits

tcunha      09/10/02 22:53:36

  Modified:             getmail-4.9.1.ebuild ChangeLog
  Log:
  stable sparc, bug 278891
  (Portage version: 2.1.6.13/cvs/Linux x86_64)

Revision  Changes    Path
1.7                  net-mail/getmail/getmail-4.9.1.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-mail/getmail/getmail-4.9.1.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-mail/getmail/getmail-4.9.1.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-mail/getmail/getmail-4.9.1.ebuild?r1=1.6&r2=1.7

Index: getmail-4.9.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-mail/getmail/getmail-4.9.1.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- getmail-4.9.1.ebuild	26 Aug 2009 16:48:44 -0000	1.6
+++ getmail-4.9.1.ebuild	2 Oct 2009 22:53:36 -0000	1.7
@@ -1,6 +1,6 @@
 # Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-mail/getmail/getmail-4.9.1.ebuild,v 1.6 2009/08/26 16:48:44 klausman Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/getmail/getmail-4.9.1.ebuild,v 1.7 2009/10/02 22:53:36 tcunha Exp $
 
 inherit distutils
 
@@ -10,7 +10,7 @@
 
 LICENSE="GPL-2"
 SLOT="4"
-KEYWORDS="alpha amd64 ppc ~sparc x86"
+KEYWORDS="alpha amd64 ppc sparc x86"
 IUSE=""
 
 DEPEND=">=dev-lang/python-2.3.3"



1.170                net-mail/getmail/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-mail/getmail/ChangeLog,v
retrieving revision 1.169
retrieving revision 1.170
diff -u -r1.169 -r1.170
--- ChangeLog	26 Aug 2009 16:48:44 -0000	1.169
+++ ChangeLog	2 Oct 2009 22:53:36 -0000	1.170
@@ -1,6 +1,9 @@
 # ChangeLog for net-mail/getmail
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-mail/getmail/ChangeLog,v 1.169 2009/08/26 16:48:44 klausman Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/getmail/ChangeLog,v 1.170 2009/10/02 22:53:36 tcunha Exp $
+
+  02 Oct 2009; Tiago Cunha <tcunha@gentoo.org> getmail-4.9.1.ebuild:
+  stable sparc, bug 278891
 
   26 Aug 2009; Tobias Klausmann <klausman@gentoo.org> getmail-4.9.1.ebuild:
   Stable on alpha, bug #278891






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

end of thread, other threads:[~2009-10-02 22:53 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-10-02 22:53 [gentoo-commits] gentoo-x86 commit in net-mail/getmail: getmail-4.9.1.ebuild ChangeLog Tiago Cunha (tcunha)
  -- strict thread matches above, loose matches on Subject: below --
2009-08-26 16:48 Tobias Klausmann (klausman)
2009-08-09 13:49 Gysbert Wassenaar (nixnut)
2009-08-02 14:34 Markus Meier (maekke)
2009-07-31 21:52 Tony Vroon (chainsaw)
2009-06-02  9:09 Torsten Veller (tove)
2009-06-02  8:37 Torsten Veller (tove)

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