diff options
author | Hasan Khalil <gongloo@gentoo.org> | 2004-09-10 13:08:59 +0000 |
---|---|---|
committer | Hasan Khalil <gongloo@gentoo.org> | 2004-09-10 13:08:59 +0000 |
commit | 326d0f20ab1982fcf2df4b46f4d8e4c0ce841b38 (patch) | |
tree | f047e7b5008210860c4310a8954d47b8bd098126 /app-text/sgml-common | |
parent | removed make.defaults.. portage bug++ (diff) | |
download | historical-326d0f20ab1982fcf2df4b46f4d8e4c0ce841b38.tar.gz historical-326d0f20ab1982fcf2df4b46f4d8e4c0ce841b38.tar.bz2 historical-326d0f20ab1982fcf2df4b46f4d8e4c0ce841b38.zip |
Stable macos
Diffstat (limited to 'app-text/sgml-common')
-rw-r--r-- | app-text/sgml-common/ChangeLog | 5 | ||||
-rw-r--r-- | app-text/sgml-common/Manifest | 4 | ||||
-rw-r--r-- | app-text/sgml-common/sgml-common-0.6.3-r4.ebuild | 5 |
3 files changed, 9 insertions, 5 deletions
diff --git a/app-text/sgml-common/ChangeLog b/app-text/sgml-common/ChangeLog index 2bc157f85622..9042c8adf8ea 100644 --- a/app-text/sgml-common/ChangeLog +++ b/app-text/sgml-common/ChangeLog @@ -1,6 +1,9 @@ # 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.27 2004/06/29 04:07:33 tgall Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/sgml-common/ChangeLog,v 1.28 2004/09/10 13:08:59 gongloo Exp $ + + 10 Sep 2004; Hasan Khalil <gongloo@gentoo.org> sgml-common=0.6.3-r4.ebuild: + stable on macos 28 Jun 2004; Tom Gall <tgall@gentoo.org> sgml-common-0.6.3-r4.ebuild: stable on ppc64 bug #54792 diff --git a/app-text/sgml-common/Manifest b/app-text/sgml-common/Manifest index 49edf7668c0c..29559720425a 100644 --- a/app-text/sgml-common/Manifest +++ b/app-text/sgml-common/Manifest @@ -1,7 +1,7 @@ -MD5 c207040c51e45c432e994eaac9d2dabc ChangeLog 3990 +MD5 a0d24e550932a4c4402955c5763953fa ChangeLog 4089 MD5 c472f5fd1646eb8bca71d8df5cb2bdcc metadata.xml 164 MD5 aacb0f65e5ee0c3733133b3a82ff9e4c sgml-common-0.6.3-r3.ebuild 1822 -MD5 4e7c5f6deb246f838e399b150e8a250b sgml-common-0.6.3-r4.ebuild 1999 +MD5 9c71cb67fb895ca6ff86d769740534ca sgml-common-0.6.3-r4.ebuild 2108 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 6d05eeeee885..dde423c29a54 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.22 2004/06/29 04:07:33 tgall Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/sgml-common/sgml-common-0.6.3-r4.ebuild,v 1.23 2004/09/10 13:08:59 gongloo Exp $ DESCRIPTION="Base ISO character entities and utilities for SGML" HOMEPAGE="http://www.iso.ch/cate/3524030.html" @@ -8,7 +8,7 @@ SRC_URI="mirror://kde/devel/docbook/SOURCES/${P}.tgz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="x86 ppc sparc mips alpha arm hppa amd64 ia64 s390 ppc64" +KEYWORDS="x86 ppc sparc mips alpha arm hppa amd64 ia64 s390 ppc64 macos" IUSE="" DEPEND=">=sys-devel/automake-1.6" @@ -19,6 +19,7 @@ src_unpack() { # 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} } src_install() { |