diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-10-01 17:12:27 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-10-01 17:12:59 +0200 |
commit | 298023842399262695dca9099edf303e0bb3d333 (patch) | |
tree | 6c88b9147c9f822c863c3002ab37e5f35b0b3fa2 /app-i18n | |
parent | dev-go/siphash: Remove last-rited pkg (diff) | |
download | gentoo-298023842399262695dca9099edf303e0bb3d333.tar.gz gentoo-298023842399262695dca9099edf303e0bb3d333.tar.bz2 gentoo-298023842399262695dca9099edf303e0bb3d333.zip |
app-i18n/scim-wijesekera: Remove last-rited pkg
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'app-i18n')
-rw-r--r-- | app-i18n/scim-wijesekera/Manifest | 1 | ||||
-rw-r--r-- | app-i18n/scim-wijesekera/files/scim-wijesekera-0.3.3-gcc43.patch | 22 | ||||
-rw-r--r-- | app-i18n/scim-wijesekera/metadata.xml | 11 | ||||
-rw-r--r-- | app-i18n/scim-wijesekera/scim-wijesekera-0.3.3-r1.ebuild | 37 |
4 files changed, 0 insertions, 71 deletions
diff --git a/app-i18n/scim-wijesekera/Manifest b/app-i18n/scim-wijesekera/Manifest deleted file mode 100644 index ea2b39271164..000000000000 --- a/app-i18n/scim-wijesekera/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST scim-wijesekera-0.3.3.tar.gz 193023 BLAKE2B 6d8b4757e851a9e17b074c0bdda03e01b32a547a29d9755f82eb8828f8accf830a44aac8cc71ba6c6b18c7649a9a6e3009108e2fdc27992e9dc8d84d99a0c201 SHA512 98bfbb7a3cf499c7980c06504083744f46ce352b27e8e80362190359e8bfa88472a5510568f3753503c7d409d1730e7d1ae1162e3d43a5475e466c334b0a91fc diff --git a/app-i18n/scim-wijesekera/files/scim-wijesekera-0.3.3-gcc43.patch b/app-i18n/scim-wijesekera/files/scim-wijesekera-0.3.3-gcc43.patch deleted file mode 100644 index 1fa083fd7c8d..000000000000 --- a/app-i18n/scim-wijesekera/files/scim-wijesekera-0.3.3-gcc43.patch +++ /dev/null @@ -1,22 +0,0 @@ -diff -Naur scim-wijesekera-0.3.3.orig/src/scim_wijesekera_imengine.cpp scim-wijesekera-0.3.3/src/scim_wijesekera_imengine.cpp ---- scim-wijesekera-0.3.3.orig/src/scim_wijesekera_imengine.cpp 2008-04-26 17:45:15.000000000 +0900 -+++ scim-wijesekera-0.3.3/src/scim_wijesekera_imengine.cpp 2008-12-29 01:07:23.000000000 +0900 -@@ -33,6 +33,7 @@ - #endif - - #include <stdio.h> -+#include <cstring> - #include <unistd.h> - #include <sys/types.h> - #include <sys/wait.h> -diff -Naur scim-wijesekera-0.3.3.orig/src/scim_wijesekera_imengine_setup.cpp scim-wijesekera-0.3.3/src/scim_wijesekera_imengine_setup.cpp ---- scim-wijesekera-0.3.3.orig/src/scim_wijesekera_imengine_setup.cpp 2008-04-26 17:45:15.000000000 +0900 -+++ scim-wijesekera-0.3.3/src/scim_wijesekera_imengine_setup.cpp 2008-12-29 01:07:03.000000000 +0900 -@@ -30,6 +30,7 @@ - #ifdef HAVE_CONFIG_H - #include <config.h> - #endif -+#include <cstring> - - #include <scim.h> - #include <gtk/scimkeyselection.h> diff --git a/app-i18n/scim-wijesekera/metadata.xml b/app-i18n/scim-wijesekera/metadata.xml deleted file mode 100644 index 91d1f3a02de3..000000000000 --- a/app-i18n/scim-wijesekera/metadata.xml +++ /dev/null @@ -1,11 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>cjk@gentoo.org</email> - <name>Cjk</name> - </maintainer> - <upstream> - <remote-id type="sourceforge">sinhala</remote-id> - </upstream> -</pkgmetadata> diff --git a/app-i18n/scim-wijesekera/scim-wijesekera-0.3.3-r1.ebuild b/app-i18n/scim-wijesekera/scim-wijesekera-0.3.3-r1.ebuild deleted file mode 100644 index 28914bc279f6..000000000000 --- a/app-i18n/scim-wijesekera/scim-wijesekera-0.3.3-r1.ebuild +++ /dev/null @@ -1,37 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit autotools - -DESCRIPTION="Wijesekara keyboard for Sinhala input using scim" -HOMEPAGE="http://sinhala.sourceforge.net/" -SRC_URI="http://sinhala.sourceforge.net/files/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -RDEPEND=">=app-i18n/scim-0.99.8[-gtk3]" -DEPEND="${RDEPEND} - virtual/pkgconfig" - -PATCHES=( "${FILESDIR}"/${P}-gcc43.patch ) - -src_prepare() { - default - eautoreconf -} - -src_configure() { - econf --disable-static -} - -src_install() { - default - - # plugin module, no point in .la files - find "${D}" -name '*.la' -delete || die -} |