diff options
author | Gregorio Guidi <greg_g@gentoo.org> | 2005-03-17 22:50:02 +0000 |
---|---|---|
committer | Gregorio Guidi <greg_g@gentoo.org> | 2005-03-17 22:50:02 +0000 |
commit | 29791948c4c57ab44f3ef7077c2703e7428005dc (patch) | |
tree | de27806f7d69c52631a6bdc149ff8b76de8ff357 /net-misc/kphone/files | |
parent | Remove old ebuild. (diff) | |
download | gentoo-2-29791948c4c57ab44f3ef7077c2703e7428005dc.tar.gz gentoo-2-29791948c4c57ab44f3ef7077c2703e7428005dc.tar.bz2 gentoo-2-29791948c4c57ab44f3ef7077c2703e7428005dc.zip |
Remove old ebuilds.
(Portage version: 2.0.51.19)
Diffstat (limited to 'net-misc/kphone/files')
-rw-r--r-- | net-misc/kphone/files/digest-kphone-4.0.1 | 1 | ||||
-rw-r--r-- | net-misc/kphone/files/digest-kphone-4.0.2 | 1 | ||||
-rw-r--r-- | net-misc/kphone/files/digest-kphone-4.0.3 | 1 | ||||
-rw-r--r-- | net-misc/kphone/files/digest-kphone-4.0.5 | 1 | ||||
-rw-r--r-- | net-misc/kphone/files/kphone-4.0.3-makefile.diff | 36 | ||||
-rw-r--r-- | net-misc/kphone/files/kphone-4.0.4-makefile.diff | 54 |
6 files changed, 0 insertions, 94 deletions
diff --git a/net-misc/kphone/files/digest-kphone-4.0.1 b/net-misc/kphone/files/digest-kphone-4.0.1 deleted file mode 100644 index e30bd0b4a22a..000000000000 --- a/net-misc/kphone/files/digest-kphone-4.0.1 +++ /dev/null @@ -1 +0,0 @@ -MD5 0f8dae2f1b2cd8290e857881eeef5b3d kphone-4.0.1.tgz 223455 diff --git a/net-misc/kphone/files/digest-kphone-4.0.2 b/net-misc/kphone/files/digest-kphone-4.0.2 deleted file mode 100644 index 56536c5f7b56..000000000000 --- a/net-misc/kphone/files/digest-kphone-4.0.2 +++ /dev/null @@ -1 +0,0 @@ -MD5 106819148c275aaa154c6efe4fcb9d23 kphone-4.0.2.tar.gz 219405 diff --git a/net-misc/kphone/files/digest-kphone-4.0.3 b/net-misc/kphone/files/digest-kphone-4.0.3 deleted file mode 100644 index b1187bc3f07a..000000000000 --- a/net-misc/kphone/files/digest-kphone-4.0.3 +++ /dev/null @@ -1 +0,0 @@ -MD5 2368fcb845b7dc75f1de96ca047b29d0 kphone-4.0.3.tar.gz 220383 diff --git a/net-misc/kphone/files/digest-kphone-4.0.5 b/net-misc/kphone/files/digest-kphone-4.0.5 deleted file mode 100644 index 36cde5a03940..000000000000 --- a/net-misc/kphone/files/digest-kphone-4.0.5 +++ /dev/null @@ -1 +0,0 @@ -MD5 30939e432fd0039d4dc8228f21e2c54b kphone-4.0.5.tar.gz 258159 diff --git a/net-misc/kphone/files/kphone-4.0.3-makefile.diff b/net-misc/kphone/files/kphone-4.0.3-makefile.diff deleted file mode 100644 index 7d3d3f7a1979..000000000000 --- a/net-misc/kphone/files/kphone-4.0.3-makefile.diff +++ /dev/null @@ -1,36 +0,0 @@ ---- icons/Makefile.in.orig 2004-07-22 03:24:30.526934416 +0200 -+++ icons/Makefile.in 2004-07-22 03:26:30.330721472 +0200 -@@ -4,12 +4,12 @@ - ICON_DIR=$(SHAREDIR)/icons - - install: -- install --mode=0755 --directory $(ICON_DIR) -+ install --mode=0755 --directory $(DESTDIR)$(ICON_DIR) - for T in *.png; do \ -- install --mode=0644 $$T $(ICON_DIR); \ -+ install --mode=0644 $$T $(DESTDIR)$(ICON_DIR); \ - done - - uninstall: -- rm -r $(ICON_DIR) -- rm -r $(SHAREDIR) -+ rm -r $(DESTDIR)$(ICON_DIR) -+ rm -r $(DESTDIR)$(SHAREDIR) - ---- kphone/Makefile.in.orig 2004-07-22 03:24:36.549018920 +0200 -+++ kphone/Makefile.in 2004-07-22 03:26:07.222234496 +0200 -@@ -52,11 +52,11 @@ - all: kphone - - install: all -- install --mode=0755 --directory $(BIN_DIR) -- install --strip kphone $(BIN_DIR) -+ install --mode=0755 --directory $(DESTDIR)$(BIN_DIR) -+ install --strip kphone $(DESTDIR)$(BIN_DIR) - - uninstall: -- rm -f $(BIN_DIR)/kphone -+ rm -f $(DESTDIR)$(BIN_DIR)/kphone - - clean: - rm -f kphone *.o *.a *~ *.moc.cpp *.bak core diff --git a/net-misc/kphone/files/kphone-4.0.4-makefile.diff b/net-misc/kphone/files/kphone-4.0.4-makefile.diff deleted file mode 100644 index a3c3edc502de..000000000000 --- a/net-misc/kphone/files/kphone-4.0.4-makefile.diff +++ /dev/null @@ -1,54 +0,0 @@ ---- icons/Makefile.in.orig 2004-07-22 03:24:30.526934416 +0200 -+++ icons/Makefile.in 2004-07-22 03:26:30.330721472 +0200 -@@ -4,12 +4,12 @@ - ICON_DIR=$(SHAREDIR)/icons - - install: -- install --mode=0755 --directory $(ICON_DIR) -+ install --mode=0755 --directory $(DESTDIR)$(ICON_DIR) - for T in *.png; do \ -- install --mode=0644 $$T $(ICON_DIR); \ -+ install --mode=0644 $$T $(DESTDIR)$(ICON_DIR); \ - done - - uninstall: -- rm -r $(ICON_DIR) -- rm -r $(SHAREDIR) -+ rm -r $(DESTDIR)$(ICON_DIR) -+ rm -r $(DESTDIR)$(SHAREDIR) - ---- kphone/Makefile.in.orig 2004-07-22 03:24:36.549018920 +0200 -+++ kphone/Makefile.in 2004-07-22 03:26:07.222234496 +0200 -@@ -52,11 +52,11 @@ - all: kphone - - install: all -- install --mode=0755 --directory $(BIN_DIR) -- install --strip kphone $(BIN_DIR) -+ install --mode=0755 --directory $(DESTDIR)$(BIN_DIR) -+ install --strip kphone $(DESTDIR)$(BIN_DIR) - - uninstall: -- rm -f $(BIN_DIR)/kphone -+ rm -f $(DESTDIR)$(BIN_DIR)/kphone - - clean: - rm -f kphone *.o *.a *~ *.moc.cpp *.bak core - ---- po/Makefile.in.orig 2004-11-08 01:45:01.602724272 +0000 -+++ po/Makefile.in 2004-11-08 01:45:42.939440136 +0000 -@@ -4,11 +4,11 @@ - PO_DIR=$(SHAREDIR)/translations/ - - install: -- install --mode=0755 --directory $(PO_DIR) -+ install --mode=0755 --directory $(DESTDIR)$(PO_DIR) - for T in *.qm; do \ -- install --mode=0644 $$T $(PO_DIR); \ -+ install --mode=0644 $$T $(DESTDIR)$(PO_DIR); \ - done - - uninstall: -- rm -r $(PO_DIR) -+ rm -r $(DESTDIR)$(PO_DIR) - |