diff options
author | jokey <jokey@32389bae-6d03-0410-99cf-db05cde120eb> | 2007-10-07 05:29:17 +0000 |
---|---|---|
committer | jokey <jokey@32389bae-6d03-0410-99cf-db05cde120eb> | 2007-10-07 05:29:17 +0000 |
commit | f0231c57a7d9d1746c0ded96d7d6d9927bc009a9 (patch) | |
tree | 4b825dc642cb6eb9a060e54bf8d69288fbee4904 /sci-electronics/linsmith/files | |
parent | deleted ifc and icc, now in main tree (diff) | |
download | sci-f0231c57a7d9d1746c0ded96d7d6d9927bc009a9.tar.gz sci-f0231c57a7d9d1746c0ded96d7d6d9927bc009a9.tar.bz2 sci-f0231c57a7d9d1746c0ded96d7d6d9927bc009a9.zip |
move stuff to root
git-svn-id: http://overlays.gentoo.org/svn/proj/science/overlay@753 32389bae-6d03-0410-99cf-db05cde120eb
Diffstat (limited to 'sci-electronics/linsmith/files')
-rw-r--r-- | sci-electronics/linsmith/files/digest-linsmith-0.99.1 | 3 | ||||
-rw-r--r-- | sci-electronics/linsmith/files/linsmith-datafiles.patch | 30 |
2 files changed, 0 insertions, 33 deletions
diff --git a/sci-electronics/linsmith/files/digest-linsmith-0.99.1 b/sci-electronics/linsmith/files/digest-linsmith-0.99.1 deleted file mode 100644 index 435a11e93..000000000 --- a/sci-electronics/linsmith/files/digest-linsmith-0.99.1 +++ /dev/null @@ -1,3 +0,0 @@ -MD5 af4f5f04a91caaea6bdef0333175c81d linsmith-0.99.1.tar.gz 949495 -RMD160 abfd52f666bdd41959883160fcd8c16c1f398302 linsmith-0.99.1.tar.gz 949495 -SHA256 5f58d0419f77be3b9f8e308dda3844121f0b6498e9cdd8f91ba72214a780b3b7 linsmith-0.99.1.tar.gz 949495 diff --git a/sci-electronics/linsmith/files/linsmith-datafiles.patch b/sci-electronics/linsmith/files/linsmith-datafiles.patch deleted file mode 100644 index cae7a2a7c..000000000 --- a/sci-electronics/linsmith/files/linsmith-datafiles.patch +++ /dev/null @@ -1,30 +0,0 @@ ---- Makefile.am.old 2005-11-03 00:56:51.000000000 -0300 -+++ Makefile.am 2005-11-03 00:57:09.000000000 -0300 -@@ -20,15 +20,6 @@ - fi \ - done \ - fi -- @$(NORMAL_INSTALL) -- if test -d $(srcdir)/datafiles; then \ -- $(mkinstalldirs) $(DESTDIR)$(datadir)/$(PACKAGE); \ -- for datafile in $(srcdir)/datafiles/*; do \ -- if test -f $$datafile; then \ -- $(INSTALL_DATA) $$datafile $(DESTDIR)$(datadir)/$(PACKAGE); \ -- fi \ -- done \ -- fi - - dist-hook: - if test -d pixmaps; then \ -@@ -39,11 +30,3 @@ - fi \ - done \ - fi -- if test -d datafiles; then \ -- mkdir $(distdir)/datafiles; \ -- for datafile in datafiles/*; do \ -- if test -f $$datafile; then \ -- cp -p $$datafile $(distdir)/datafiles; \ -- fi \ -- done \ -- fi |