summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManuel Rüger <mrueg@gentoo.org>2015-05-05 19:36:09 +0000
committerManuel Rüger <mrueg@gentoo.org>2015-05-05 19:36:09 +0000
commit56d00a75edc6dccd217ebeacdbd38b6082f73135 (patch)
tree2dc740b6bc46d9f200f5d01dc02b327ef855c9ed /dev-libs/libunistring/libunistring-0.9.1.1-r1.ebuild
parentRemove old. (diff)
downloadgentoo-2-56d00a75edc6dccd217ebeacdbd38b6082f73135.tar.gz
gentoo-2-56d00a75edc6dccd217ebeacdbd38b6082f73135.tar.bz2
gentoo-2-56d00a75edc6dccd217ebeacdbd38b6082f73135.zip
Remove old.
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key )
Diffstat (limited to 'dev-libs/libunistring/libunistring-0.9.1.1-r1.ebuild')
-rw-r--r--dev-libs/libunistring/libunistring-0.9.1.1-r1.ebuild30
1 files changed, 0 insertions, 30 deletions
diff --git a/dev-libs/libunistring/libunistring-0.9.1.1-r1.ebuild b/dev-libs/libunistring/libunistring-0.9.1.1-r1.ebuild
deleted file mode 100644
index 16339befc6ba..000000000000
--- a/dev-libs/libunistring/libunistring-0.9.1.1-r1.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libunistring/libunistring-0.9.1.1-r1.ebuild,v 1.1 2010/10/06 04:22:11 chiiph Exp $
-
-EAPI="3"
-
-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"
-KEYWORDS="~amd64 ~x86"
-IUSE="doc"
-
-src_prepare() {
- epatch "${FILESDIR}"/${PN}-nodocs.patch
-}
-
-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"
-}