summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRalph Sennhauser <sera@gentoo.org>2013-11-13 08:32:36 +0000
committerRalph Sennhauser <sera@gentoo.org>2013-11-13 08:32:36 +0000
commitaf5f9a59e3b8e2438ee0105e64629b0f4fc32c62 (patch)
treee82b4e9ff6c31afa7f0863de24c4d31d7170d68e /x11-terms
parentsci-libs/arpack: Fix arpack.pc to use the correct lapack/blas libs, #491114 (diff)
downloadgentoo-2-af5f9a59e3b8e2438ee0105e64629b0f4fc32c62.tar.gz
gentoo-2-af5f9a59e3b8e2438ee0105e64629b0f4fc32c62.tar.bz2
gentoo-2-af5f9a59e3b8e2438ee0105e64629b0f4fc32c62.zip
Version bump
Loosen version requirements so it works with current releases (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 3C5CF75A)
Diffstat (limited to 'x11-terms')
-rw-r--r--x11-terms/terminology/ChangeLog9
-rw-r--r--x11-terms/terminology/terminology-0.4.0_alpha1.ebuild38
2 files changed, 46 insertions, 1 deletions
diff --git a/x11-terms/terminology/ChangeLog b/x11-terms/terminology/ChangeLog
index 99ecbfd7c3bd..ac5c0c17b9f1 100644
--- a/x11-terms/terminology/ChangeLog
+++ b/x11-terms/terminology/ChangeLog
@@ -1,6 +1,13 @@
# ChangeLog for x11-terms/terminology
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-terms/terminology/ChangeLog,v 1.4 2013/04/12 03:31:14 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-terms/terminology/ChangeLog,v 1.5 2013/11/13 08:32:36 sera Exp $
+
+*terminology-0.4.0_alpha1 (13 Nov 2013)
+
+ 13 Nov 2013; Ralph Sennhauser <sera@gentoo.org>
+ +terminology-0.4.0_alpha1.ebuild:
+ Version bump
+ Loosen version requirements so it works with current releases
12 Apr 2013; Christian Faulhammer <fauli@gentoo.org>
terminology-0.3.0.ebuild:
diff --git a/x11-terms/terminology/terminology-0.4.0_alpha1.ebuild b/x11-terms/terminology/terminology-0.4.0_alpha1.ebuild
new file mode 100644
index 000000000000..68f38d6d7b19
--- /dev/null
+++ b/x11-terms/terminology/terminology-0.4.0_alpha1.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/x11-terms/terminology/terminology-0.4.0_alpha1.ebuild,v 1.1 2013/11/13 08:32:36 sera Exp $
+
+EAPI=5
+
+inherit autotools
+
+DESCRIPTION="Feature rich terminal emulator using the Enlightenment Foundation Libraries"
+HOMEPAGE="http://www.enlightenment.org/p.php?p=about/terminology"
+SRC_URI="http://download.enlightenment.org/releases/${P//_/-}.tar.bz2"
+
+LICENSE="BSD-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+EFL_VERSION=1.7.0
+
+RDEPEND="
+ >=dev-libs/ecore-${EFL_VERSION}[evas]
+ >=dev-libs/eet-${EFL_VERSION}
+ >=dev-libs/efreet-${EFL_VERSION}
+ >=dev-libs/eina-${EFL_VERSION}
+ >=media-libs/edje-${EFL_VERSION}
+ >=media-libs/elementary-${EFL_VERSION}
+ >=media-libs/emotion-${EFL_VERSION}
+ >=media-libs/ethumb-${EFL_VERSION}[dbus]
+ >=media-libs/evas-${EFL_VERSION}"
+DEPEND="${RDEPEND}
+ virtual/pkgconfig"
+
+S="${WORKDIR}/${P//_/-}"
+
+src_prepare() {
+ sed -i "s:1.8.0:${EFL_VERSION}:g" configure.ac
+ eautoreconf
+}