diff options
author | Patrick Lauer <patrick@gentoo.org> | 2009-09-23 16:05:55 +0000 |
---|---|---|
committer | Patrick Lauer <patrick@gentoo.org> | 2009-09-23 16:05:55 +0000 |
commit | 45c938993cab3fa020d00f58b0cf79a1096343fd (patch) | |
tree | 7c52f4178a71a96e54db62580b1efa1ba94eddd5 | |
parent | Remove virtual/libc (diff) | |
download | gentoo-2-45c938993cab3fa020d00f58b0cf79a1096343fd.tar.gz gentoo-2-45c938993cab3fa020d00f58b0cf79a1096343fd.tar.bz2 gentoo-2-45c938993cab3fa020d00f58b0cf79a1096343fd.zip |
Remove virtual/libc
(Portage version: 2.2_rc41/cvs/Linux x86_64)
-rw-r--r-- | app-misc/multimon/ChangeLog | 8 | ||||
-rw-r--r-- | app-misc/multimon/multimon-1.0-r1.ebuild | 7 | ||||
-rw-r--r-- | app-misc/multimon/multimon-1.0.ebuild | 7 |
3 files changed, 12 insertions, 10 deletions
diff --git a/app-misc/multimon/ChangeLog b/app-misc/multimon/ChangeLog index cad0b16f8baf..70b09b529ab1 100644 --- a/app-misc/multimon/ChangeLog +++ b/app-misc/multimon/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-misc/multimon -# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/multimon/ChangeLog,v 1.10 2008/11/17 20:37:15 graaff Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-misc/multimon/ChangeLog,v 1.11 2009/09/23 16:05:55 patrick Exp $ + + 23 Sep 2009; Patrick Lauer <patrick@gentoo.org> multimon-1.0.ebuild, + multimon-1.0-r1.ebuild: + Remove virtual/libc *multimon-1.0-r1 (17 Nov 2008) diff --git a/app-misc/multimon/multimon-1.0-r1.ebuild b/app-misc/multimon/multimon-1.0-r1.ebuild index a437b550a7cf..d62807300f97 100644 --- a/app-misc/multimon/multimon-1.0-r1.ebuild +++ b/app-misc/multimon/multimon-1.0-r1.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/app-misc/multimon/multimon-1.0-r1.ebuild,v 1.1 2008/11/17 20:37:15 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/multimon/multimon-1.0-r1.ebuild,v 1.2 2009/09/23 16:05:55 patrick Exp $ S=${WORKDIR}/multimon SRC_URI="http://www.baycom.org/~tom/ham/linux/multimon.tar.gz" @@ -12,8 +12,7 @@ LICENSE="GPL-2" KEYWORDS="~ppc ~x86" IUSE="" -RDEPEND="virtual/libc - x11-libs/libX11" +RDEPEND="x11-libs/libX11" DEPEND="${RDEPEND} x11-proto/xproto" diff --git a/app-misc/multimon/multimon-1.0.ebuild b/app-misc/multimon/multimon-1.0.ebuild index 8143f8f8be3e..e4f051e43038 100644 --- a/app-misc/multimon/multimon-1.0.ebuild +++ b/app-misc/multimon/multimon-1.0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/multimon/multimon-1.0.ebuild,v 1.15 2007/07/22 09:48:36 omp Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/multimon/multimon-1.0.ebuild,v 1.16 2009/09/23 16:05:55 patrick Exp $ S=${WORKDIR}/multimon SRC_URI="http://www.baycom.org/~tom/ham/linux/multimon.tar.gz" @@ -12,8 +12,7 @@ LICENSE="GPL-2" KEYWORDS="~ppc x86" IUSE="" -RDEPEND="virtual/libc - x11-libs/libX11" +RDEPEND="x11-libs/libX11" DEPEND="${RDEPEND} x11-proto/xproto" |