summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Alfredsen <loki_val@gentoo.org>2008-07-30 11:45:20 +0000
committerPeter Alfredsen <loki_val@gentoo.org>2008-07-30 11:45:20 +0000
commit63e0dd597c2a531da894363cae9daacd29a144bb (patch)
tree8990ab15ec242ad5f0415315139fc5d769fe181d /app-i18n/unicode-data
parentBump to complete fixes for FreeBSD. (diff)
downloadgentoo-2-63e0dd597c2a531da894363cae9daacd29a144bb.tar.gz
gentoo-2-63e0dd597c2a531da894363cae9daacd29a144bb.tar.bz2
gentoo-2-63e0dd597c2a531da894363cae9daacd29a144bb.zip
Removing version that should never have been here.
(Portage version: 2.2_rc4/cvs/Linux 2.6.25.8 i686)
Diffstat (limited to 'app-i18n/unicode-data')
-rw-r--r--app-i18n/unicode-data/ChangeLog6
-rw-r--r--app-i18n/unicode-data/unicode-data-5.2.0.ebuild24
2 files changed, 5 insertions, 25 deletions
diff --git a/app-i18n/unicode-data/ChangeLog b/app-i18n/unicode-data/ChangeLog
index 4b6070195fb2..72d4c177c657 100644
--- a/app-i18n/unicode-data/ChangeLog
+++ b/app-i18n/unicode-data/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-i18n/unicode-data
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-i18n/unicode-data/ChangeLog,v 1.8 2008/06/12 18:02:28 nixnut Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-i18n/unicode-data/ChangeLog,v 1.9 2008/07/30 11:45:20 loki_val Exp $
+
+ 30 Jul 2008; Peter Alfredsen <loki_val@gentoo.org>
+ -unicode-data-5.2.0.ebuild:
+ Removing version that should never have been here.
12 Jun 2008; nixnut <nixnut@gentoo.org> unicode-data-5.1.0.ebuild:
Added ~ppc wrt bug 224541
diff --git a/app-i18n/unicode-data/unicode-data-5.2.0.ebuild b/app-i18n/unicode-data/unicode-data-5.2.0.ebuild
deleted file mode 100644
index dad7c6b23059..000000000000
--- a/app-i18n/unicode-data/unicode-data-5.2.0.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2008 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-i18n/unicode-data/unicode-data-5.2.0.ebuild,v 1.7 2008/06/12 18:02:28 nixnut Exp $
-
-DESCRIPTION="Unicode data from unicode.org"
-HOMEPAGE="http://unicode.org/"
-SRC_URI="mirror://gentoo/unicode-data-5.2.0.tar.lzma"
-LICENSE="unicode"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
-IUSE=""
-
-DEPEND="app-arch/lzma-utils"
-RDEPEND=""
-
-src_compile() {
- :
-}
-
-src_install() {
- cd "${WORKDIR}"
- dodir /usr/share/
- mv "${S}" "${D}/usr/share/unicode-data" || die "mv failed"
-}