diff options
author | Joshua Baergen <joshuabaergen@gentoo.org> | 2005-12-24 17:13:11 +0000 |
---|---|---|
committer | Joshua Baergen <joshuabaergen@gentoo.org> | 2005-12-24 17:13:11 +0000 |
commit | 6a4f29cfdd088bcd9835a6e0723b9f69c13de502 (patch) | |
tree | 249225bbd65fcd9bc17ab7f7e104dd7fcdd3caed /x11-apps | |
parent | remove obsolete version; version bump (diff) | |
download | historical-6a4f29cfdd088bcd9835a6e0723b9f69c13de502.tar.gz historical-6a4f29cfdd088bcd9835a6e0723b9f69c13de502.tar.bz2 historical-6a4f29cfdd088bcd9835a6e0723b9f69c13de502.zip |
Add x11-apps/xrdb dependency per bug #116595 (Chris Mayo). Dropped a couple
keywords to match xrdb.
Package-Manager: portage-2.1_pre1
Diffstat (limited to 'x11-apps')
-rw-r--r-- | x11-apps/xinit/ChangeLog | 6 | ||||
-rw-r--r-- | x11-apps/xinit/Manifest | 4 | ||||
-rw-r--r-- | x11-apps/xinit/xinit-1.0.1.ebuild | 5 |
3 files changed, 10 insertions, 5 deletions
diff --git a/x11-apps/xinit/ChangeLog b/x11-apps/xinit/ChangeLog index ebc9001a2d8f..88fde06d585d 100644 --- a/x11-apps/xinit/ChangeLog +++ b/x11-apps/xinit/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-apps/xinit # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-apps/xinit/ChangeLog,v 1.29 2005/12/23 10:40:06 spyderous Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xinit/ChangeLog,v 1.30 2005/12/24 17:13:11 joshuabaergen Exp $ + + 24 Dec 2005; Joshua Baergen <joshuabaergen@gentoo.org> xinit-1.0.1.ebuild: + Add x11-apps/xrdb dependency per bug #116595 (Chris Mayo). Dropped a couple + keywords to match xrdb. *xinit-1.0.1 (23 Dec 2005) diff --git a/x11-apps/xinit/Manifest b/x11-apps/xinit/Manifest index e8888109bc37..24d161e22bbc 100644 --- a/x11-apps/xinit/Manifest +++ b/x11-apps/xinit/Manifest @@ -1,4 +1,4 @@ -MD5 be875c9109f5d1d0f2f6791ac681e8d6 ChangeLog 4899 +MD5 bb9bed1cd9b79d63773694e2aca597a5 ChangeLog 5086 MD5 a0ce0f1c8a5771a1194f5895211a3f66 files/Xsession 2187 MD5 2b07bc84cc3afab6b4de90b9e9c597c3 files/chooser.sh 1566 MD5 9864468a351b741fb7af08adf9fcf3bf files/digest-xinit-0.99.4 64 @@ -13,4 +13,4 @@ MD5 708a3daf8950bbfe3aa231efb7533cb0 files/xserver.pamd 125 MD5 a37bab73e2f24b213932c30997d3d360 metadata.xml 156 MD5 f40379ac8833f0e3be51c37a5dd51b5a xinit-0.99.4.ebuild 1152 MD5 fb886f5737b48ea564b5512e82152eb6 xinit-1.0.0.ebuild 1151 -MD5 9926f27b182325d282b17b1acf443d37 xinit-1.0.1.ebuild 1147 +MD5 3e0bf5ba598438d3ab9d885448185256 xinit-1.0.1.ebuild 1158 diff --git a/x11-apps/xinit/xinit-1.0.1.ebuild b/x11-apps/xinit/xinit-1.0.1.ebuild index e9b7cbce68cb..db36c0d99244 100644 --- a/x11-apps/xinit/xinit-1.0.1.ebuild +++ b/x11-apps/xinit/xinit-1.0.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-apps/xinit/xinit-1.0.1.ebuild,v 1.1 2005/12/23 10:40:06 spyderous Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xinit/xinit-1.0.1.ebuild,v 1.2 2005/12/24 17:13:11 joshuabaergen Exp $ # Must be before x-modular eclass is inherited # This is enabled due to modified Makefile.am from the patches @@ -9,10 +9,11 @@ SNAPSHOT="yes" inherit x-modular pam DESCRIPTION="X.Org xinit application" -KEYWORDS="~amd64 ~arm ~mips ~ppc ~s390 ~sh ~sparc ~x86" +KEYWORDS="~amd64 ~arm ~mips ~s390 ~sparc ~x86" RDEPEND="x11-libs/libX11 x11-wm/twm x11-apps/xclock + x11-apps/xrdb x11-terms/xterm" DEPEND="${RDEPEND}" |