diff options
author | Mike Frysinger <vapier@gentoo.org> | 2003-08-03 02:54:04 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2003-08-03 02:54:04 +0000 |
commit | 1dde9a4b108fd838d622f9b6e481b5422628c625 (patch) | |
tree | 1bd2ca0fe7317e21ef1b6550cd7f39f8110713b2 /media-sound/pd/files | |
parent | $DEBUG -> use debug (diff) | |
download | gentoo-2-1dde9a4b108fd838d622f9b6e481b5422628c625.tar.gz gentoo-2-1dde9a4b108fd838d622f9b6e481b5422628c625.tar.bz2 gentoo-2-1dde9a4b108fd838d622f9b6e481b5422628c625.zip |
$DEBUG -> use debug
Diffstat (limited to 'media-sound/pd/files')
-rw-r--r-- | media-sound/pd/files/digest-pd-0.35.0 | 1 | ||||
-rw-r--r-- | media-sound/pd/files/digest-pd-0.35_pre24 | 1 | ||||
-rw-r--r-- | media-sound/pd/files/pd-0.35-0-gentoo.patch | 40 | ||||
-rw-r--r-- | media-sound/pd/files/pd-0.35-test24-gentoo.patch | 40 |
4 files changed, 0 insertions, 82 deletions
diff --git a/media-sound/pd/files/digest-pd-0.35.0 b/media-sound/pd/files/digest-pd-0.35.0 deleted file mode 100644 index 6a39bdcd7b73..000000000000 --- a/media-sound/pd/files/digest-pd-0.35.0 +++ /dev/null @@ -1 +0,0 @@ -MD5 753920639d209f71a6d2b7de3d092476 pd-0.35-0.linux.tar.gz 1455220 diff --git a/media-sound/pd/files/digest-pd-0.35_pre24 b/media-sound/pd/files/digest-pd-0.35_pre24 deleted file mode 100644 index 2159f1296864..000000000000 --- a/media-sound/pd/files/digest-pd-0.35_pre24 +++ /dev/null @@ -1 +0,0 @@ -MD5 5e16595c97ffd7e3ccb5296031a4e4c6 pd-0.35-test24.linux.tar.gz 1331557 diff --git a/media-sound/pd/files/pd-0.35-0-gentoo.patch b/media-sound/pd/files/pd-0.35-0-gentoo.patch deleted file mode 100644 index 894dfa12a71b..000000000000 --- a/media-sound/pd/files/pd-0.35-0-gentoo.patch +++ /dev/null @@ -1,40 +0,0 @@ -diff -ur pd-0.35-0/src/makefile.in pd-0.35-0.gentoo/src/makefile.in ---- pd-0.35-0/src/makefile.in Fri May 24 19:08:40 2002 -+++ pd-0.35-0.gentoo/src/makefile.in Sat Aug 10 22:16:46 2002 -@@ -12,6 +12,8 @@ - INSTALL_PREFIX = @prefix@ - GFLAGS = -DINSTALL_PREFIX=\"$(INSTALL_PREFIX)\" - -+MANDIR = @mandir@ -+ - # ALSA compilation - - SOUND_ALSA = @alsa@ -@@ -164,6 +166,7 @@ - cd ../extra/pique;make @EXTERNTARGET@ - - INSTDIR = $(DESTDIR)/$(INSTALL_PREFIX) -+MANINSTDIR = $(DESTDIR)/$(MANDIR) - install: - install -d $(INSTDIR)/lib/pd/bin - install $(BIN_DIR)/$(GUINAME) $(INSTDIR)/lib/pd/bin/$(GUINAME) -@@ -179,12 +182,13 @@ - cp -r ../doc $(INSTDIR)/lib/pd/ - install -d $(INSTDIR)/include - install -m644 m_pd.h $(INSTDIR)/include/m_pd.h -- gzip < ../man/pd.1 > $(INSTDIR)/man/man1/pd.1.gz -- chmod 644 $(INSTDIR)/man/man1/pd.1.gz -- gzip < ../man/pdsend.1 > $(INSTDIR)/man/man1/pdsend.1.gz -- chmod 644 $(INSTDIR)/man/man1/pdsend.1.gz -- gzip < ../man/pdreceive.1 > $(INSTDIR)/man/man1/pdreceive.1.gz -- chmod 644 $(INSTDIR)/man/man1/pdreceive.1.gz -+ install -d $(MANINSTDIR)/man1 -+ gzip < ../man/pd.1 > $(MANINSTDIR)/man1/pd.1.gz -+ chmod 644 $(MANINSTDIR)/man1/pd.1.gz -+ gzip < ../man/pdsend.1 > $(MANINSTDIR)/man1/pdsend.1.gz -+ chmod 644 $(MANINSTDIR)/man1/pdsend.1.gz -+ gzip < ../man/pdreceive.1 > $(MANINSTDIR)/man1/pdreceive.1.gz -+ chmod 644 $(MANINSTDIR)/man1/pdreceive.1.gz - - local-clean: - -rm -f ../obj/* $(BIN_DIR)/pd $(BIN_DIR)/$(GUINAME) $(BIN_DIR)/pdsend \ diff --git a/media-sound/pd/files/pd-0.35-test24-gentoo.patch b/media-sound/pd/files/pd-0.35-test24-gentoo.patch deleted file mode 100644 index d35143418a2b..000000000000 --- a/media-sound/pd/files/pd-0.35-test24-gentoo.patch +++ /dev/null @@ -1,40 +0,0 @@ -diff -ur pd-0.35-test24.orig/src/makefile.in pd-0.35-test24/src/makefile.in ---- pd-0.35-test24.orig/src/makefile.in Fri May 24 19:08:40 2002 -+++ pd-0.35-test24/src/makefile.in Tue Jun 4 10:44:00 2002 -@@ -12,6 +12,8 @@ - INSTALL_PREFIX = @prefix@ - GFLAGS = -DINSTALL_PREFIX=\"$(INSTALL_PREFIX)\" - -+MANDIR = @mandir@ -+ - # ALSA compilation - - SOUND_ALSA = @alsa@ -@@ -164,6 +166,7 @@ - cd ../extra/pique;make @EXTERNTARGET@ - - INSTDIR = $(DESTDIR)/$(INSTALL_PREFIX) -+MANINSTDIR = $(DESTDIR)/$(MANDIR) - install: - install -d $(INSTDIR)/lib/pd/bin - install $(BIN_DIR)/$(GUINAME) $(INSTDIR)/lib/pd/bin/$(GUINAME) -@@ -179,12 +182,13 @@ - cp -r ../doc $(INSTDIR)/lib/pd/ - install -d $(INSTDIR)/include - install -m644 m_pd.h $(INSTDIR)/include/m_pd.h -- gzip < ../man/pd.1 > $(INSTDIR)/man/man1/pd.1.gz -- chmod 644 $(INSTDIR)/man/man1/pd.1.gz -- gzip < ../man/pdsend.1 > $(INSTDIR)/man/man1/pdsend.1.gz -- chmod 644 $(INSTDIR)/man/man1/pdsend.1.gz -- gzip < ../man/pdreceive.1 > $(INSTDIR)/man/man1/pdreceive.1.gz -- chmod 644 $(INSTDIR)/man/man1/pdreceive.1.gz -+ install -d $(MANINSTDIR)/man1 -+ gzip < ../man/pd.1 > $(MANINSTDIR)/man1/pd.1.gz -+ chmod 644 $(MANINSTDIR)/man1/pd.1.gz -+ gzip < ../man/pdsend.1 > $(MANINSTDIR)/man1/pdsend.1.gz -+ chmod 644 $(MANINSTDIR)/man1/pdsend.1.gz -+ gzip < ../man/pdreceive.1 > $(MANINSTDIR)/man1/pdreceive.1.gz -+ chmod 644 $(MANINSTDIR)/man1/pdreceive.1.gz - - local-clean: - -rm -f ../obj/* $(BIN_DIR)/pd $(BIN_DIR)/$(GUINAME) $(BIN_DIR)/pdsend \ |