diff options
author | Thomas Sachau <tommy@gentoo.org> | 2014-01-25 16:31:07 +0000 |
---|---|---|
committer | Thomas Sachau <tommy@gentoo.org> | 2014-01-25 16:31:07 +0000 |
commit | bb1f69b94e1f8d147da1d95fec8c502a0743532e (patch) | |
tree | 88c6a7d1368e1bfbaea23f5d00afdc73378a3178 /x11-terms | |
parent | Stable for HPPA (bug #495540). (diff) | |
download | gentoo-2-bb1f69b94e1f8d147da1d95fec8c502a0743532e.tar.gz gentoo-2-bb1f69b94e1f8d147da1d95fec8c502a0743532e.tar.bz2 gentoo-2-bb1f69b94e1f8d147da1d95fec8c502a0743532e.zip |
Version bump for move to efl-1.8
(Portage version: 2.2.6-r1/cvs/Linux x86_64, signed Manifest commit with key 0x35899067)
Diffstat (limited to 'x11-terms')
-rw-r--r-- | x11-terms/terminology/ChangeLog | 11 | ||||
-rw-r--r-- | x11-terms/terminology/terminology-0.4.0.ebuild | 20 |
2 files changed, 28 insertions, 3 deletions
diff --git a/x11-terms/terminology/ChangeLog b/x11-terms/terminology/ChangeLog index ac5c0c17b9f1..f6bb1cf2bd0f 100644 --- a/x11-terms/terminology/ChangeLog +++ b/x11-terms/terminology/ChangeLog @@ -1,6 +1,12 @@ # 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.5 2013/11/13 08:32:36 sera Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-terms/terminology/ChangeLog,v 1.6 2014/01/25 16:31:07 tommy Exp $ + +*terminology-0.4.0 (25 Jan 2014) + + 25 Jan 2014; Thomas Sachau (Tommy[D]) <tommy@gentoo.org> + +terminology-0.4.0.ebuild: + Version bump for move to efl-1.8 *terminology-0.4.0_alpha1 (13 Nov 2013) @@ -26,4 +32,3 @@ 19 Dec 2012; Ralph Sennhauser <sera@gentoo.org> +terminology-0.2.0.ebuild, +metadata.xml: New package. - diff --git a/x11-terms/terminology/terminology-0.4.0.ebuild b/x11-terms/terminology/terminology-0.4.0.ebuild new file mode 100644 index 000000000000..14c012e456fe --- /dev/null +++ b/x11-terms/terminology/terminology-0.4.0.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2014 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.ebuild,v 1.1 2014/01/25 16:31:07 tommy Exp $ + +EAPI=5 + +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/rel/apps/${PN}/${P}.tar.bz2" + +LICENSE="BSD-2" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND=" + >=dev-libs/efl-1.8.1 + >=media-libs/elementary-1.8.0" +DEPEND="${RDEPEND} + virtual/pkgconfig" |