summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGilles Dartiguelongue <eva@gentoo.org>2008-07-04 08:49:24 +0000
committerGilles Dartiguelongue <eva@gentoo.org>2008-07-04 08:49:24 +0000
commit8842adefa80d472389cc21c1f8612354cc105abc (patch)
tree655afd21c754a17f4798fc9180b037d46cd91bd9 /app-text/docbook-dsssl-stylesheets
parentVersion bump (#228055) (diff)
downloadgentoo-2-8842adefa80d472389cc21c1f8612354cc105abc.tar.gz
gentoo-2-8842adefa80d472389cc21c1f8612354cc105abc.tar.bz2
gentoo-2-8842adefa80d472389cc21c1f8612354cc105abc.zip
fix src_install logic, bug #224231. Fix repoman warnings.
(Portage version: 2.2_rc1/cvs/Linux 2.6.24-gentoo-r8 i686)
Diffstat (limited to 'app-text/docbook-dsssl-stylesheets')
-rw-r--r--app-text/docbook-dsssl-stylesheets/ChangeLog7
-rw-r--r--app-text/docbook-dsssl-stylesheets/docbook-dsssl-stylesheets-1.77-r2.ebuild8
-rw-r--r--app-text/docbook-dsssl-stylesheets/docbook-dsssl-stylesheets-1.79.ebuild13
3 files changed, 16 insertions, 12 deletions
diff --git a/app-text/docbook-dsssl-stylesheets/ChangeLog b/app-text/docbook-dsssl-stylesheets/ChangeLog
index 5a7668f611e6..051c9960f907 100644
--- a/app-text/docbook-dsssl-stylesheets/ChangeLog
+++ b/app-text/docbook-dsssl-stylesheets/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for app-text/docbook-dsssl-stylesheets
# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/docbook-dsssl-stylesheets/ChangeLog,v 1.39 2008/01/19 14:49:45 grobian Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/docbook-dsssl-stylesheets/ChangeLog,v 1.40 2008/07/04 08:49:24 eva Exp $
+
+ 04 Jul 2008; Gilles Dartiguelongue <eva@gentoo.org>
+ docbook-dsssl-stylesheets-1.77-r2.ebuild,
+ docbook-dsssl-stylesheets-1.79.ebuild:
+ fix src_install logic, bug #224231. Fix repoman warnings.
19 Jan 2008; Fabian Groffen <grobian@gentoo.org>
docbook-dsssl-stylesheets-1.79.ebuild:
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 5bb42cc0dcf7..1d138d0b4e90 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,6 +1,6 @@
-# Copyright 1999-2007 Gentoo Foundation
+# Copyright 1999-2008 Gentoo Foundation
# 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.26 2007/09/08 15:40:57 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/docbook-dsssl-stylesheets/docbook-dsssl-stylesheets-1.77-r2.ebuild,v 1.27 2008/07/04 08:49:24 eva Exp $
inherit sgml-catalog
@@ -24,8 +24,8 @@ sgml-catalog_cat_include "/etc/sgml/sgml-docbook.cat" \
src_unpack() {
unpack ${A}
- cd ${S}
- cp ${FILESDIR}/${P}.Makefile Makefile
+ cd "${S}"
+ cp "${FILESDIR}/${P}.Makefile" Makefile
}
src_compile() {
diff --git a/app-text/docbook-dsssl-stylesheets/docbook-dsssl-stylesheets-1.79.ebuild b/app-text/docbook-dsssl-stylesheets/docbook-dsssl-stylesheets-1.79.ebuild
index eb568e384a2d..70883a8deb35 100644
--- a/app-text/docbook-dsssl-stylesheets/docbook-dsssl-stylesheets-1.79.ebuild
+++ b/app-text/docbook-dsssl-stylesheets/docbook-dsssl-stylesheets-1.79.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2008 Gentoo Foundation
# 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.79.ebuild,v 1.19 2008/01/19 14:49:45 grobian Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/docbook-dsssl-stylesheets/docbook-dsssl-stylesheets-1.79.ebuild,v 1.20 2008/07/04 08:49:24 eva Exp $
inherit sgml-catalog
@@ -24,8 +24,8 @@ sgml-catalog_cat_include "/etc/sgml/sgml-docbook.cat" \
src_unpack() {
unpack ${A}
- cd ${S}
- cp ${FILESDIR}/${PN}-1.77.Makefile Makefile
+ cd "${S}"
+ cp "${FILESDIR}/${PN}-1.77.Makefile" Makefile
}
src_compile() {
@@ -47,11 +47,10 @@ src_install() {
ewarn "/usr/share/sgml/docbook/dsssl-stylesheets-${PV}"
ewarn "as directory already exists there. Will assume you know"
ewarn "what you're doing."
- return 0
+ else
+ dosym /usr/share/sgml/docbook/dsssl-stylesheets-${PV} \
+ /usr/share/sgml/stylesheets/dsssl/docbook
fi
- dosym /usr/share/sgml/docbook/dsssl-stylesheets-${PV} \
- /usr/share/sgml/stylesheets/dsssl/docbook
-
dodoc BUGS ChangeLog README RELEASE-NOTES.txt WhatsNew
}