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 | aa74cfb2193b706d3ce1d7ea7fc32115c2307363 (patch) | |
tree | 77d64fa325c2efbed5eccb6d027c17ba25a3e6bb /app-text/sgml-common | |
parent | removed make.defaults.. portage bug++ (diff) | |
download | gentoo-2-aa74cfb2193b706d3ce1d7ea7fc32115c2307363.tar.gz gentoo-2-aa74cfb2193b706d3ce1d7ea7fc32115c2307363.tar.bz2 gentoo-2-aa74cfb2193b706d3ce1d7ea7fc32115c2307363.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/sgml-common-0.6.3-r4.ebuild | 5 |
2 files changed, 7 insertions, 3 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/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() { |