summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGilles Dartiguelongue <eva@gentoo.org>2009-03-21 22:48:49 +0000
committerGilles Dartiguelongue <eva@gentoo.org>2009-03-21 22:48:49 +0000
commit75ebdc439406154c161dfdb2f395f2b56ef0103b (patch)
tree749587d338a510becb57b5ecf14f11fcee8025cd /dev-libs/expat/expat-1.95.8.ebuild
parentAutomated update of use.local.desc (diff)
downloadhistorical-75ebdc439406154c161dfdb2f395f2b56ef0103b.tar.gz
historical-75ebdc439406154c161dfdb2f395f2b56ef0103b.tar.bz2
historical-75ebdc439406154c161dfdb2f395f2b56ef0103b.zip
Add epunt_cxx per bug #185252. Add die messages and use emake.
Package-Manager: portage-2.2_rc25/cvs/Linux x86_64
Diffstat (limited to 'dev-libs/expat/expat-1.95.8.ebuild')
-rw-r--r--dev-libs/expat/expat-1.95.8.ebuild39
1 files changed, 0 insertions, 39 deletions
diff --git a/dev-libs/expat/expat-1.95.8.ebuild b/dev-libs/expat/expat-1.95.8.ebuild
deleted file mode 100644
index 6eb2bb733d42..000000000000
--- a/dev-libs/expat/expat-1.95.8.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2008 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/expat/expat-1.95.8.ebuild,v 1.22 2008/03/10 01:39:03 ricmm Exp $
-
-inherit libtool multilib
-
-DESCRIPTION="XML parsing libraries"
-HOMEPAGE="http://expat.sourceforge.net/"
-SRC_URI="mirror://sourceforge/expat/${P}.tar.gz"
-
-LICENSE="as-is"
-SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86"
-IUSE="test"
-
-DEPEND="test? ( >=dev-libs/check-0.8 )"
-RDEPEND=""
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
- elibtoolize
-}
-
-src_test() {
- if ! use test && [[ -z $(best_version dev-libs/check) ]] ; then
- ewarn "You dont have USE=test and dev-libs/check is not installed."
- ewarn "src_test will be skipped."
- return 0
- fi
- make check || die "make check failed"
-}
-
-src_install() {
- einstall man1dir="${D}/usr/share/man/man1" || die "einstall failed"
- dosed /usr/$(get_libdir)/libexpat.la #81568
- dodoc Changes README
- dohtml doc/*
-}