diff options
author | Mike Frysinger <vapier@gentoo.org> | 2017-03-11 18:34:11 -0800 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2017-03-11 19:15:16 -0800 |
commit | e2111a79a37b1f8af70f4a18b8cf6cb45cfd1c24 (patch) | |
tree | 35af2e702ecb91fdafbb7e5bbf2b0e2399a423f6 /x11-terms | |
parent | media-plugins/evas_generic_loaders: drop old <1.17.0 versions (diff) | |
download | gentoo-e2111a79a37b1f8af70f4a18b8cf6cb45cfd1c24.tar.gz gentoo-e2111a79a37b1f8af70f4a18b8cf6cb45cfd1c24.tar.bz2 gentoo-e2111a79a37b1f8af70f4a18b8cf6cb45cfd1c24.zip |
x11-terms/terminology: drop old <0.9.1 versions
Diffstat (limited to 'x11-terms')
-rw-r--r-- | x11-terms/terminology/Manifest | 2 | ||||
-rw-r--r-- | x11-terms/terminology/terminology-0.7.0.ebuild | 19 | ||||
-rw-r--r-- | x11-terms/terminology/terminology-0.8.0.ebuild | 18 |
3 files changed, 0 insertions, 39 deletions
diff --git a/x11-terms/terminology/Manifest b/x11-terms/terminology/Manifest index 686c633f87c3..f01b90823494 100644 --- a/x11-terms/terminology/Manifest +++ b/x11-terms/terminology/Manifest @@ -1,3 +1 @@ -DIST terminology-0.7.0.tar.xz 3194548 SHA256 4fe3ca0fa4ec7e1d8bb83a224df29871801bbf1bd3a9da34e732e3a6e8272275 SHA512 9958202ffad4ee7a1e3f37f14907732b2eab539a8819a2e37e2a7cb14575276d2fe2a89fda6ea05d072b8c546bebf69cb2d8577e677a5db62d18d55927cdeef9 WHIRLPOOL 5b06bd05684e1a3f587049975b7e33b08283f4b58156433e16646f0935dd92752e013eb9db613ae90b47eb7d103790c3b7b26bf5ed22a0946e3489f5a636dbaf -DIST terminology-0.8.0.tar.xz 2867120 SHA256 e21f1c03a13b7fa4425a078cf8f2d914499ea1311fc99a04e6155ddf6a33786a SHA512 d31e244ceef2ec9bc63173b31bf83377be047a53b59201b66b542a5c81df880e0442628c6f5b9b27f04f28afb4963602bcdf83758e392df65780ea77d0861a21 WHIRLPOOL 9173ff622f45e5f05908e7e64ecf67e189b5bb04d0a0d5f678dafe998698909febc8da0adb9c2654ca24c6247ea74e8861beb09b64ecb26d4d047edf0adaee45 DIST terminology-0.9.1.tar.xz 4961876 SHA256 ecee7ae6ba2fa10bfc5b6531292157dec2373dbb7d248cc62eb53d0be74e9bcf SHA512 c6db9fa62f3f168be635da1e3ed7a13deba13cbfa5bed75e3f97ee6e13837ca9cb5facab48c44f200baed34b8f32f852eadd9844de648795733602602fae32fd WHIRLPOOL 9e364709be4bf061eb8e0f5645271905cf04416843a5881ada24dda4a9eda27b07e0170e72eb10ba1f43beb210b0076e221dfb1889579a7c49f7750524aaeb9d diff --git a/x11-terms/terminology/terminology-0.7.0.ebuild b/x11-terms/terminology/terminology-0.7.0.ebuild deleted file mode 100644 index 5ae60d442247..000000000000 --- a/x11-terms/terminology/terminology-0.7.0.ebuild +++ /dev/null @@ -1,19 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -DESCRIPTION="Feature rich terminal emulator using the Enlightenment Foundation Libraries" -HOMEPAGE="https://www.enlightenment.org/p.php?p=about/terminology" -SRC_URI="https://download.enlightenment.org/rel/apps/${PN}/${P}.tar.xz" - -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-0.8.0.ebuild b/x11-terms/terminology/terminology-0.8.0.ebuild deleted file mode 100644 index 3a204d531ba1..000000000000 --- a/x11-terms/terminology/terminology-0.8.0.ebuild +++ /dev/null @@ -1,18 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI="5" - -DESCRIPTION="Feature rich terminal emulator using the Enlightenment Foundation Libraries" -HOMEPAGE="https://www.enlightenment.org/p.php?p=about/terminology" -SRC_URI="https://download.enlightenment.org/rel/apps/${PN}/${P}.tar.xz" - -LICENSE="BSD-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -RDEPEND=">=dev-libs/efl-1.13.1 - >=media-libs/elementary-1.13.1" -DEPEND="${RDEPEND} - virtual/pkgconfig" |