summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAkinori Hattori <hattya@gentoo.org>2013-02-27 12:15:12 +0000
committerAkinori Hattori <hattya@gentoo.org>2013-02-27 12:15:12 +0000
commit4ad9d1857a3f3045f83bc45e42ec79639bf774b4 (patch)
treeedb21d6a6e3dc1e89a7ad602f5e8783f70755494 /app-text/uvconv
parentAdd new ebuild using autotools-utils to muse moving to multilib. (diff)
downloadgentoo-2-4ad9d1857a3f3045f83bc45e42ec79639bf774b4.tar.gz
gentoo-2-4ad9d1857a3f3045f83bc45e42ec79639bf774b4.tar.bz2
gentoo-2-4ad9d1857a3f3045f83bc45e42ec79639bf774b4.zip
remove old ebuild
(Portage version: 2.1.11.50/cvs/Linux i686, signed Manifest commit with key EC917A6D)
Diffstat (limited to 'app-text/uvconv')
-rw-r--r--app-text/uvconv/ChangeLog8
-rw-r--r--app-text/uvconv/uvconv-1.1.3b.ebuild25
2 files changed, 5 insertions, 28 deletions
diff --git a/app-text/uvconv/ChangeLog b/app-text/uvconv/ChangeLog
index bc74983f9b55..f56a24d2a1de 100644
--- a/app-text/uvconv/ChangeLog
+++ b/app-text/uvconv/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-text/uvconv
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/uvconv/ChangeLog,v 1.8 2012/06/14 09:16:18 ago Exp $
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-text/uvconv/ChangeLog,v 1.9 2013/02/27 12:15:11 hattya Exp $
+
+ 27 Feb 2013; Akinori Hattori <hattya@gentoo.org> -uvconv-1.1.3b.ebuild:
+ remove old ebuild
14 Jun 2012; Agostino Sarubbo <ago@gentoo.org> uvconv-1.1.3b-r1.ebuild:
Stable for amd64, wrt bug #418661
@@ -28,4 +31,3 @@
22 Nov 2004; <pclouds@gentoo.org> +metadata.xml, +uvconv-1.1.3b.ebuild:
Initial ebuild
-
diff --git a/app-text/uvconv/uvconv-1.1.3b.ebuild b/app-text/uvconv/uvconv-1.1.3b.ebuild
deleted file mode 100644
index fa9959a83b37..000000000000
--- a/app-text/uvconv/uvconv-1.1.3b.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/uvconv/uvconv-1.1.3b.ebuild,v 1.3 2005/12/05 04:33:18 halcy0n Exp $
-
-DESCRIPTION="A small utility that converts among Vietnamese charsets"
-SRC_URI="mirror://sourceforge/unikey/${PF}.tar.gz"
-HOMEPAGE="http://unikey.sourceforge.net/linux.php"
-LICENSE="GPL-2"
-KEYWORDS="x86"
-SLOT="0"
-
-IUSE=""
-DEPEND=""
-S=${WORKDIR}/uvconv
-
-src_compile() {
- make -C uvconvert || die
-}
-
-src_install () {
- exeinto /usr/bin
- doexe uvconvert/${PN}
- doman uvconv.1
- dodoc readme.txt AUTHORS CREDITS changes.txt gpl.txt
-}