summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-text/lightlang')
-rw-r--r--app-text/lightlang/Manifest4
-rw-r--r--app-text/lightlang/lightlang-0.8.5.ebuild4
-rw-r--r--app-text/lightlang/lightlang-0.8.6.450_rc2.ebuild8
3 files changed, 9 insertions, 7 deletions
diff --git a/app-text/lightlang/Manifest b/app-text/lightlang/Manifest
index 7101e12..81bd536 100644
--- a/app-text/lightlang/Manifest
+++ b/app-text/lightlang/Manifest
@@ -1,5 +1,5 @@
DIST lightlang-0.8.5.tar.bz2 422587 RMD160 eadec1acbfad9f9bcf06969837829c2b8ce8e7cb SHA1 2edd2b7574df319bbc5947370dc6075461a98586 SHA256 c4d683d6e5ccfea00a2f5841780b4c8f015e7f35ff380f459661414d7647b19d
DIST lightlang-0.8.6-rev450-rc2.tar.bz2 7945985 RMD160 06f635d0d65b3e90eef1d4b13b5fceee87e63dbe SHA1 090e97c4df184a659fcdf1470c353d5e5d45a2a3 SHA256 ad8214caba0436c7d8e54bd72e7e286ddd1af1cb0024147ce541b3595bed0b56
-EBUILD lightlang-0.8.5.ebuild 1232 RMD160 8e8cee6281c65d8acc97cf3cb3d3947d25f2aebf SHA1 4bc71291782d95a0b1faecca65869de646cf3687 SHA256 bb72336195073c648dd4ec3ace4aaefbedb0d4e89c7f9297b41c52a933263ce5
-EBUILD lightlang-0.8.6.450_rc2.ebuild 1142 RMD160 b9d52c2088fe1cacab5ebb7079c6615e03f414a0 SHA1 fb39387b666b1eebab20ca307d5233768aa193dc SHA256 aaa8f417f1a16ccc4211e271d7d0e7cf03983db04eac5bf6d5b256a10786f674
+EBUILD lightlang-0.8.5.ebuild 1225 RMD160 46a7d71257dc3292aee891c7f65bad030c439d88 SHA1 e238b6b1309d6be4c0c9297e97f4eaca1f821244 SHA256 a8762f167189be1bfd2f67dd23a890e69fcc1d61ac57ed470e8d6af8f8fdaed8
+EBUILD lightlang-0.8.6.450_rc2.ebuild 1173 RMD160 c61c79a395a857b468d4b814ffff78864120f2db SHA1 534c6c4aa89e2dc769ccb03ad1c898af3d1d43a0 SHA256 16e64611ac8f6c47d75ff37dcc08290342c3ff0e7b1cd5dfc1cec53dea18bd66
MISC metadata.xml 2021 RMD160 11db1005548607c966c952e3c9067b0b6944f943 SHA1 40b2c7b2a946bc28a65828f11701f4a2179e203b SHA256 cdfa2e50e457ff561aa4de5d4c8c87a479abc7998b1a476825564088e0e89906
diff --git a/app-text/lightlang/lightlang-0.8.5.ebuild b/app-text/lightlang/lightlang-0.8.5.ebuild
index ee3c940..be92ff9 100644
--- a/app-text/lightlang/lightlang-0.8.5.ebuild
+++ b/app-text/lightlang/lightlang-0.8.5.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2008 Gentoo Foundation
+# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
@@ -11,7 +11,7 @@ SRC_URI="ftp://ftp.etc.edu.ru/pub/soft/for_linux/lightlang/apps/stable/${P}.tar.
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~x86"
IUSE="X"
DEPEND=">=dev-python/PyQt4-4.2.2
diff --git a/app-text/lightlang/lightlang-0.8.6.450_rc2.ebuild b/app-text/lightlang/lightlang-0.8.6.450_rc2.ebuild
index a3ead95..97ebc6b 100644
--- a/app-text/lightlang/lightlang-0.8.6.450_rc2.ebuild
+++ b/app-text/lightlang/lightlang-0.8.6.450_rc2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2008 Gentoo Foundation
+# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
@@ -20,8 +20,8 @@ fi
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="qt4"
+KEYWORDS="~x86"
+IUSE="gtk qt4"
DEPEND="media-sound/sox
dev-lang/python
@@ -30,6 +30,8 @@ DEPEND="media-sound/sox
dev-python/python-xlib )"
RDEPEND="${DEPEND}"
+PDEPEND="gtk? ( app-text/slog )"
+
src_configure() {
local myconf
use qt4 && myconf="--with-gui-flag=yes" || myconf="--with-gui-flag=no"