diff options
author | Arfrever Frehtes Taifersar Arahesis <Arfrever@Apache.Org> | 2017-11-28 18:02:02 +0100 |
---|---|---|
committer | Mike Gilbert <floppym@gentoo.org> | 2017-11-28 13:36:27 -0500 |
commit | 6635ba1924005ba2e0bb614a537d84e8fa74a51b (patch) | |
tree | 12a323fdb11b7f6cb546fe47f888a4cc80537550 /app-i18n/fcitx-sayura | |
parent | net-print/cups: Use correct perms patch. (diff) | |
download | gentoo-6635ba1924005ba2e0bb614a537d84e8fa74a51b.tar.gz gentoo-6635ba1924005ba2e0bb614a537d84e8fa74a51b.tar.bz2 gentoo-6635ba1924005ba2e0bb614a537d84e8fa74a51b.zip |
app-i18n/*fcitx*: Delete old versions.
Diffstat (limited to 'app-i18n/fcitx-sayura')
-rw-r--r-- | app-i18n/fcitx-sayura/Manifest | 3 | ||||
-rw-r--r-- | app-i18n/fcitx-sayura/fcitx-sayura-0.1.1.ebuild | 33 |
2 files changed, 1 insertions, 35 deletions
diff --git a/app-i18n/fcitx-sayura/Manifest b/app-i18n/fcitx-sayura/Manifest index 4f29836bbb2f..a3997a58185e 100644 --- a/app-i18n/fcitx-sayura/Manifest +++ b/app-i18n/fcitx-sayura/Manifest @@ -1,2 +1 @@ -DIST fcitx-sayura-0.1.1.tar.xz 18756 SHA256 36b5d79fed0cefaff7832c82473404e96d68cc8560b1d626884604b0aad7bea6 SHA512 1eda91ae985df65982cf6f4e67b676bb8eb7117cd1aad7c2a90e81c13fa2a806bbff5eda7bb7e797cb26cb46bbda51931ecffd50384a89ead24ad90777183dc3 WHIRLPOOL ddcec7ba970868795df0ccf4eb3ebacb9a9ec29f6f05762fb5253ca6cc59fab78459fc11cb715bcc53856e5093378fb99f572ccd615fe84bbe053574efa1b69f -DIST fcitx-sayura-0.1.2.tar.xz 25400 SHA256 4cf1c26625efbcae05e6a741b6f955d85c4d4970ab0642fd9ecdb1ac6d757f74 SHA512 2118c95d4f831e5f4e0af0549ae3eb4f16bff8b30b03452837bd14f35fcb524f730b27ceb7c14cf6a4db7400a67070929a75465195b5524187e97c7ca02de466 WHIRLPOOL 1fb0146a639ae74b51185c2eef86bf7a5e5e424d5d3d4cb0c6c21357ca55c0ad527aade5a161d9cbcfadde3dee721fb444f6adf5cdc5ea8603bb33c3de948e66 +DIST fcitx-sayura-0.1.2.tar.xz 25400 BLAKE2B 6bed1b86499b4448e87cb76c719d8fec3f7af7e5a4a4846ddc30e6e278f5e67c5ee47d39f4e19d3c8c927ce34bf66f51cf189d1147af0e509c3815ba4552a953 SHA512 2118c95d4f831e5f4e0af0549ae3eb4f16bff8b30b03452837bd14f35fcb524f730b27ceb7c14cf6a4db7400a67070929a75465195b5524187e97c7ca02de466 diff --git a/app-i18n/fcitx-sayura/fcitx-sayura-0.1.1.ebuild b/app-i18n/fcitx-sayura/fcitx-sayura-0.1.1.ebuild deleted file mode 100644 index c4869ad58411..000000000000 --- a/app-i18n/fcitx-sayura/fcitx-sayura-0.1.1.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI="6" - -inherit cmake-utils - -if [[ "${PV}" == "9999" ]]; then - inherit git-r3 - - EGIT_REPO_URI="https://github.com/fcitx/fcitx-sayura" -fi - -DESCRIPTION="Sinhala Sayura input method for Fcitx" -HOMEPAGE="https://fcitx-im.org/ https://github.com/fcitx/fcitx-sayura" -if [[ "${PV}" == "9999" ]]; then - SRC_URI="" -else - SRC_URI="https://download.fcitx-im.org/${PN}/${P}.tar.xz" -fi - -LICENSE="GPL-2+" -SLOT="4" -KEYWORDS="amd64 ~hppa ~ppc ~ppc64 x86" -IUSE="" - -RDEPEND=">=app-i18n/fcitx-4.2.8 - virtual/libiconv - virtual/libintl" -DEPEND="${RDEPEND} - virtual/pkgconfig" - -DOCS=() |