From 3eb3c798ed1c8c7e4e30ec12d91834f297c62c7a Mon Sep 17 00:00:00 2001 From: Ralph Sennhauser Date: Sat, 5 Jul 2014 16:07:18 +0200 Subject: terminology-9999: Add live ebuild Package-Manager: portage-2.2.10 Manifest-Sign-Key: 3C5CF75A --- x11-terms/terminology/Manifest | 15 --------------- x11-terms/terminology/terminology-0.4.0.ebuild | 20 -------------------- x11-terms/terminology/terminology-9999.ebuild | 26 ++++++++++++++++++++++++++ 3 files changed, 26 insertions(+), 35 deletions(-) delete mode 100644 x11-terms/terminology/Manifest delete mode 100644 x11-terms/terminology/terminology-0.4.0.ebuild create mode 100644 x11-terms/terminology/terminology-9999.ebuild diff --git a/x11-terms/terminology/Manifest b/x11-terms/terminology/Manifest deleted file mode 100644 index 19f3a83..0000000 --- a/x11-terms/terminology/Manifest +++ /dev/null @@ -1,15 +0,0 @@ ------BEGIN PGP SIGNED MESSAGE----- -Hash: SHA256 - -DIST terminology-0.4.0.tar.bz2 1055230 SHA256 1e833a74f1311be2d80b2334d210d2c0099a521e61703c49f4f6a95c13cd1c6d SHA512 d0b70376574c563bc7ebe3221a0dc1fd5e677e753dcdea14b2ecd1015e8f64698c072ad078883ce65873e8e09d361958438c19fb16245e71e837432c4f1616c4 WHIRLPOOL 49b731d93a95954076229e21f35a350859fd9f1b1d2dfa0bf7804d14557b6f303ce5b88de32f932a39bc4178e544406017e38c9e5a4ea12925fb9c7c148d8749 ------BEGIN PGP SIGNATURE----- -Version: GnuPG v2.0.22 (GNU/Linux) - -iQEcBAEBCAAGBQJSuE5eAAoJELjwI6Q8XPdaoCwIAMUCHJoUZdeUrNGib4srK/4P -7HtYWLrIcVrpeJ05upOFax4VX+sQ5nPKdgbVZQIbaW8cu6Gg4Qj7kJy0dWC16Hfi -5/pbyGaw+IqSHn4ACWwzizbmTLHH5emLmJmQpApBkAmfYEOT+CUTKUtLJw0CEIkW -5WyVzI6HHDppLDmMTs3Sxl3rOZ6/7olOi4R0I2xeaEih8WBCp2MuAUVntf/Xa3aX -jZ/XJ8UDgeny1vnLBybinc6cKedXfifwxja+Y9xdZxzoA7AjPG69ql3Ny8vvGmjO -BKhc9DaO8pJhWwf9Dm8KF/xDjpu5U+3iC84/XTdTEpBCNGmsqZvBa4BYhZTDTAw= -=FhWm ------END PGP SIGNATURE----- diff --git a/x11-terms/terminology/terminology-0.4.0.ebuild b/x11-terms/terminology/terminology-0.4.0.ebuild deleted file mode 100644 index 1c3da6e..0000000 --- a/x11-terms/terminology/terminology-0.4.0.ebuild +++ /dev/null @@ -1,20 +0,0 @@ -# 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 - -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" diff --git a/x11-terms/terminology/terminology-9999.ebuild b/x11-terms/terminology/terminology-9999.ebuild new file mode 100644 index 0000000..0193938 --- /dev/null +++ b/x11-terms/terminology/terminology-9999.ebuild @@ -0,0 +1,26 @@ +# 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_alpha1.ebuild,v 1.1 2013/11/13 08:32:36 sera Exp $ + +EAPI=5 + +inherit autotools git-r3 + +DESCRIPTION="Feature rich terminal emulator using the Enlightenment Foundation Libraries" +HOMEPAGE="http://www.enlightenment.org/p.php?p=about/terminology" +EGIT_REPO_URI="http://git.enlightenment.org/apps/terminology.git" + +LICENSE="BSD-2" +SLOT="0" +KEYWORDS="" +IUSE="" + +RDEPEND=" + >=dev-libs/efl-1.8.1 + >=media-libs/elementary-1.8.0" +DEPEND="${RDEPEND} + virtual/pkgconfig" + +src_prepare() { + eautoreconf +} -- cgit v1.2.3-18-g5258