diff options
author | Alin Năstac <mrness@gentoo.org> | 2006-04-22 08:29:10 +0000 |
---|---|---|
committer | Alin Năstac <mrness@gentoo.org> | 2006-04-22 08:29:10 +0000 |
commit | 949879265be32ff52de79060d1a8138f67f50924 (patch) | |
tree | 3c39e163f2b503efccbc4e5c40d249c661f99151 /dev-libs/libvformat/files | |
parent | Stable on ppc64; bug #130535 (diff) | |
download | historical-949879265be32ff52de79060d1a8138f67f50924.tar.gz historical-949879265be32ff52de79060d1a8138f67f50924.tar.bz2 historical-949879265be32ff52de79060d1a8138f67f50924.zip |
Initial import from bug #102224.
Package-Manager: portage-2.0.54
Diffstat (limited to 'dev-libs/libvformat/files')
-rw-r--r-- | dev-libs/libvformat/files/digest-libvformat-1.13 | 2 | ||||
-rw-r--r-- | dev-libs/libvformat/files/libvformat-nodoc.patch | 19 |
2 files changed, 21 insertions, 0 deletions
diff --git a/dev-libs/libvformat/files/digest-libvformat-1.13 b/dev-libs/libvformat/files/digest-libvformat-1.13 new file mode 100644 index 000000000000..0d316522fa29 --- /dev/null +++ b/dev-libs/libvformat/files/digest-libvformat-1.13 @@ -0,0 +1,2 @@ +MD5 f2e8885a34c2eabb69238697e37a2067 libvformat_1.13-3.diff.gz 56584 +MD5 c0926352ec70ed10a427dd691c5eb78e libvformat_1.13.orig.tar.gz 254463 diff --git a/dev-libs/libvformat/files/libvformat-nodoc.patch b/dev-libs/libvformat/files/libvformat-nodoc.patch new file mode 100644 index 000000000000..c575abbedf15 --- /dev/null +++ b/dev-libs/libvformat/files/libvformat-nodoc.patch @@ -0,0 +1,19 @@ +--- Makefile.am.orig 2005-08-12 13:36:39.000000000 +0200 ++++ Makefile.am 2005-08-12 13:36:57.000000000 +0200 +@@ -1,4 +1,4 @@ +-SUBDIRS = src vformat test doc ++SUBDIRS = src vformat + + EXTRA_DIST = common/types.h vf_iface.h + +--- Makefile.in.orig 2005-08-12 13:36:46.000000000 +0200 ++++ Makefile.in 2005-08-12 13:37:15.000000000 +0200 +@@ -66,7 +66,7 @@ + RANLIB = @RANLIB@ + VERSION = @VERSION@ + +-SUBDIRS = src vformat test doc ++SUBDIRS = src vformat + + EXTRA_DIST = common/types.h vf_iface.h + ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 |