diff options
author | 2004-06-02 01:08:39 +0000 | |
---|---|---|
committer | 2004-06-02 01:08:39 +0000 | |
commit | 1cf586dde83993b9e5cb014fc11198c4ee45ff4e (patch) | |
tree | c5d19b005009239aeda7f5688e64bd7f257ef847 | |
parent | Adding America's Army 2.1.0 to portage... Hooah! (Manifest recommit) (diff) | |
download | gentoo-2-1cf586dde83993b9e5cb014fc11198c4ee45ff4e.tar.gz gentoo-2-1cf586dde83993b9e5cb014fc11198c4ee45ff4e.tar.bz2 gentoo-2-1cf586dde83993b9e5cb014fc11198c4ee45ff4e.zip |
arm KEYWORDS
-rw-r--r-- | app-text/docbook-dsssl-stylesheets/docbook-dsssl-stylesheets-1.77-r2.ebuild | 11 | ||||
-rw-r--r-- | app-text/sgml-common/sgml-common-0.6.3-r4.ebuild | 19 |
2 files changed, 11 insertions, 19 deletions
diff --git a/app-text/docbook-dsssl-stylesheets/docbook-dsssl-stylesheets-1.77-r2.ebuild b/app-text/docbook-dsssl-stylesheets/docbook-dsssl-stylesheets-1.77-r2.ebuild index 0ca4258d348d..e3abfe51da4b 100644 --- a/app-text/docbook-dsssl-stylesheets/docbook-dsssl-stylesheets-1.77-r2.ebuild +++ b/app-text/docbook-dsssl-stylesheets/docbook-dsssl-stylesheets-1.77-r2.ebuild @@ -1,19 +1,19 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/docbook-dsssl-stylesheets/docbook-dsssl-stylesheets-1.77-r2.ebuild,v 1.16 2004/05/12 00:56:26 randy Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/docbook-dsssl-stylesheets/docbook-dsssl-stylesheets-1.77-r2.ebuild,v 1.17 2004/06/02 01:08:39 vapier Exp $ inherit sgml-catalog MY_P=${P/-stylesheets/} S=${WORKDIR}/${MY_P} DESCRIPTION="DSSSL Stylesheets for DocBook." -SRC_URI="mirror://sourceforge/docbook/${MY_P}.tar.gz" HOMEPAGE="http://www.sourceforge.net/docbook/" -LICENSE="as-is" +SRC_URI="mirror://sourceforge/docbook/${MY_P}.tar.gz" +LICENSE="as-is" SLOT="0" +KEYWORDS="x86 ppc sparc mips alpha arm hppa amd64 ia64 s390" IUSE="" -KEYWORDS="ia64 x86 ppc sparc alpha hppa amd64 mips s390" RDEPEND="app-text/sgml-common" @@ -32,8 +32,7 @@ src_compile() { return 0 } -src_install () { - +src_install() { make \ BINDIR="${D}/usr/bin" \ DESTDIR="${D}/usr/share/sgml/docbook/dsssl-stylesheets-${PV}" \ 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 b3a2bf873e19..fc6a6dc72d2b 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,15 +1,15 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # 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.19 2004/05/12 23:03:13 kloeri Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/sgml-common/sgml-common-0.6.3-r4.ebuild,v 1.20 2004/06/02 01:07:02 vapier Exp $ DESCRIPTION="Base ISO character entities and utilities for SGML" -SRC_URI="mirror://kde/devel/docbook/SOURCES/${P}.tgz" HOMEPAGE="http://www.iso.ch/cate/3524030.html" -LICENSE="GPL-2" +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" IUSE="" -KEYWORDS="x86 ia64 ppc sparc alpha hppa amd64 mips s390" DEPEND=">=sys-devel/automake-1.6" RDEPEND="" @@ -21,12 +21,7 @@ src_unpack() { cp ${FILESDIR}/${PF}-install-catalog.in ${S}/bin/install-catalog.in } -src_compile() { - econf || die - emake || die -} - -src_install () { +src_install() { emake \ prefix=${D}/usr \ sysconfdir=${D}/etc \ @@ -36,7 +31,7 @@ src_install () { } pkg_postinst() { - if [ -x "/usr/bin/install-catalog" ] && [ "$ROOT" = "/" ] + if [ -x "/usr/bin/install-catalog" ] && [ "$ROOT" = "/" ] then einfo "Installing Catalogs..." install-catalog --add \ @@ -57,7 +52,6 @@ pkg_postinst() { ! /"$/ { print $1 " \"" $2 "\"" }' ${file} > ${file}.new mv ${file}.new ${file} done - } pkg_prerm() { @@ -83,4 +77,3 @@ pkg_postrm() { fi fi } - |