summaryrefslogtreecommitdiff
path: root/app-text
diff options
context:
space:
mode:
authorJames Cloos <cloos@jhcloos.com>2011-10-21 15:12:36 -0400
committerJames Cloos <cloos@jhcloos.com>2011-10-21 15:12:36 -0400
commitdc19a4274aa9517de1ff45d6312df1a28aedf8f6 (patch)
treec233fdbd776321be129cdeee292a713fd984dab7 /app-text
parent982ee8ea45215cb31b08c67f4a453a13f320be95 (diff)
Remove app-text/harfbuzz; in portage as media-libs/harfbuzz
Signed-off-by: James Cloos <cloos@jhcloos.com>
Diffstat (limited to 'app-text')
-rw-r--r--app-text/harfbuzz/Manifest1
-rw-r--r--app-text/harfbuzz/harfbuzz-9999.ebuild30
2 files changed, 0 insertions, 31 deletions
diff --git a/app-text/harfbuzz/Manifest b/app-text/harfbuzz/Manifest
deleted file mode 100644
index f26e70f..0000000
--- a/app-text/harfbuzz/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-EBUILD harfbuzz-9999.ebuild 607 RMD160 2d4b0fb67e01048c0302727e0e853b72bbe25ce5 SHA1 bad1bf11c2c4aaea87eca07ac6723e3d12aef7e8 SHA256 fadd8d416ae88957f3dbdec97affc1cc640f499a7b194cbf6562e784f1a1a18e
diff --git a/app-text/harfbuzz/harfbuzz-9999.ebuild b/app-text/harfbuzz/harfbuzz-9999.ebuild
deleted file mode 100644
index ca4ff76..0000000
--- a/app-text/harfbuzz/harfbuzz-9999.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2006 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=2
-
-inherit autotools git
-
-EGIT_REPO_URI="git://anongit.freedesktop.org/git/harfbuzz.git"
-SRC_URI=""
-
-DESCRIPTION="A text shaping library."
-HOMEPAGE="http://freedesktop.org/wiki/Software/harfbuzz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="alpha amd64 arm ia64 ppc ~ppc-macos ppc64 sh x86 ~x86-fbsd"
-IUSE=""
-
-DEPEND="dev-libs/glib:2 x11-libs/cairo media-libs/freetype:2 dev-libs/icu"
-
-src_compile() {
- eautoreconf
- econf
- emake
-}
-
-src_install() {
- make DESTDIR="${D}" install || die
- dodoc README TODO
-}