diff options
author | 2008-04-21 19:54:50 +0000 | |
---|---|---|
committer | 2008-04-21 19:54:50 +0000 | |
commit | 9916fefe8c00ec307453cd9321aabbcaff9f2263 (patch) | |
tree | 19f7afe8cbb53c5de40c90af823aa8cc8f11bf46 /sys-libs/librtas/files | |
parent | Drop old (diff) | |
download | historical-9916fefe8c00ec307453cd9321aabbcaff9f2263.tar.gz historical-9916fefe8c00ec307453cd9321aabbcaff9f2263.tar.bz2 historical-9916fefe8c00ec307453cd9321aabbcaff9f2263.zip |
Removing old ebuilds, fix minor syn in ebuild, and stablized 1.3.3
Package-Manager: portage-2.1.4.4
Diffstat (limited to 'sys-libs/librtas/files')
-rw-r--r-- | sys-libs/librtas/files/librtas-2.0.0-remove-doc.patch | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/sys-libs/librtas/files/librtas-2.0.0-remove-doc.patch b/sys-libs/librtas/files/librtas-2.0.0-remove-doc.patch deleted file mode 100644 index acd94fc39abe..000000000000 --- a/sys-libs/librtas/files/librtas-2.0.0-remove-doc.patch +++ /dev/null @@ -1,14 +0,0 @@ ---- librtas-2.0.0.orig/Makefile 2006-02-15 14:29:36.000000000 -0600 -+++ librtas-2.0.0/Makefile 2006-02-16 16:14:48.000000000 -0600 -@@ -15,11 +15,9 @@ - @$(foreach d,$(SUBDIRS), $(MAKE) -C $d;) - - install: all -- @$(call install_doc,$(FILES),$(DESTDIR)) - @$(foreach d,$(SUBDIRS), $(MAKE) -C $d install;) - - uninstall: -- @$(call uninstall_doc,$(FILES),$(DESTDIR)) - @$(foreach d,$(SUBDIRS), $(MAKE) -C $d uninstall;) - - rpm: all |