diff options
author | Joshua Baergen <joshuabaergen@gentoo.org> | 2005-11-04 18:45:13 +0000 |
---|---|---|
committer | Joshua Baergen <joshuabaergen@gentoo.org> | 2005-11-04 18:45:13 +0000 |
commit | 1380df5ddc7f9eed77ac97baa6ac46d4201ec902 (patch) | |
tree | 1d346ca11a7f70d7efc10b2ed8347ef32f012a87 /x11-libs/libXt | |
parent | Initial import into the tree for Apache-AuthTicket dep. (diff) | |
download | gentoo-2-1380df5ddc7f9eed77ac97baa6ac46d4201ec902.tar.gz gentoo-2-1380df5ddc7f9eed77ac97baa6ac46d4201ec902.tar.bz2 gentoo-2-1380df5ddc7f9eed77ac97baa6ac46d4201ec902.zip |
Fix xproto depend to reflect compile-time requirements. Drop old version.
(Portage version: 2.0.53_rc7)
Diffstat (limited to 'x11-libs/libXt')
-rw-r--r-- | x11-libs/libXt/ChangeLog | 6 | ||||
-rw-r--r-- | x11-libs/libXt/files/digest-libXt-0.99.0 | 1 | ||||
-rw-r--r-- | x11-libs/libXt/libXt-0.99.0.ebuild | 20 | ||||
-rw-r--r-- | x11-libs/libXt/libXt-0.99.1.ebuild | 6 |
4 files changed, 8 insertions, 25 deletions
diff --git a/x11-libs/libXt/ChangeLog b/x11-libs/libXt/ChangeLog index 2fdffbd8d1e4..fda9e396ff7c 100644 --- a/x11-libs/libXt/ChangeLog +++ b/x11-libs/libXt/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-libs/libXt # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/libXt/ChangeLog,v 1.7 2005/10/20 05:41:23 spyderous Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libXt/ChangeLog,v 1.8 2005/11/04 18:45:13 joshuabaergen Exp $ + + 04 Nov 2005; Joshua Baergen <joshuabaergen@gentoo.org> + -libXt-0.99.0.ebuild, libXt-0.99.1.ebuild: + Fix xproto depend to reflect compile-time requirements. Drop old version. *libXt-0.99.1 (20 Oct 2005) diff --git a/x11-libs/libXt/files/digest-libXt-0.99.0 b/x11-libs/libXt/files/digest-libXt-0.99.0 deleted file mode 100644 index 02a2ba68ef99..000000000000 --- a/x11-libs/libXt/files/digest-libXt-0.99.0 +++ /dev/null @@ -1 +0,0 @@ -MD5 239c48ef101c5daacba044e603af441a libXt-0.99.0.tar.bz2 458809 diff --git a/x11-libs/libXt/libXt-0.99.0.ebuild b/x11-libs/libXt/libXt-0.99.0.ebuild deleted file mode 100644 index d657361b469b..000000000000 --- a/x11-libs/libXt/libXt-0.99.0.ebuild +++ /dev/null @@ -1,20 +0,0 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/libXt/libXt-0.99.0.ebuild,v 1.8 2005/10/19 04:09:33 geoman Exp $ - -# Must be before x-modular eclass is inherited -#SNAPSHOT="yes" - -inherit x-modular - -DESCRIPTION="X.Org Xt library" -#HOMEPAGE="http://foo.bar.com/" -#SRC_URI="ftp://foo.bar.com/${P}.tar.bz2" -#LICENSE="" -#SLOT="0" -KEYWORDS="~amd64 ~arm ~mips ~ppc ~s390 ~sh ~sparc ~x86" -#IUSE="X gnome" -RDEPEND="x11-libs/libX11 - x11-libs/libSM" -DEPEND="${RDEPEND} - x11-proto/xproto" diff --git a/x11-libs/libXt/libXt-0.99.1.ebuild b/x11-libs/libXt/libXt-0.99.1.ebuild index 0b980b60a574..0f56ee589acb 100644 --- a/x11-libs/libXt/libXt-0.99.1.ebuild +++ b/x11-libs/libXt/libXt-0.99.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/libXt/libXt-0.99.1.ebuild,v 1.1 2005/10/20 05:41:23 spyderous Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libXt/libXt-0.99.1.ebuild,v 1.2 2005/11/04 18:45:13 joshuabaergen Exp $ # Must be before x-modular eclass is inherited #SNAPSHOT="yes" @@ -15,6 +15,6 @@ DESCRIPTION="X.Org Xt library" KEYWORDS="~amd64 ~arm ~mips ~ppc ~s390 ~sh ~sparc ~x86" #IUSE="X gnome" RDEPEND="x11-libs/libX11 - x11-libs/libSM" -DEPEND="${RDEPEND} + x11-libs/libSM x11-proto/xproto" +DEPEND="${RDEPEND}" |