summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManuel Rüger <mrueg@gentoo.org>2015-05-06 09:51:31 +0000
committerManuel Rüger <mrueg@gentoo.org>2015-05-06 09:51:31 +0000
commit237e120971c595e3abf4261c7e095040c3db4432 (patch)
tree231c7a3b8b13d23b14db6fd317bde793362b1254 /media-libs/libuninameslist
parentRemove old. (diff)
downloadgentoo-2-237e120971c595e3abf4261c7e095040c3db4432.tar.gz
gentoo-2-237e120971c595e3abf4261c7e095040c3db4432.tar.bz2
gentoo-2-237e120971c595e3abf4261c7e095040c3db4432.zip
Remove old.
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key )
Diffstat (limited to 'media-libs/libuninameslist')
-rw-r--r--media-libs/libuninameslist/ChangeLog7
-rw-r--r--media-libs/libuninameslist/libuninameslist-20080409.ebuild18
2 files changed, 5 insertions, 20 deletions
diff --git a/media-libs/libuninameslist/ChangeLog b/media-libs/libuninameslist/ChangeLog
index 6ecfbf5e0900..8e58593c8df4 100644
--- a/media-libs/libuninameslist/ChangeLog
+++ b/media-libs/libuninameslist/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for media-libs/libuninameslist
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/libuninameslist/ChangeLog,v 1.42 2014/06/10 00:56:14 vapier Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libuninameslist/ChangeLog,v 1.43 2015/05/06 09:51:31 mrueg Exp $
+
+ 06 May 2015; Manuel Rüger <mrueg@gentoo.org> -libuninameslist-20080409.ebuild:
+ Remove old.
10 Jun 2014; Mike Frysinger <vapier@gentoo.org>
libuninameslist-20091231.ebuild:
diff --git a/media-libs/libuninameslist/libuninameslist-20080409.ebuild b/media-libs/libuninameslist/libuninameslist-20080409.ebuild
deleted file mode 100644
index b3f7893d2a35..000000000000
--- a/media-libs/libuninameslist/libuninameslist-20080409.ebuild
+++ /dev/null
@@ -1,18 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/libuninameslist/libuninameslist-20080409.ebuild,v 1.11 2010/01/15 09:43:44 fauli Exp $
-
-DESCRIPTION="Library of unicode annotation data"
-HOMEPAGE="http://libuninameslist.sourceforge.net/"
-SRC_URI="mirror://sourceforge/libuninameslist/${P}.tar.bz2"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 s390 sh sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-solaris"
-IUSE=""
-
-S=${WORKDIR}/${PN}
-
-src_install() {
- emake DESTDIR="${D}" install || die
-}