x11-terms/terminology: version bump to 1.0.0 #607682
authorMike Frysinger <vapier@gentoo.org>
Sun, 12 Mar 2017 03:11:42 +0000 (19:11 -0800)
committerMike Frysinger <vapier@gentoo.org>
Sun, 12 Mar 2017 03:59:58 +0000 (19:59 -0800)
x11-terms/terminology/Manifest
x11-terms/terminology/terminology-1.0.0.ebuild [new file with mode: 0644]
x11-terms/terminology/terminology-9999.ebuild

index f01b9082349439d2d4e3521bb1e8b2d3a496a7e2..25498aa07a3d714823d58b5d8b4860ea7151b087 100644 (file)
@@ -1 +1,2 @@
 DIST terminology-0.9.1.tar.xz 4961876 SHA256 ecee7ae6ba2fa10bfc5b6531292157dec2373dbb7d248cc62eb53d0be74e9bcf SHA512 c6db9fa62f3f168be635da1e3ed7a13deba13cbfa5bed75e3f97ee6e13837ca9cb5facab48c44f200baed34b8f32f852eadd9844de648795733602602fae32fd WHIRLPOOL 9e364709be4bf061eb8e0f5645271905cf04416843a5881ada24dda4a9eda27b07e0170e72eb10ba1f43beb210b0076e221dfb1889579a7c49f7750524aaeb9d
+DIST terminology-1.0.0.tar.xz 4979420 SHA256 bfed42b83bce854d35ba33a4d38373c6d42fb2c0ea0335d76420488c091692f4 SHA512 5c99e1e1eea0de24d67779059d3ba65a8fbd1fdf63d9f22099e38defc11fdc8923fbe50a7276bc483ce5ee7527f665e3f2c48358d85c3a06f33e551bd8ef2320 WHIRLPOOL e060fe3a92e68d6b331b7873fd1e9cbb428546f00699dce1dd07bdc8cc8f790cb94c50f31af2fe50e087563c85917332ab74406c7f0e272fae680e3059a04f72
diff --git a/x11-terms/terminology/terminology-1.0.0.ebuild b/x11-terms/terminology/terminology-1.0.0.ebuild
new file mode 100644 (file)
index 0000000..f28072e
--- /dev/null
@@ -0,0 +1,23 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="5"
+
+MY_P=${P/_/-}
+
+if [[ "${PV}" == "9999" ]] ; then
+       EGIT_SUB_PROJECT="apps"
+       EGIT_URI_APPEND="${PN}"
+else
+       SRC_URI="https://download.enlightenment.org/rel/apps/${PN}/${MY_P}.tar.xz"
+       KEYWORDS="~amd64 ~x86"
+fi
+
+inherit enlightenment
+
+DESCRIPTION="Feature rich terminal emulator using the Enlightenment Foundation Libraries"
+HOMEPAGE="https://www.enlightenment.org/p.php?p=about/terminology"
+
+RDEPEND=">=dev-libs/efl-1.18"
+DEPEND="${RDEPEND}
+       virtual/pkgconfig"
index 2c9b19e615edff00d581a5566dddb5c9b451126a..f28072ea6386e28cb724a9a6c01f7bbdf6b99950 100644 (file)
@@ -1,17 +1,23 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="5"
 
-EGIT_SUB_PROJECT="apps"
-EGIT_URI_APPEND="${PN}"
+MY_P=${P/_/-}
+
+if [[ "${PV}" == "9999" ]] ; then
+       EGIT_SUB_PROJECT="apps"
+       EGIT_URI_APPEND="${PN}"
+else
+       SRC_URI="https://download.enlightenment.org/rel/apps/${PN}/${MY_P}.tar.xz"
+       KEYWORDS="~amd64 ~x86"
+fi
 
 inherit enlightenment
 
 DESCRIPTION="Feature rich terminal emulator using the Enlightenment Foundation Libraries"
 HOMEPAGE="https://www.enlightenment.org/p.php?p=about/terminology"
 
-RDEPEND=">=dev-libs/efl-1.15.1
-       >=media-libs/elementary-1.15.1"
+RDEPEND=">=dev-libs/efl-1.18"
 DEPEND="${RDEPEND}
        virtual/pkgconfig"