public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in net-mail/email: email-3.1.2.ebuild ChangeLog email-2.5.0.ebuild email-3.0.5.ebuild
@ 2009-09-23 19:05 Patrick Lauer (patrick)
  0 siblings, 0 replies; only message in thread
From: Patrick Lauer (patrick) @ 2009-09-23 19:05 UTC (permalink / raw
  To: gentoo-commits

patrick     09/09/23 19:05:52

  Modified:             email-3.1.2.ebuild ChangeLog email-2.5.0.ebuild
                        email-3.0.5.ebuild
  Log:
  Remove virtual/libc
  (Portage version: 2.2_rc41/cvs/Linux x86_64)

Revision  Changes    Path
1.2                  net-mail/email/email-3.1.2.ebuild

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

Index: email-3.1.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-mail/email/email-3.1.2.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- email-3.1.2.ebuild	20 Mar 2009 16:52:08 -0000	1.1
+++ email-3.1.2.ebuild	23 Sep 2009 19:05:51 -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/email/email-3.1.2.ebuild,v 1.1 2009/03/20 16:52:08 deathwing00 Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/email/email-3.1.2.ebuild,v 1.2 2009/09/23 19:05:51 patrick Exp $
 
 DESCRIPTION="Advanced CLI tool for sending email."
 HOMEPAGE="http://www.cleancode.org/projects/email"
@@ -11,7 +11,7 @@
 KEYWORDS="~alpha ~amd64 ~x86"
 IUSE=""
 
-DEPEND="virtual/libc"
+DEPEND=""
 RDEPEND="${DEPEND}"
 
 src_compile() {



1.27                 net-mail/email/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-mail/email/ChangeLog,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -r1.26 -r1.27
--- ChangeLog	20 Mar 2009 17:09:40 -0000	1.26
+++ ChangeLog	23 Sep 2009 19:05:51 -0000	1.27
@@ -1,6 +1,10 @@
 # ChangeLog for net-mail/email
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-mail/email/ChangeLog,v 1.26 2009/03/20 17:09:40 deathwing00 Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/email/ChangeLog,v 1.27 2009/09/23 19:05:51 patrick Exp $
+
+  23 Sep 2009; Patrick Lauer <patrick@gentoo.org> email-2.5.0.ebuild,
+  email-3.0.5.ebuild, email-3.1.2.ebuild:
+  Remove virtual/libc
 
   20 Mar 2009; Ioannis Aslanidis <iaslanidis@gentoo.org> email-3.0.5.ebuild:
   Filtered out --as-needed LDFLAG from this version as the latest one fixes it



1.8                  net-mail/email/email-2.5.0.ebuild

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

Index: email-2.5.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-mail/email/email-2.5.0.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- email-2.5.0.ebuild	20 Mar 2009 16:55:24 -0000	1.7
+++ email-2.5.0.ebuild	23 Sep 2009 19:05:51 -0000	1.8
@@ -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/email/email-2.5.0.ebuild,v 1.7 2009/03/20 16:55:24 deathwing00 Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/email/email-2.5.0.ebuild,v 1.8 2009/09/23 19:05:51 patrick Exp $
 
 DESCRIPTION="Advanced CLI tool for sending email."
 HOMEPAGE="http://email.cleancode.org"
@@ -11,7 +11,7 @@
 KEYWORDS="alpha amd64 x86"
 IUSE=""
 
-DEPEND="virtual/libc"
+DEPEND=""
 RDEPEND="${DEPEND}"
 
 src_compile() {



1.4                  net-mail/email/email-3.0.5.ebuild

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

Index: email-3.0.5.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-mail/email/email-3.0.5.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- email-3.0.5.ebuild	20 Mar 2009 17:09:40 -0000	1.3
+++ email-3.0.5.ebuild	23 Sep 2009 19:05:51 -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/email/email-3.0.5.ebuild,v 1.3 2009/03/20 17:09:40 deathwing00 Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/email/email-3.0.5.ebuild,v 1.4 2009/09/23 19:05:51 patrick Exp $
 
 inherit flag-o-matic
 
@@ -13,7 +13,7 @@
 KEYWORDS="~alpha ~amd64 ~x86"
 IUSE=""
 
-DEPEND="virtual/libc"
+DEPEND=""
 RDEPEND="${DEPEND}"
 
 pkg_setup() {






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

only message in thread, other threads:[~2009-09-23 19:05 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-09-23 19:05 [gentoo-commits] gentoo-x86 commit in net-mail/email: email-3.1.2.ebuild ChangeLog email-2.5.0.ebuild email-3.0.5.ebuild Patrick Lauer (patrick)

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