commit:     f76bd8a6a10421efa3df076dd5d9c613e8a4c1f0
Author:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Mon Jun  8 21:23:39 2015 +0000
Commit:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Mon Jun  8 21:23:39 2015 +0000
URL:        https://gitweb.gentoo.org/proj/gnome.git/commit/?id=f76bd8a6

dev-libs/libunistring: moved to gentoo-x86

 .../libunistring/files/libunistring-nodocs.patch   | 12 --------
 dev-libs/libunistring/libunistring-0.9.5.ebuild    | 36 ----------------------
 dev-libs/libunistring/metadata.xml                 | 16 ----------
 3 files changed, 64 deletions(-)

diff --git a/dev-libs/libunistring/files/libunistring-nodocs.patch 
b/dev-libs/libunistring/files/libunistring-nodocs.patch
deleted file mode 100644
index 07b003c..0000000
--- a/dev-libs/libunistring/files/libunistring-nodocs.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-diff -Naur libunistring-0.9.3.orig/Makefile.in libunistring-0.9.3/Makefile.in
---- libunistring-0.9.3.orig/Makefile.in        2010-05-02 18:28:21.000000000 
-0300
-+++ libunistring-0.9.3/Makefile.in     2010-09-24 12:45:40.000000000 -0300
-@@ -773,7 +773,7 @@
- top_srcdir = @top_srcdir@
- AUTOMAKE_OPTIONS = 1.5 gnu no-dependencies
- ACLOCAL_AMFLAGS = -I m4 -I gnulib-m4
--SUBDIRS = doc gnulib-local lib tests
-+SUBDIRS = gnulib-local lib tests
- 
- # Allow users to use "gnulib-tool --update".
- 

diff --git a/dev-libs/libunistring/libunistring-0.9.5.ebuild 
b/dev-libs/libunistring/libunistring-0.9.5.ebuild
deleted file mode 100644
index 6b58134..0000000
--- a/dev-libs/libunistring/libunistring-0.9.5.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI="5"
-
-inherit eutils
-
-DESCRIPTION="Library for manipulating Unicode strings and C strings according 
to the Unicode standard"
-HOMEPAGE="http://www.gnu.org/software/libunistring/";
-SRC_URI="mirror://gnu/${PN}/${P}.tar.gz"
-
-LICENSE="LGPL-3 GPL-3"
-SLOT="0/2"
-KEYWORDS="~amd64 ~arm ~x86 ~amd64-linux"
-IUSE="doc static-libs"
-
-src_prepare() {
-       epatch "${FILESDIR}"/${PN}-nodocs.patch
-}
-
-src_configure() {
-       econf $(use_enable static-libs static)
-}
-
-src_install() {
-       dodoc AUTHORS README ChangeLog || die "dodoc failed"
-       if use doc; then
-               dohtml doc/*.html || die "dohtml failed"
-               doinfo doc/*.info || die "doinfo failed"
-       fi
-
-       emake DESTDIR="${D}" install || die "Install failed"
-
-       prune_libtool_files
-}

diff --git a/dev-libs/libunistring/metadata.xml 
b/dev-libs/libunistring/metadata.xml
deleted file mode 100644
index 260b66c..0000000
--- a/dev-libs/libunistring/metadata.xml
+++ /dev/null
@@ -1,16 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd";>
-<pkgmetadata>
-<herd>scheme</herd>
-<longdescription lang="en">
-       Text files are nowadays usually encoded in Unicode, and may consist of 
very
-       different scripts – from Latin letters to Chinese Hanzi –, with many 
kinds
-       of special characters – accents, right-to-left writing marks, hyphens, 
Roman
-       numbers, and much more. But the POSIX platform APIs for text do not 
contain
-       adequate functions for dealing with particular properties of many 
Unicode
-       characters. In fact, the POSIX APIs for text have several assumptions at
-       their base which don't hold for Unicode text.
-       This library provides functions for manipulating Unicode strings and for
-       manipulating C strings according to the Unicode standard.
-</longdescription>
-</pkgmetadata>

Reply via email to