summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Hill <dirtyepic@gentoo.org>2007-12-27 01:16:40 +0000
committerRyan Hill <dirtyepic@gentoo.org>2007-12-27 01:16:40 +0000
commita898333a4cf0f74bb85963e4f7673a2d23a641a4 (patch)
tree91f042fa42cd3ebcbb9b1b542718d0e6f91279f0 /media-fonts/fonts-indic
parentAdd comment about usage of EGIT_BRANCH and where it should go in relation to ... (diff)
downloadgentoo-2-a898333a4cf0f74bb85963e4f7673a2d23a641a4.tar.gz
gentoo-2-a898333a4cf0f74bb85963e4f7673a2d23a641a4.tar.bz2
gentoo-2-a898333a4cf0f74bb85963e4f7673a2d23a641a4.zip
Remove old.
(Portage version: 2.1.4_rc11)
Diffstat (limited to 'media-fonts/fonts-indic')
-rw-r--r--media-fonts/fonts-indic/ChangeLog5
-rw-r--r--media-fonts/fonts-indic/files/digest-fonts-indic-2.1.4.13
-rw-r--r--media-fonts/fonts-indic/fonts-indic-2.1.4.1.ebuild29
3 files changed, 4 insertions, 33 deletions
diff --git a/media-fonts/fonts-indic/ChangeLog b/media-fonts/fonts-indic/ChangeLog
index 185013cc7b44..f0755f430028 100644
--- a/media-fonts/fonts-indic/ChangeLog
+++ b/media-fonts/fonts-indic/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for media-fonts/fonts-indic
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-fonts/fonts-indic/ChangeLog,v 1.4 2007/12/25 14:52:01 phreak Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-fonts/fonts-indic/ChangeLog,v 1.5 2007/12/27 01:16:39 dirtyepic Exp $
+
+ 27 Dec 2007; Ryan Hill <dirtyepic@gentoo.org> -fonts-indic-2.1.4.1.ebuild:
+ Remove old.
25 Dec 2007; Christian Heim <phreak@gentoo.org> metadata.xml:
Removing seemant from metadata.xml as per #202469.
diff --git a/media-fonts/fonts-indic/files/digest-fonts-indic-2.1.4.1 b/media-fonts/fonts-indic/files/digest-fonts-indic-2.1.4.1
deleted file mode 100644
index b6d7f86dd470..000000000000
--- a/media-fonts/fonts-indic/files/digest-fonts-indic-2.1.4.1
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 68c34ddc3ad0dd6e849f2dd343a67b0c fonts-indic-2.1.4-1.fc7.src.rpm 368833
-RMD160 fa95dd49d27ff9c3cf3c1e322f22eca847cf756d fonts-indic-2.1.4-1.fc7.src.rpm 368833
-SHA256 1fb2ac77cca9a032ccfbc616334e56a8ffdfffd873735cde329b664e61ab77a5 fonts-indic-2.1.4-1.fc7.src.rpm 368833
diff --git a/media-fonts/fonts-indic/fonts-indic-2.1.4.1.ebuild b/media-fonts/fonts-indic/fonts-indic-2.1.4.1.ebuild
deleted file mode 100644
index d17b446b41de..000000000000
--- a/media-fonts/fonts-indic/fonts-indic-2.1.4.1.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-fonts/fonts-indic/fonts-indic-2.1.4.1.ebuild,v 1.1 2007/03/10 15:17:22 seemant Exp $
-
-inherit rpm font versionator
-
-MY_PV="$(replace_version_separator 3 '-')"
-
-MY_P="${PN}-${MY_PV}.fc7"
-S="${WORKDIR}/${PN}-$(get_version_component_range 1-3)"
-FONT_S="${S}"
-FONT_PN="indic"
-FONTDIR="/usr/share/fonts/${FONT_PN}"
-FONT_SUFFIX="ttf"
-
-DESCRIPTION="The Lohit family of indic fonts"
-HOMEPAGE="http://fedoraproject.org/wiki/Lohit"
-LICENSE="GPL-2"
-SRC_URI="http://redhat.download.fedoraproject.org/pub/fedora/linux/core/development/source/SRPMS/${MY_P}.src.rpm"
-
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd"
-IUSE=""
-
-DOCS="AUTHORS ChangeLog"
-
-src_compile() {
- find ./ -name '*ttf' -exec cp {} . \;
-}