public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in net-mail/getmail: getmail-4.7.7.ebuild ChangeLog getmail-4.7.6.ebuild getmail-4.7.8.ebuild getmail-4.7.4.ebuild getmail-4.7.2.ebuild getmail-4.6.2.ebuild getmail-4.7.5.ebuild getmail-4.7.3.ebuild
@ 2008-02-13 21:56 Andrej Kacian (ticho)
  0 siblings, 0 replies; only message in thread
From: Andrej Kacian (ticho) @ 2008-02-13 21:56 UTC (permalink / raw
  To: gentoo-commits

ticho       08/02/13 21:56:14

  Modified:             getmail-4.7.7.ebuild ChangeLog getmail-4.7.6.ebuild
  Added:                getmail-4.7.8.ebuild
  Removed:              getmail-4.7.4.ebuild getmail-4.7.2.ebuild
                        getmail-4.6.2.ebuild getmail-4.7.5.ebuild
                        getmail-4.7.3.ebuild
  Log:
  Version bump. Removed old ebuilds. Fix variable quoting.
  (Portage version: 2.1.4.3)

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

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

Index: getmail-4.7.7.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-mail/getmail/getmail-4.7.7.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- getmail-4.7.7.ebuild	8 Nov 2007 18:12:07 -0000	1.1
+++ getmail-4.7.7.ebuild	13 Feb 2008 21:56:13 -0000	1.2
@@ -1,6 +1,6 @@
-# Copyright 1999-2007 Gentoo Foundation
+# Copyright 1999-2008 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-mail/getmail/getmail-4.7.7.ebuild,v 1.1 2007/11/08 18:12:07 ticho Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/getmail/getmail-4.7.7.ebuild,v 1.2 2008/02/13 21:56:13 ticho Exp $
 
 inherit distutils
 
@@ -23,18 +23,18 @@
 	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
+		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
 	if [ ${P} != ${PF} ]; then
-		mv ${D}/usr/share/doc/${P} ${D}/usr/share/doc/${PF}
+		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
+	mv "${D}"/usr/share/doc/${PF}/*.html "${D}"/usr/share/doc/${PF}/*.css "${D}"/usr/share/doc/${PF}/html
 }
 
 pkg_postinst() {



1.157                net-mail/getmail/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-mail/getmail/ChangeLog,v
retrieving revision 1.156
retrieving revision 1.157
diff -u -r1.156 -r1.157
--- ChangeLog	20 Nov 2007 14:10:34 -0000	1.156
+++ ChangeLog	13 Feb 2008 21:56:13 -0000	1.157
@@ -1,6 +1,14 @@
 # ChangeLog for net-mail/getmail
-# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-mail/getmail/ChangeLog,v 1.156 2007/11/20 14:10:34 armin76 Exp $
+# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-mail/getmail/ChangeLog,v 1.157 2008/02/13 21:56:13 ticho Exp $
+
+*getmail-4.7.8 (13 Feb 2008)
+
+  13 Feb 2008; Andrej Kacian <ticho@gentoo.org> -getmail-4.6.2.ebuild,
+  -getmail-4.7.2.ebuild, -getmail-4.7.3.ebuild, -getmail-4.7.4.ebuild,
+  -getmail-4.7.5.ebuild, getmail-4.7.6.ebuild, getmail-4.7.7.ebuild,
+  +getmail-4.7.8.ebuild:
+  Version bump. Removed old ebuilds. Fix variable quoting.
 
   20 Nov 2007; Raúl Porcel <armin76@gentoo.org> getmail-4.7.6.ebuild:
   alpha/sparc stable wrt #195991



1.6                  net-mail/getmail/getmail-4.7.6.ebuild

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

Index: getmail-4.7.6.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-mail/getmail/getmail-4.7.6.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- getmail-4.7.6.ebuild	20 Nov 2007 14:10:34 -0000	1.5
+++ getmail-4.7.6.ebuild	13 Feb 2008 21:56:13 -0000	1.6
@@ -1,6 +1,6 @@
-# Copyright 1999-2007 Gentoo Foundation
+# Copyright 1999-2008 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-mail/getmail/getmail-4.7.6.ebuild,v 1.5 2007/11/20 14:10:34 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/getmail/getmail-4.7.6.ebuild,v 1.6 2008/02/13 21:56:13 ticho Exp $
 
 inherit distutils
 
@@ -23,18 +23,18 @@
 	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
+		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
 	if [ ${P} != ${PF} ]; then
-		mv ${D}/usr/share/doc/${P} ${D}/usr/share/doc/${PF}
+		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
+	mv "${D}"/usr/share/doc/${PF}/*.html "${D}"/usr/share/doc/${PF}/*.css "${D}"/usr/share/doc/${PF}/html
 }
 
 pkg_postinst() {



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

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

Index: getmail-4.7.8.ebuild
===================================================================
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-mail/getmail/getmail-4.7.8.ebuild,v 1.1 2008/02/13 21:56:13 ticho Exp $

inherit distutils

IUSE=""
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"

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

DEPEND=">=dev-lang/python-2.3.3"

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

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

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
}



-- 
gentoo-commits@lists.gentoo.org mailing list



^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2008-02-13 21:56 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-02-13 21:56 [gentoo-commits] gentoo-x86 commit in net-mail/getmail: getmail-4.7.7.ebuild ChangeLog getmail-4.7.6.ebuild getmail-4.7.8.ebuild getmail-4.7.4.ebuild getmail-4.7.2.ebuild getmail-4.6.2.ebuild getmail-4.7.5.ebuild getmail-4.7.3.ebuild Andrej Kacian (ticho)

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