diff options
author | Patrick Lauer <patrick@gentoo.org> | 2009-09-23 19:12:45 +0000 |
---|---|---|
committer | Patrick Lauer <patrick@gentoo.org> | 2009-09-23 19:12:45 +0000 |
commit | a5dfc94793433524e0bc4704dca96811b86514cc (patch) | |
tree | 62a7a921077279386dba2dae4c8dc6d96d6d2c67 /net-mail/safecat | |
parent | Remove virtual/libc (diff) | |
download | gentoo-2-a5dfc94793433524e0bc4704dca96811b86514cc.tar.gz gentoo-2-a5dfc94793433524e0bc4704dca96811b86514cc.tar.bz2 gentoo-2-a5dfc94793433524e0bc4704dca96811b86514cc.zip |
Remove virtual/libc
(Portage version: 2.2_rc41/cvs/Linux x86_64)
Diffstat (limited to 'net-mail/safecat')
-rw-r--r-- | net-mail/safecat/ChangeLog | 8 | ||||
-rw-r--r-- | net-mail/safecat/safecat-1.11.ebuild | 9 | ||||
-rw-r--r-- | net-mail/safecat/safecat-1.12.ebuild | 9 |
3 files changed, 14 insertions, 12 deletions
diff --git a/net-mail/safecat/ChangeLog b/net-mail/safecat/ChangeLog index 70a761eb52ca..b0cff3e6d992 100644 --- a/net-mail/safecat/ChangeLog +++ b/net-mail/safecat/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-mail/safecat -# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/safecat/ChangeLog,v 1.15 2007/02/22 01:53:44 peper Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-mail/safecat/ChangeLog,v 1.16 2009/09/23 19:12:45 patrick Exp $ + + 23 Sep 2009; Patrick Lauer <patrick@gentoo.org> safecat-1.11.ebuild, + safecat-1.12.ebuild: + Remove virtual/libc 22 Feb 2007; Piotr Jaroszyński <peper@gentoo.org> ChangeLog: Transition to Manifest2. diff --git a/net-mail/safecat/safecat-1.11.ebuild b/net-mail/safecat/safecat-1.11.ebuild index 58e7a95e0ee1..791667d48f73 100644 --- a/net-mail/safecat/safecat-1.11.ebuild +++ b/net-mail/safecat/safecat-1.11.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/safecat/safecat-1.11.ebuild,v 1.12 2005/05/01 18:05:38 hansmi Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/safecat/safecat-1.11.ebuild,v 1.13 2009/09/23 19:12:45 patrick Exp $ inherit fixheadtails eutils toolchain-funcs @@ -10,10 +10,9 @@ DESCRIPTION="Safecat implements qmail's maildir algorithm, copying standard inpu HOMEPAGE="http://budney.homeunix.net:8080/users/budney/linux/software/safecat/" SRC_URI="http://budney.homeunix.net:8080/users/budney/linux/software/${PN}/${P}.tar.gz" -DEPEND="virtual/libc - sys-apps/groff" +DEPEND="sys-apps/groff" +RDEPEND="" -RDEPEND="virtual/libc" SLOT="0" LICENSE="BSD" KEYWORDS="alpha amd64 ~hppa ia64 ~mips ppc ~sparc x86" diff --git a/net-mail/safecat/safecat-1.12.ebuild b/net-mail/safecat/safecat-1.12.ebuild index ac49f8499683..9d1670bf389f 100644 --- a/net-mail/safecat/safecat-1.12.ebuild +++ b/net-mail/safecat/safecat-1.12.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/safecat/safecat-1.12.ebuild,v 1.2 2006/02/22 17:39:48 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/safecat/safecat-1.12.ebuild,v 1.3 2009/09/23 19:12:45 patrick Exp $ inherit fixheadtails eutils toolchain-funcs flag-o-matic @@ -10,9 +10,8 @@ DESCRIPTION="Safecat implements qmail's maildir algorithm, copying standard inpu HOMEPAGE="http://jeenyus.net/~budney/linux/software/safecat.html" SRC_URI="http://jeenyus.net/~budney/linux/software/${PN}/${P}.tar.gz" -DEPEND="virtual/libc - sys-apps/groff" -RDEPEND="virtual/libc" +DEPEND="sys-apps/groff" +RDEPEND="" SLOT="0" LICENSE="BSD" KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~sparc ~x86" |