diff options
author | Mike Gilbert <floppym@gentoo.org> | 2013-01-03 06:11:51 +0000 |
---|---|---|
committer | Mike Gilbert <floppym@gentoo.org> | 2013-01-03 06:11:51 +0000 |
commit | 8d00af8c202a92846c899ae181b09d9139866fde (patch) | |
tree | a8cc39f921fedddc7997cc6733bbd512c08ad05f /app-text/sgml-common/files | |
parent | Version bump. (diff) | |
download | gentoo-2-8d00af8c202a92846c899ae181b09d9139866fde.tar.gz gentoo-2-8d00af8c202a92846c899ae181b09d9139866fde.tar.bz2 gentoo-2-8d00af8c202a92846c899ae181b09d9139866fde.zip |
Repackage build system and eliminate eautoreconf to work around bug 443074.
(Portage version: 2.2.0_alpha149/cvs/Linux x86_64, signed Manifest commit with key 0BBEEA1FEA4843A4)
Diffstat (limited to 'app-text/sgml-common/files')
3 files changed, 0 insertions, 25 deletions
diff --git a/app-text/sgml-common/files/sgml-common-0.6.3-configure.in.patch b/app-text/sgml-common/files/sgml-common-0.6.3-configure.in.patch deleted file mode 100644 index 85e25031b524..000000000000 --- a/app-text/sgml-common/files/sgml-common-0.6.3-configure.in.patch +++ /dev/null @@ -1,13 +0,0 @@ -Index: sgml-common-0.6.3/configure.in -=================================================================== ---- sgml-common-0.6.3.orig/configure.in -+++ sgml-common-0.6.3/configure.in -@@ -3,7 +3,7 @@ AC_INIT(Makefile.am) - - AM_INIT_AUTOMAKE(sgml-common, 0.6.3) - --docdir='$(prefix)/doc' -+docdir='$(prefix)/share/doc' - AC_SUBST(docdir) - - dnl Checks for programs. diff --git a/app-text/sgml-common/files/sgml-common-0.6.3-htmldir.patch b/app-text/sgml-common/files/sgml-common-0.6.3-htmldir.patch deleted file mode 100644 index 33daec6109c7..000000000000 --- a/app-text/sgml-common/files/sgml-common-0.6.3-htmldir.patch +++ /dev/null @@ -1,5 +0,0 @@ ---- a/doc/HTML/Makefile.am -+++ b/doc/HTML/Makefile.am -@@ -1,2 +1 @@ --htmldir = $(docdir)/sgml-common-@VERSION@/html - html_DATA = *.html diff --git a/app-text/sgml-common/files/sgml-common-0.6.3-man_MANS.patch b/app-text/sgml-common/files/sgml-common-0.6.3-man_MANS.patch deleted file mode 100644 index 21efb02552a8..000000000000 --- a/app-text/sgml-common/files/sgml-common-0.6.3-man_MANS.patch +++ /dev/null @@ -1,7 +0,0 @@ -diff -ur sgml-common-0.6.3.orig/doc/man/Makefile.am sgml-common-0.6.3/doc/man/Makefile.am ---- sgml-common-0.6.3.orig/doc/man/Makefile.am 2001-01-30 16:42:22.000000000 +0200 -+++ sgml-common-0.6.3/doc/man/Makefile.am 2009-07-19 14:09:48.000000000 +0300 -@@ -1,2 +1 @@ --man8dir = $(mandir)/man8 --man8_DATA = *.8 -+man_MANS = *.8 |