diff options
author | Patrick Lauer <patrick@gentoo.org> | 2009-09-23 18:38:47 +0000 |
---|---|---|
committer | Patrick Lauer <patrick@gentoo.org> | 2009-09-23 18:38:47 +0000 |
commit | 86eb6c4149c634a57e374125f45d9e755df421ba (patch) | |
tree | b0c3fdb82269d2cd6a8e4715cd2f42142a96bc98 /net-im/ysm | |
parent | Remove virtual/libc (diff) | |
download | historical-86eb6c4149c634a57e374125f45d9e755df421ba.tar.gz historical-86eb6c4149c634a57e374125f45d9e755df421ba.tar.bz2 historical-86eb6c4149c634a57e374125f45d9e755df421ba.zip |
Remove virtual/libc
Package-Manager: portage-2.2_rc41/cvs/Linux x86_64
Diffstat (limited to 'net-im/ysm')
-rw-r--r-- | net-im/ysm/ChangeLog | 7 | ||||
-rw-r--r-- | net-im/ysm/ysm-2.9.9.1.ebuild | 8 |
2 files changed, 9 insertions, 6 deletions
diff --git a/net-im/ysm/ChangeLog b/net-im/ysm/ChangeLog index ff1705862433..8934b4140b20 100644 --- a/net-im/ysm/ChangeLog +++ b/net-im/ysm/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-im/ysm -# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-im/ysm/ChangeLog,v 1.17 2008/06/03 19:30:59 coldwind Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-im/ysm/ChangeLog,v 1.18 2009/09/23 18:38:47 patrick Exp $ + + 23 Sep 2009; Patrick Lauer <patrick@gentoo.org> ysm-2.9.9.1.ebuild: + Remove virtual/libc 03 Jun 2008; Santiago M. Mola <coldwind@gentoo.org> -ysm-2.8.1-r1.ebuild, -ysm-2.9.0.ebuild, -ysm-2.9.6.ebuild, -ysm-2.9.8.ebuild: diff --git a/net-im/ysm/ysm-2.9.9.1.ebuild b/net-im/ysm/ysm-2.9.9.1.ebuild index 447e1436faf2..d4814392ce09 100644 --- a/net-im/ysm/ysm-2.9.9.1.ebuild +++ b/net-im/ysm/ysm-2.9.9.1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-im/ysm/ysm-2.9.9.1.ebuild,v 1.4 2008/03/28 21:05:47 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-im/ysm/ysm-2.9.9.1.ebuild,v 1.5 2009/09/23 18:38:47 patrick Exp $ MY_PV=${PV//./_} DESCRIPTION="A console ICQ client supporting versions 7/8" @@ -11,8 +11,8 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="amd64 ppc x86" IUSE="" -DEPEND="virtual/libc" -RDEPEND="virtual/libc" +DEPEND="" +RDEPEND="" S=${WORKDIR}/${PN}v7_${MY_PV} |