summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2004-09-18 10:12:51 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2004-09-18 10:12:51 +0000
commitf8c1f079190bc110d069b821e229420a0aca0d45 (patch)
treef5102cf0820ffe1a58bd3c2e7baaa78de291b4c9 /app-text/sgml-common
parentRevision ebuild, with better dependencies. (diff)
downloadhistorical-f8c1f079190bc110d069b821e229420a0aca0d45.tar.gz
historical-f8c1f079190bc110d069b821e229420a0aca0d45.tar.bz2
historical-f8c1f079190bc110d069b821e229420a0aca0d45.zip
cleaned up src_unpack (bug #63838); cleaned up src_install
Diffstat (limited to 'app-text/sgml-common')
-rw-r--r--app-text/sgml-common/ChangeLog6
-rw-r--r--app-text/sgml-common/Manifest4
-rw-r--r--app-text/sgml-common/sgml-common-0.6.3-r4.ebuild18
3 files changed, 14 insertions, 14 deletions
diff --git a/app-text/sgml-common/ChangeLog b/app-text/sgml-common/ChangeLog
index 9042c8adf8ea..50e01f920f96 100644
--- a/app-text/sgml-common/ChangeLog
+++ b/app-text/sgml-common/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-text/sgml-common
# Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/sgml-common/ChangeLog,v 1.28 2004/09/10 13:08:59 gongloo Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/sgml-common/ChangeLog,v 1.29 2004/09/18 10:12:51 mr_bones_ Exp $
+
+ 18 Sep 2004; Michael Sterrett <mr_bones_@gentoo.org>
+ sgml-common-0.6.3-r4.ebuild:
+ cleaned up src_unpack (bug #63838); cleaned up src_install
10 Sep 2004; Hasan Khalil <gongloo@gentoo.org> sgml-common=0.6.3-r4.ebuild:
stable on macos
diff --git a/app-text/sgml-common/Manifest b/app-text/sgml-common/Manifest
index a117e5ba3e5e..21c2ca511f87 100644
--- a/app-text/sgml-common/Manifest
+++ b/app-text/sgml-common/Manifest
@@ -1,7 +1,7 @@
-MD5 a0d24e550932a4c4402955c5763953fa ChangeLog 4089
+MD5 6b131ef0d7bd05754ecd027e839cbd9e ChangeLog 4239
MD5 c472f5fd1646eb8bca71d8df5cb2bdcc metadata.xml 164
MD5 aacb0f65e5ee0c3733133b3a82ff9e4c sgml-common-0.6.3-r3.ebuild 1822
-MD5 ad665aad1534ca95911b3b351a986f51 sgml-common-0.6.3-r4.ebuild 2226
+MD5 74be7797c892f299739bfebc312b79bd sgml-common-0.6.3-r4.ebuild 1988
MD5 80a892383a2ec3e9e4b4efe8868b6db0 files/digest-sgml-common-0.6.3-r3 65
MD5 80a892383a2ec3e9e4b4efe8868b6db0 files/digest-sgml-common-0.6.3-r4 65
MD5 f2ade5f3c25b062957fa94140e005632 files/sgml-common-0.6.1-ent-Makefile.in-gentoo.diff 581
diff --git a/app-text/sgml-common/sgml-common-0.6.3-r4.ebuild b/app-text/sgml-common/sgml-common-0.6.3-r4.ebuild
index 49c24afafafc..ff167b28a0d0 100644
--- a/app-text/sgml-common/sgml-common-0.6.3-r4.ebuild
+++ b/app-text/sgml-common/sgml-common-0.6.3-r4.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/sgml-common/sgml-common-0.6.3-r4.ebuild,v 1.25 2004/09/17 02:06:14 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/sgml-common/sgml-common-0.6.3-r4.ebuild,v 1.26 2004/09/18 10:12:51 mr_bones_ Exp $
DESCRIPTION="Base ISO character entities and utilities for SGML"
HOMEPAGE="http://www.iso.ch/cate/3524030.html"
@@ -18,22 +18,18 @@ src_unpack() {
unpack ${A}
# We use a hacked version of install-catalog that supports the ROOT
# variable, and puts quotes around the CATALOG files.
- cp ${FILESDIR}/${PF}-install-catalog.in ${S}/bin/install-catalog.in
-
- use macos && ln -sf /usr/share/automake-1.6/{COPYING,INSTALL,install-sh,missing,mkinstalldirs} ${S}
- use ppc-macos && ln -sf /usr/share/automake-1.6/{COPYING,INSTALL,install-sh,missing,mkinstalldirs} ${S}
+ cp "${FILESDIR}/${PF}-install-catalog.in" "${S}/bin/install-catalog.in"
+ cd "${S}"
+ automake -a
}
src_install() {
- emake \
- prefix=${D}/usr \
- sysconfdir=${D}/etc \
- mandir=${D}/usr/share/man \
- docdir=${D}/usr/share/doc \
- install || die
+ make DESTDIR="${D}" install || die "make install failed"
}
pkg_postinst() {
+ local file
+
if [ -x "/usr/bin/install-catalog" ] && [ "$ROOT" = "/" ]
then
einfo "Installing Catalogs..."