summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Loeser <halcy0n@gentoo.org>2006-03-19 06:21:54 +0000
committerMark Loeser <halcy0n@gentoo.org>2006-03-19 06:21:54 +0000
commit8c05ef9593fb5b9ccce226822c2fca3896455983 (patch)
treeab2d9a94d5fda853603e375719ec72ebeb53e292
parentinitial commit - ebuild from Philipp Edelmann via bug #126662 (diff)
downloadgentoo-2-8c05ef9593fb5b9ccce226822c2fca3896455983.tar.gz
gentoo-2-8c05ef9593fb5b9ccce226822c2fca3896455983.tar.bz2
gentoo-2-8c05ef9593fb5b9ccce226822c2fca3896455983.zip
Remove the depend on virtual/libc since it is implied, and fix the broken header
(Portage version: 2.1_pre6-r3)
-rw-r--r--mail-client/smtpclient/ChangeLog7
-rw-r--r--mail-client/smtpclient/smtpclient-1.0.0.ebuild4
-rw-r--r--mail-client/smtpclient/smtpclient-1.0.1.ebuild4
3 files changed, 10 insertions, 5 deletions
diff --git a/mail-client/smtpclient/ChangeLog b/mail-client/smtpclient/ChangeLog
index 2606ab778ad5..03ca6cc113fd 100644
--- a/mail-client/smtpclient/ChangeLog
+++ b/mail-client/smtpclient/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for mail-client/smtpclient
# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/mail-client/smtpclient/ChangeLog,v 1.7 2006/03/18 21:39:42 eradicator Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-client/smtpclient/ChangeLog,v 1.8 2006/03/19 06:21:54 halcy0n Exp $
+
+ 19 Mar 2006; Mark Loeser <halcy0n@gentoo.org> smtpclient-1.0.0.ebuild,
+ smtpclient-1.0.1.ebuild:
+ Remove the depend on virtual/libc since it is implied, and fix the broken
+ header
*smtpclient-1.0.1 (18 Mar 2006)
diff --git a/mail-client/smtpclient/smtpclient-1.0.0.ebuild b/mail-client/smtpclient/smtpclient-1.0.0.ebuild
index 671689a53bb5..008241eae608 100644
--- a/mail-client/smtpclient/smtpclient-1.0.0.ebuild
+++ b/mail-client/smtpclient/smtpclient-1.0.0.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/mail-client/smtpclient/smtpclient-1.0.0.ebuild,v 1.6 2006/03/18 21:39:42 eradicator Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-client/smtpclient/smtpclient-1.0.0.ebuild,v 1.7 2006/03/19 06:21:54 halcy0n Exp $
IUSE=""
@@ -12,7 +12,7 @@ LICENSE="GPL-2"
SLOT="0"
KEYWORDS="ppc x86"
-DEPEND="virtual/libc"
+DEPEND=""
src_install () {
dobin smtpclient
diff --git a/mail-client/smtpclient/smtpclient-1.0.1.ebuild b/mail-client/smtpclient/smtpclient-1.0.1.ebuild
index b00b3cf543b5..b4ed37191a63 100644
--- a/mail-client/smtpclient/smtpclient-1.0.1.ebuild
+++ b/mail-client/smtpclient/smtpclient-1.0.1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2006 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header:
+# $Header: /var/cvsroot/gentoo-x86/mail-client/smtpclient/smtpclient-1.0.1.ebuild,v 1.2 2006/03/19 06:21:54 halcy0n Exp $
inherit eutils
@@ -14,7 +14,7 @@ LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86"
-DEPEND="virtual/libc"
+DEPEND=""
src_install () {
dobin smtpclient