summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Palimaka <kensington@gentoo.org>2013-08-12 12:47:11 +0000
committerMichael Palimaka <kensington@gentoo.org>2013-08-12 12:47:11 +0000
commit27b54f8135caa0989571d2ff2699cae3872bb7c2 (patch)
treef5193aa4f2c79df497e4eea92125158e263a281b /media-libs/libemf
parentUpdate SRC_URI links, apply patchset only in non-live ebuilds (diff)
downloadgentoo-2-27b54f8135caa0989571d2ff2699cae3872bb7c2.tar.gz
gentoo-2-27b54f8135caa0989571d2ff2699cae3872bb7c2.tar.bz2
gentoo-2-27b54f8135caa0989571d2ff2699cae3872bb7c2.zip
Remove old.
(Portage version: 2.1.13.7/cvs/Linux x86_64, signed Manifest commit with key 675D0D2C)
Diffstat (limited to 'media-libs/libemf')
-rw-r--r--media-libs/libemf/ChangeLog5
-rw-r--r--media-libs/libemf/libemf-1.0.4.ebuild33
2 files changed, 4 insertions, 34 deletions
diff --git a/media-libs/libemf/ChangeLog b/media-libs/libemf/ChangeLog
index 5687aa0da482..a7068dccbe29 100644
--- a/media-libs/libemf/ChangeLog
+++ b/media-libs/libemf/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for media-libs/libemf
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/libemf/ChangeLog,v 1.42 2013/08/10 12:46:43 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libemf/ChangeLog,v 1.43 2013/08/12 12:47:11 kensington Exp $
+
+ 12 Aug 2013; Michael Palimaka <kensington@gentoo.org> -libemf-1.0.4.ebuild:
+ Remove old.
10 Aug 2013; Agostino Sarubbo <ago@gentoo.org> libemf-1.0.4-r1.ebuild:
Stable for ppc, wrt bug #474242
diff --git a/media-libs/libemf/libemf-1.0.4.ebuild b/media-libs/libemf/libemf-1.0.4.ebuild
deleted file mode 100644
index 7467fff28cef..000000000000
--- a/media-libs/libemf/libemf-1.0.4.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/libemf/libemf-1.0.4.ebuild,v 1.12 2013/07/29 17:55:02 pinkbyte Exp $
-
-EAPI=4
-
-AUTOTOOLS_AUTORECONF=true
-
-inherit autotools-utils
-
-MY_P="${P/emf/EMF}"
-DESCRIPTION="Library implementation of ECMA-234 API for the generation of enhanced metafiles"
-HOMEPAGE="http://libemf.sourceforge.net/"
-SRC_URI="mirror://sourceforge/libemf/${MY_P}.tar.gz"
-
-LICENSE="LGPL-2.1 GPL-2"
-SLOT="0"
-KEYWORDS="amd64 -arm ppc ppc64 sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux"
-IUSE="doc static-libs"
-
-S=${WORKDIR}/${MY_P}
-
-PATCHES=( "${FILESDIR}"/${P}-amd64-alpha.patch )
-
-src_configure() {
- local myeconfargs=( --enable-editing )
- autotools-utils_src_configure
-}
-
-src_install() {
- autotools-utils_src_install
- use doc && dohtml doc/html/*
-}