diff options
author | David Seifert <soap@gentoo.org> | 2017-12-31 11:05:55 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2017-12-31 12:14:08 +0100 |
commit | 82f6b0c2ac87185ff52858ca6fb1507813722167 (patch) | |
tree | bd5d83abc05806ac88ca6e231b093962a33cc556 /app-i18n/scim-hangul | |
parent | app-i18n/scim-hangul: Port to EAPI 6 (diff) | |
download | gentoo-82f6b0c2ac87185ff52858ca6fb1507813722167.tar.gz gentoo-82f6b0c2ac87185ff52858ca6fb1507813722167.tar.bz2 gentoo-82f6b0c2ac87185ff52858ca6fb1507813722167.zip |
app-i18n/scim-hangul: Remove old
Package-Manager: Portage-2.3.19, Repoman-2.3.6
Diffstat (limited to 'app-i18n/scim-hangul')
-rw-r--r-- | app-i18n/scim-hangul/Manifest | 1 | ||||
-rw-r--r-- | app-i18n/scim-hangul/scim-hangul-0.3.2.ebuild | 46 |
2 files changed, 0 insertions, 47 deletions
diff --git a/app-i18n/scim-hangul/Manifest b/app-i18n/scim-hangul/Manifest index 679334def3d2..a022e0aef448 100644 --- a/app-i18n/scim-hangul/Manifest +++ b/app-i18n/scim-hangul/Manifest @@ -1,2 +1 @@ -DIST scim-hangul-0.3.2.tar.gz 1176577 BLAKE2B 80c0ad3f988615f29ee25a0143ec325a0bb892d4c18f19783519dfbbfef373515c1e09eebcccc53c12ffbafb6fff479c0ca98569025cc53862af77ab0169154d SHA512 e8905320ff8aeeddf0041987ac5a63a19fb75bea44ffc55b5d28b825e064d6881ee0187b55025d69dad35af85da86818afa3ac39f1f10991021a7fbed3e1462e DIST scim-hangul-0.4.0.tar.gz 456953 BLAKE2B c7c2a320d03c4f15ad048b4e036a6dcd1f34044cb82e9a8fd18be8808e3f1be6f6f198e963982d1c6b742e614da5b3b2b3e2086ea8bbe19b4118f5493ae0188c SHA512 2f0285268deac35763c67487a40b718bf846d63634701a2a68d85109f686421f2c935b1f2998487b1f017c1a5e5bf453c56933ab4984f7464e1613d7e0b3131b diff --git a/app-i18n/scim-hangul/scim-hangul-0.3.2.ebuild b/app-i18n/scim-hangul/scim-hangul-0.3.2.ebuild deleted file mode 100644 index e2ca5068562b..000000000000 --- a/app-i18n/scim-hangul/scim-hangul-0.3.2.ebuild +++ /dev/null @@ -1,46 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=2 -inherit base - -DESCRIPTION="Hangul IMEngine for SCIM ported from imhangul" -HOMEPAGE="http://www.scim-im.org/" -SRC_URI="mirror://sourceforge/scim/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 ppc x86" -IUSE="nls" - -RDEPEND="|| ( >=app-i18n/scim-0.99.8 >=app-i18n/scim-cvs-0.99.8 ) - >=app-i18n/libhangul-0.0.4 - nls? ( virtual/libintl )" -DEPEND="${RDEPEND} - virtual/pkgconfig - nls? ( sys-devel/gettext )" - -PATCHES=( - "${FILESDIR}/${P}+gcc-4.3.patch" - "${FILESDIR}/${P}+gcc-4.7.patch" ) - -src_configure() { - econf \ - --disable-skim-support \ - $(use_enable nls) -} - -src_install() { - emake DESTDIR="${D}" install || die "make install failed" - dodoc AUTHORS ChangeLog* NEWS README* -} - -pkg_postinst() { - elog - elog "To use SCIM with both GTK2 and XIM, you should use the following" - elog "in your user startup scripts such as .gnomerc or .xinitrc:" - elog - elog "LANG='your_language' scim -d" - elog "export XMODIFIERS=@im=SCIM" - elog -} |