diff options
author | Mike Frysinger <vapier@gentoo.org> | 2006-02-11 05:07:39 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2006-02-11 05:07:39 +0000 |
commit | ccafc2e0be7a58e4d32418ae3956412a914c9e49 (patch) | |
tree | e4a61344b546a247dff353bf1e59757455626c6c /x11-misc/e16keyedit | |
parent | Add modular X dependencies (bug #121645, Tupone Alfredo). (diff) | |
download | historical-ccafc2e0be7a58e4d32418ae3956412a914c9e49.tar.gz historical-ccafc2e0be7a58e4d32418ae3956412a914c9e49.tar.bz2 historical-ccafc2e0be7a58e4d32418ae3956412a914c9e49.zip |
block incompatible versions of e16 #122311
Package-Manager: portage-2.1_pre4-r1
Diffstat (limited to 'x11-misc/e16keyedit')
-rw-r--r-- | x11-misc/e16keyedit/Manifest | 24 | ||||
-rw-r--r-- | x11-misc/e16keyedit/e16keyedit-0.2.ebuild | 12 |
2 files changed, 28 insertions, 8 deletions
diff --git a/x11-misc/e16keyedit/Manifest b/x11-misc/e16keyedit/Manifest index d5d698a7bcef..2ad170388bef 100644 --- a/x11-misc/e16keyedit/Manifest +++ b/x11-misc/e16keyedit/Manifest @@ -1,5 +1,25 @@ +-----BEGIN PGP SIGNED MESSAGE----- +Hash: SHA1 + MD5 1a1c205fc1146129e8e39a0448f9bd44 ChangeLog 1121 -MD5 78fb24becc3f0e37109ace278de0ba72 e16keyedit-0.2.ebuild 868 -MD5 175916d9e9e852e45c2f8ec582271334 metadata.xml 361 +RMD160 36a211ce0a892643844a7ec17a94a32255853854 ChangeLog 1121 +SHA256 1962c4de0e4beb1ff5ae223f89a80f40450e2f472f1a75602cf628774deb8302 ChangeLog 1121 +MD5 03ea7c5fd54dc9a91ec00a9d70ee821c e16keyedit-0.2.ebuild 875 +RMD160 88530276db241e613438f9ecaae4abc9ff3df7e4 e16keyedit-0.2.ebuild 875 +SHA256 00861f7a4119ec2e268ceef419f522a353e23a907ba2d50944acb5844955eda5 e16keyedit-0.2.ebuild 875 MD5 d10f74af2710f0521ee3a7517c12846e files/0.2-fullscreen.patch 299 +RMD160 9e4dc1c716c3ebef657cd0496131bcf0c4748784 files/0.2-fullscreen.patch 299 +SHA256 2b4fefc7b7b832468500be725720b54e8cf48c2a303987f87c343b557a7c8c1a files/0.2-fullscreen.patch 299 MD5 e4fb0f5f2674af735726419c98e7b590 files/digest-e16keyedit-0.2 65 +RMD160 5505863b75efabb2edf85acd1307618c2191d018 files/digest-e16keyedit-0.2 65 +SHA256 c1a93218cb692bb2bb3870af9150855a817ca3bcee2195737a9b311812c574e2 files/digest-e16keyedit-0.2 65 +MD5 175916d9e9e852e45c2f8ec582271334 metadata.xml 361 +RMD160 e9bda87fad92246f2191cf28b6c873a436fa8877 metadata.xml 361 +SHA256 cbb8901e984a8167a3762e4b0df16e9a644321df52acbf13251621a07b68e4b6 metadata.xml 361 +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v1.4.2 (GNU/Linux) + +iD8DBQFD7XEv2+ySkm8kpY0RAisHAJ9VY6Wf3lAQBruB1O21y97YIPz02QCfRNWw +NsH/TY0wIDhCRHYMKsHSnJQ= +=9LTh +-----END PGP SIGNATURE----- diff --git a/x11-misc/e16keyedit/e16keyedit-0.2.ebuild b/x11-misc/e16keyedit/e16keyedit-0.2.ebuild index e991a33e7a5d..4c5b988f48c9 100644 --- a/x11-misc/e16keyedit/e16keyedit-0.2.ebuild +++ b/x11-misc/e16keyedit/e16keyedit-0.2.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/e16keyedit/e16keyedit-0.2.ebuild,v 1.21 2005/01/29 05:35:49 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/e16keyedit/e16keyedit-0.2.ebuild,v 1.22 2006/02/11 05:07:39 vapier Exp $ inherit eutils toolchain-funcs @@ -14,20 +14,20 @@ KEYWORDS="amd64 ppc sparc x86" IUSE="" RDEPEND="virtual/x11 - >=x11-wm/enlightenment-0.16 + <x11-wm/enlightenment-0.16.8 =x11-libs/gtk+-1*" DEPEND="${RDEPEND} >=sys-apps/sed-4" src_unpack() { unpack ${A} - cd ${S} + cd "${S}" sed -i 's:-lgdbm -lgdk_imlib::' Makefile - epatch ${FILESDIR}/${PV}-fullscreen.patch + epatch "${FILESDIR}"/${PV}-fullscreen.patch } src_compile() { - emake CC=$(tc-getCC) EXTRA_CFLAGS="${CFLAGS}" || die + emake CC="$(tc-getCC)" EXTRA_CFLAGS="${CFLAGS}" || die } src_install() { |