diff options
author | Krzysztof Pawlik <nelchael@gentoo.org> | 2006-01-15 16:48:49 +0000 |
---|---|---|
committer | Krzysztof Pawlik <nelchael@gentoo.org> | 2006-01-15 16:48:49 +0000 |
commit | f5bfd8516900fef8184bf9154cc84c29cdad40e1 (patch) | |
tree | fd810c21ff479d53952342b4cd05ce158cf79b75 | |
parent | Version bump (diff) | |
download | gentoo-2-f5bfd8516900fef8184bf9154cc84c29cdad40e1.tar.gz gentoo-2-f5bfd8516900fef8184bf9154cc84c29cdad40e1.tar.bz2 gentoo-2-f5bfd8516900fef8184bf9154cc84c29cdad40e1.zip |
Fixed DEPEND for modular X. Removed old version.
(Portage version: 2.1_pre3-r1)
-rw-r--r-- | x11-misc/lineakd/ChangeLog | 8 | ||||
-rw-r--r-- | x11-misc/lineakd/files/digest-lineakd-0.8.3 | 1 | ||||
-rw-r--r-- | x11-misc/lineakd/lineakd-0.8.3-r1.ebuild | 19 | ||||
-rw-r--r-- | x11-misc/lineakd/lineakd-0.8.3.ebuild | 34 | ||||
-rw-r--r-- | x11-misc/lineakd/lineakd-0.8.4.ebuild | 17 |
5 files changed, 29 insertions, 50 deletions
diff --git a/x11-misc/lineakd/ChangeLog b/x11-misc/lineakd/ChangeLog index fa3f10d28f6d..a0b50ec396a7 100644 --- a/x11-misc/lineakd/ChangeLog +++ b/x11-misc/lineakd/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-misc/lineakd -# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/lineakd/ChangeLog,v 1.26 2005/12/25 00:24:00 genstef Exp $ +# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/lineakd/ChangeLog,v 1.27 2006/01/15 16:48:49 nelchael Exp $ + + 15 Jan 2006; Krzysiek Pawlik <nelchael@gentoo.org> -lineakd-0.8.3.ebuild, + lineakd-0.8.3-r1.ebuild, lineakd-0.8.4.ebuild: + Fixed DEPEND for modular X. Removed old version. *lineakd-0.8.4 (25 Dec 2005) diff --git a/x11-misc/lineakd/files/digest-lineakd-0.8.3 b/x11-misc/lineakd/files/digest-lineakd-0.8.3 deleted file mode 100644 index d69e07e9e514..000000000000 --- a/x11-misc/lineakd/files/digest-lineakd-0.8.3 +++ /dev/null @@ -1 +0,0 @@ -MD5 fc1d3add18afbb8e61b8277b89c525c6 lineakd-0.8.3.tar.gz 852158 diff --git a/x11-misc/lineakd/lineakd-0.8.3-r1.ebuild b/x11-misc/lineakd/lineakd-0.8.3-r1.ebuild index cffe61ff01cf..7b4a82043adf 100644 --- a/x11-misc/lineakd/lineakd-0.8.3-r1.ebuild +++ b/x11-misc/lineakd/lineakd-0.8.3-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/lineakd/lineakd-0.8.3-r1.ebuild,v 1.5 2005/11/21 18:51:57 josejx Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/lineakd/lineakd-0.8.3-r1.ebuild,v 1.6 2006/01/15 16:48:49 nelchael Exp $ inherit eutils @@ -17,7 +17,20 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="amd64 ppc x86" -DEPEND="virtual/x11" +RDEPEND="|| ( ( + x11-libs/libICE + x11-libs/libSM + x11-libs/libX11 + x11-libs/libXext ) + virtual/x11 )" + +DEPEND="${RDEPEND} + || ( ( + x11-libs/libxkbfile + x11-libs/libXt + x11-proto/xextproto + x11-proto/xproto ) + virtual/x11 )" src_unpack() { unpack "${A}" diff --git a/x11-misc/lineakd/lineakd-0.8.3.ebuild b/x11-misc/lineakd/lineakd-0.8.3.ebuild deleted file mode 100644 index 9aba454c3fd9..000000000000 --- a/x11-misc/lineakd/lineakd-0.8.3.ebuild +++ /dev/null @@ -1,34 +0,0 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/lineakd/lineakd-0.8.3.ebuild,v 1.4 2005/11/02 19:52:49 nelchael Exp $ - -IUSE="" -MY_PV=${PV/_/} -MY_P=${PN}-${MY_PV} -S=${WORKDIR}/${MY_P} - -DESCRIPTION="Linux support for Easy Access and Internet Keyboards features X11 support" -HOMEPAGE="http://lineak.sourceforge.net/" -SRC_URI="mirror://sourceforge/lineak/${MY_P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~ppc x86" - -DEPEND="virtual/x11" - - -src_compile() { - econf --with-x || die - emake || die -} - -src_install () { - make DESTDIR=${D} lineakddocdir=/usr/share/doc/${P} install || die - dodoc AUTHORS README TODO - keepdir /usr/lib/lineakd/plugins - - insinto /etc/lineak - doins lineakd.conf.example - doins lineakd.conf.kde.example -} diff --git a/x11-misc/lineakd/lineakd-0.8.4.ebuild b/x11-misc/lineakd/lineakd-0.8.4.ebuild index 9c7c6f04db98..7113ba347922 100644 --- a/x11-misc/lineakd/lineakd-0.8.4.ebuild +++ b/x11-misc/lineakd/lineakd-0.8.4.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/lineakd/lineakd-0.8.4.ebuild,v 1.1 2005/12/25 00:24:00 genstef Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/lineakd/lineakd-0.8.4.ebuild,v 1.2 2006/01/15 16:48:49 nelchael Exp $ inherit eutils @@ -13,22 +13,19 @@ SLOT="0" IUSE="" KEYWORDS="~amd64 ~ppc ~x86" -RDEPEND="|| ( - ( sys-libs/glibc +RDEPEND="|| ( ( x11-libs/libICE x11-libs/libSM x11-libs/libX11 x11-libs/libXext ) - virtual/x11 - )" + virtual/x11 )" DEPEND="${RDEPEND} - || ( - ( x11-libs/libxkbfile + || ( ( + x11-libs/libxkbfile x11-libs/libXt x11-proto/xextproto x11-proto/xproto ) - virtual/x11 - )" + virtual/x11 )" src_unpack() { unpack ${A} |