summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDonnie Berkholz <dberkholz@gentoo.org>2008-01-31 04:35:33 +0000
committerDonnie Berkholz <dberkholz@gentoo.org>2008-01-31 04:35:33 +0000
commit4af5c638f5640f2d8c4ebd4f4cdd52e5d13c4025 (patch)
treef612a9bc03dcc51583fa31c4eb0e86aa7c138818 /x11-libs/libfontenc
parentFix ChangeLog (diff)
downloadhistorical-4af5c638f5640f2d8c4ebd4f4cdd52e5d13c4025.tar.gz
historical-4af5c638f5640f2d8c4ebd4f4cdd52e5d13c4025.tar.bz2
historical-4af5c638f5640f2d8c4ebd4f4cdd52e5d13c4025.zip
Clean up.
Package-Manager: portage-2.1.4
Diffstat (limited to 'x11-libs/libfontenc')
-rw-r--r--x11-libs/libfontenc/ChangeLog8
-rw-r--r--x11-libs/libfontenc/files/digest-libfontenc-1.0.23
-rw-r--r--x11-libs/libfontenc/libfontenc-1.0.2.ebuild18
3 files changed, 6 insertions, 23 deletions
diff --git a/x11-libs/libfontenc/ChangeLog b/x11-libs/libfontenc/ChangeLog
index 7f83ac7eed63..f7fc83323bde 100644
--- a/x11-libs/libfontenc/ChangeLog
+++ b/x11-libs/libfontenc/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for x11-libs/libfontenc
-# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/libfontenc/ChangeLog,v 1.42 2007/08/07 13:17:49 gustavoz Exp $
+# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/libfontenc/ChangeLog,v 1.43 2008/01/31 04:32:00 dberkholz Exp $
+
+ 31 Jan 2008; Donnie Berkholz <dberkholz@gentoo.org>;
+ -libfontenc-1.0.2.ebuild:
+ Clean up.
07 Aug 2007; Gustavo Zacarias <gustavoz@gentoo.org>
libfontenc-1.0.4.ebuild:
diff --git a/x11-libs/libfontenc/files/digest-libfontenc-1.0.2 b/x11-libs/libfontenc/files/digest-libfontenc-1.0.2
deleted file mode 100644
index 53d55dc09045..000000000000
--- a/x11-libs/libfontenc/files/digest-libfontenc-1.0.2
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 40d7d3718492cacfb0e0e8b9e1a0e251 libfontenc-1.0.2.tar.bz2 229242
-RMD160 e09eee80b950f45ca7cda3dfe884971132646b44 libfontenc-1.0.2.tar.bz2 229242
-SHA256 0c970ea1a729aec7c8f257c74d1c6196c48a93c7c7ccad4836c70568e900becf libfontenc-1.0.2.tar.bz2 229242
diff --git a/x11-libs/libfontenc/libfontenc-1.0.2.ebuild b/x11-libs/libfontenc/libfontenc-1.0.2.ebuild
deleted file mode 100644
index 54f423c3c7cd..000000000000
--- a/x11-libs/libfontenc/libfontenc-1.0.2.ebuild
+++ /dev/null
@@ -1,18 +0,0 @@
-# Copyright 1999-2006 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/libfontenc/libfontenc-1.0.2.ebuild,v 1.8 2006/08/06 16:41:12 vapier Exp $
-
-# Must be before x-modular eclass is inherited
-# SNAPSHOT="yes"
-
-inherit x-modular
-
-DESCRIPTION="X.Org fontenc library"
-
-KEYWORDS="alpha amd64 arm hppa ia64 m68k mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd"
-
-RDEPEND=""
-DEPEND="${RDEPEND}
- x11-proto/xproto"
-
-CONFIGURE_OPTIONS="--with-encodingsdir=/usr/share/fonts/encodings"