diff options
author | Mike Frysinger <vapier@gentoo.org> | 2005-12-17 03:34:07 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2005-12-17 03:34:07 +0000 |
commit | a38a8124b9638e676e29dba75aabc31f45ceff0a (patch) | |
tree | 9fe4528abe88183f7bb68dbcd5d0ac0462c71ffa /sys-libs/gpm/files | |
parent | remove pointless preplib (diff) | |
download | gentoo-2-a38a8124b9638e676e29dba75aabc31f45ceff0a.tar.gz gentoo-2-a38a8124b9638e676e29dba75aabc31f45ceff0a.tar.bz2 gentoo-2-a38a8124b9638e676e29dba75aabc31f45ceff0a.zip |
old
(Portage version: 2.0.53)
Diffstat (limited to 'sys-libs/gpm/files')
-rw-r--r-- | sys-libs/gpm/files/digest-gpm-1.20.1 | 2 | ||||
-rw-r--r-- | sys-libs/gpm/files/gpm-linux26-headers.patch | 11 |
2 files changed, 0 insertions, 13 deletions
diff --git a/sys-libs/gpm/files/digest-gpm-1.20.1 b/sys-libs/gpm/files/digest-gpm-1.20.1 deleted file mode 100644 index 96743d4bb18e..000000000000 --- a/sys-libs/gpm/files/digest-gpm-1.20.1 +++ /dev/null @@ -1,2 +0,0 @@ -MD5 2c63e827d755527950d9d13fe3d87692 gpm-1.20.1.tar.bz2 565014 -MD5 8fadbd10aaba0925fd4fa2556b99fca2 gpm-1.20.1-patches-1.0.tar.bz2 7306 diff --git a/sys-libs/gpm/files/gpm-linux26-headers.patch b/sys-libs/gpm/files/gpm-linux26-headers.patch deleted file mode 100644 index db57408acb09..000000000000 --- a/sys-libs/gpm/files/gpm-linux26-headers.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- src/Makefile.in.orig 2004-10-31 17:23:16.412105664 +0000 -+++ src/Makefile.in 2004-10-31 17:23:45.636055416 +0000 -@@ -85,7 +85,7 @@ - # create dependencies - for DEPS in `echo *.c */*.c`; do \ - $(CC) -I. -I $(srcdir) -M @CPPFLAGS@ $(CPPFLAGS) $$DEPS | \ -- $(SED) 's/\($*\)\.o\([ :]*\)/\1.o \1.lo\2/g' >> $(DEPFILE) ; done -+ $(SED) 's/\($*\)\.o\([ :]+\)/\1.o \1.lo\2/g' >> $(DEPFILE) ; done - - ### INSTALL - check: all |