diff options
author | Patrick Kursawe <phosphan@gentoo.org> | 2006-03-22 08:28:17 +0000 |
---|---|---|
committer | Patrick Kursawe <phosphan@gentoo.org> | 2006-03-22 08:28:17 +0000 |
commit | 0433322e8aee92d8ac7abf0ea02321bf478d8f6d (patch) | |
tree | 6478dd8a1cb91eca49e05a114100cb36ad36be1b /dev-util/cutils/files | |
parent | stabling on ppc with plasmaroo's OK (Bug #120148) (diff) | |
download | gentoo-2-0433322e8aee92d8ac7abf0ea02321bf478d8f6d.tar.gz gentoo-2-0433322e8aee92d8ac7abf0ea02321bf478d8f6d.tar.bz2 gentoo-2-0433322e8aee92d8ac7abf0ea02321bf478d8f6d.zip |
Moving cdecl to cutils-cdecl because of bug #127076
(Portage version: 2.0.54)
Diffstat (limited to 'dev-util/cutils/files')
-rw-r--r-- | dev-util/cutils/files/cutils-1.6-r1-gentoo.diff | 25 | ||||
-rw-r--r-- | dev-util/cutils/files/digest-cutils-1.6-r2 | 1 |
2 files changed, 26 insertions, 0 deletions
diff --git a/dev-util/cutils/files/cutils-1.6-r1-gentoo.diff b/dev-util/cutils/files/cutils-1.6-r1-gentoo.diff new file mode 100644 index 000000000000..03dcc2598669 --- /dev/null +++ b/dev-util/cutils/files/cutils-1.6-r1-gentoo.diff @@ -0,0 +1,25 @@ +--- cutils-1.6/doc/cutils.texi.orig 2001-07-15 17:13:26.000000000 +0200 ++++ cutils-1.6/doc/cutils.texi 2002-07-14 17:52:32.000000000 +0200 +@@ -7,6 +7,11 @@ + @c unwise to comment it out when running a master in case there are + @c overfulls which are deemed okay. + ++@dircategory Programming ++@direntry ++* cutils: (cutils). C language utilities. ++@end direntry ++ + @iftex + @c @finalout + @end iftex +--- cutils-1.6/src/cdecl/Makefile.in.orig 2001-07-13 21:35:00.000000000 +0200 ++++ cutils-1.6/src/cdecl/Makefile.in 2006-03-22 07:57:47.000000000 +0100 +@@ -22,7 +22,7 @@ + LEX = @LEX@ + YACC = @YACC@ + +-PROG = cdecl ++PROG = cutils-cdecl + OBJS = cdecl.o parser.o lexer.o + + .c.o: diff --git a/dev-util/cutils/files/digest-cutils-1.6-r2 b/dev-util/cutils/files/digest-cutils-1.6-r2 new file mode 100644 index 000000000000..f4844b370242 --- /dev/null +++ b/dev-util/cutils/files/digest-cutils-1.6-r2 @@ -0,0 +1 @@ +MD5 8b9ec6fa72e209694f4412a092164b67 cutils-1.6.tar.gz 128722 |