summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManuel Rüger <mrueg@gentoo.org>2015-04-20 19:15:23 +0000
committerManuel Rüger <mrueg@gentoo.org>2015-04-20 19:15:23 +0000
commit45259e6bcdfe18097d69a1ef061976a5f3f87e9f (patch)
treecd42d750a2594932a08c131760047795816973cd /app-i18n/libhangul
parentRemove old. (diff)
downloadgentoo-2-45259e6bcdfe18097d69a1ef061976a5f3f87e9f.tar.gz
gentoo-2-45259e6bcdfe18097d69a1ef061976a5f3f87e9f.tar.bz2
gentoo-2-45259e6bcdfe18097d69a1ef061976a5f3f87e9f.zip
Remove old.
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key )
Diffstat (limited to 'app-i18n/libhangul')
-rw-r--r--app-i18n/libhangul/ChangeLog5
-rw-r--r--app-i18n/libhangul/libhangul-0.0.10.ebuild18
2 files changed, 4 insertions, 19 deletions
diff --git a/app-i18n/libhangul/ChangeLog b/app-i18n/libhangul/ChangeLog
index 73fcd6ab6ed2..a8c8fb58036d 100644
--- a/app-i18n/libhangul/ChangeLog
+++ b/app-i18n/libhangul/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-i18n/libhangul
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-i18n/libhangul/ChangeLog,v 1.34 2015/04/19 11:35:36 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-i18n/libhangul/ChangeLog,v 1.35 2015/04/20 19:15:23 mrueg Exp $
+
+ 20 Apr 2015; Manuel Rüger <mrueg@gentoo.org> -libhangul-0.0.10.ebuild:
+ Remove old.
19 Apr 2015; Anthony G. Basile <blueness@gentoo.org> libhangul-0.0.10.ebuild,
libhangul-0.0.12.ebuild, libhangul-0.1.0.ebuild:
diff --git a/app-i18n/libhangul/libhangul-0.0.10.ebuild b/app-i18n/libhangul/libhangul-0.0.10.ebuild
deleted file mode 100644
index 2cddf12e8bd8..000000000000
--- a/app-i18n/libhangul/libhangul-0.0.10.ebuild
+++ /dev/null
@@ -1,18 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-i18n/libhangul/libhangul-0.0.10.ebuild,v 1.8 2015/04/19 11:35:36 blueness Exp $
-
-DESCRIPTION="libhangul is a generalized and portable library for processing hangul"
-HOMEPAGE="http://kldp.net/projects/hangul/"
-SRC_URI="http://kldp.net/frs/download.php/5417/${P}.tar.gz"
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="amd64 ppc ~ppc64 x86"
-IUSE=""
-
-src_install() {
- emake DESTDIR="${D}" install || die "emake install failed"
-
- dodoc AUTHORS ChangeLog NEWS README
-}