diff options
author | Matsuu Takuto <matsuu@gentoo.org> | 2007-10-14 07:04:58 +0000 |
---|---|---|
committer | Matsuu Takuto <matsuu@gentoo.org> | 2007-10-14 07:04:58 +0000 |
commit | 625a9ef2fe8de04468d73fb7688d903a5a01a22e (patch) | |
tree | 609aaafd9a1cb2a6792a44feda7db8bae3983652 /sys-libs/slang/files | |
parent | OpenMotif is exactly needed with 2.2, 2.3 will not work at the moment. Thank... (diff) | |
download | historical-625a9ef2fe8de04468d73fb7688d903a5a01a22e.tar.gz historical-625a9ef2fe8de04468d73fb7688d903a5a01a22e.tar.bz2 historical-625a9ef2fe8de04468d73fb7688d903a5a01a22e.zip |
Removed generic gcc command, bug #194233.
Package-Manager: portage-2.1.3.9
Diffstat (limited to 'sys-libs/slang/files')
-rw-r--r-- | sys-libs/slang/files/digest-slang-1.4.9-r1 | 6 | ||||
-rw-r--r-- | sys-libs/slang/files/digest-slang-2.0.6 | 3 | ||||
-rw-r--r-- | sys-libs/slang/files/slang-2.0.6-foreground.patch | 36 | ||||
-rw-r--r-- | sys-libs/slang/files/slang-2.0.6-slsh-libs.patch | 11 |
4 files changed, 0 insertions, 56 deletions
diff --git a/sys-libs/slang/files/digest-slang-1.4.9-r1 b/sys-libs/slang/files/digest-slang-1.4.9-r1 deleted file mode 100644 index c0ec75f257a8..000000000000 --- a/sys-libs/slang/files/digest-slang-1.4.9-r1 +++ /dev/null @@ -1,6 +0,0 @@ -MD5 a69e4f7558e727decb3efa8d9a9e77b6 slang-1.4.9-patches.tar.gz 12132 -RMD160 02c7df8f7d51c39c0bf9e729606aa1b94c3e6aaf slang-1.4.9-patches.tar.gz 12132 -SHA256 487174a2b5df8564b99589e789319b37ee75c52d09ce98bfb12656414cdca3fb slang-1.4.9-patches.tar.gz 12132 -MD5 4fbb1a7f1257e065ca830deefe13d350 slang-1.4.9.tar.bz2 631079 -RMD160 bd2c37554129134e4e874502af0ebcb6fc7e151b slang-1.4.9.tar.bz2 631079 -SHA256 fa42e57e902f2161dc2b297e0dcb24ca180024770afa379027db582803ffa2fa slang-1.4.9.tar.bz2 631079 diff --git a/sys-libs/slang/files/digest-slang-2.0.6 b/sys-libs/slang/files/digest-slang-2.0.6 deleted file mode 100644 index bdebd18e98fa..000000000000 --- a/sys-libs/slang/files/digest-slang-2.0.6 +++ /dev/null @@ -1,3 +0,0 @@ -MD5 fb8ab2dfc3d8f44b9161b9b0e0c94141 slang-2.0.6.tar.gz 1325084 -RMD160 caf879e440f28297b00cea8bf504af813998424a slang-2.0.6.tar.gz 1325084 -SHA256 5e73fddd052c1a62a20002dafbe7215cf9e449d8a50e81065972f0317caa286c slang-2.0.6.tar.gz 1325084 diff --git a/sys-libs/slang/files/slang-2.0.6-foreground.patch b/sys-libs/slang/files/slang-2.0.6-foreground.patch deleted file mode 100644 index c9c5bbb0c95b..000000000000 --- a/sys-libs/slang/files/slang-2.0.6-foreground.patch +++ /dev/null @@ -1,36 +0,0 @@ ---- src/sldisply.c.old 2006-02-05 21:47:31.000000000 +0100 -+++ src/sldisply.c 2006-07-28 09:41:34.000000000 +0200 -@@ -158,7 +158,7 @@ - static Brush_Info_Type Brush_Table[JMAX_COLORS]; - - /* 0 if least significant bit is blue, not red */ --/* static int Is_Fg_BGR = 0; */ -+static int Is_Fg_BGR = 0; - static int Is_Bg_BGR = 0; - #define COLOR_ARG(color, is_bgr) ((is_bgr) ? RGB_to_BGR[(color)&0x7] : (color)) - static SLCONST int RGB_to_BGR[] = -@@ -1394,7 +1394,7 @@ - if (fg0 == SLSMG_COLOR_DEFAULT) - tt_write_string (Default_Color_Fg_Str); - else -- tt_printf (Color_Fg_Str, COLOR_ARG(fg0, Is_Bg_BGR), 0); -+ tt_printf (Color_Fg_Str, COLOR_ARG(fg0, Is_Fg_BGR), 0); - } - - if (unknown_attributes -@@ -2554,13 +2554,13 @@ - if (Color_Fg_Str == NULL) - { - Color_Fg_Str = SLtt_tgetstr ("Sf"); /* setf */ -- /* Is_Fg_BGR = (Color_Fg_Str != NULL); */ -+ Is_Fg_BGR = (Color_Fg_Str != NULL); - } - Color_Bg_Str = SLtt_tgetstr ("AB"); /* ANSI setbf */ - if (Color_Bg_Str == NULL) - { - Color_Bg_Str = SLtt_tgetstr ("Sb"); /* setb */ -- /* Is_Fg_BGR = (Color_Bg_Str != NULL); */ -+ Is_Bg_BGR = (Color_Bg_Str != NULL); - } - - if ((Max_Terminfo_Colors = SLtt_tgetnum ("Co")) < 0) diff --git a/sys-libs/slang/files/slang-2.0.6-slsh-libs.patch b/sys-libs/slang/files/slang-2.0.6-slsh-libs.patch deleted file mode 100644 index 676cf46ee46b..000000000000 --- a/sys-libs/slang/files/slang-2.0.6-slsh-libs.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- ./slsh/Makefile.in.old 2006-07-15 22:02:01.000000000 -0700 -+++ ./slsh/Makefile.in 2006-07-15 22:02:21.000000000 -0700 -@@ -69,7 +69,7 @@ - slsh_exe: slsh.o readline.o - $(CC) slsh.o readline.o -o slsh_exe $(LDFLAGS) $(SRC_LIBS) - slsh: slsh.o readline.o -- $(CC) slsh.o readline.o -o slsh $(LDFLAGS) $(INST_LIBS) -+ $(CC) slsh.o readline.o -o slsh $(LDFLAGS) $(SRC_LIBS) - slsh.o: slsh.c slsh.h config.h - $(CC) -c $(CFLAGS) $(SLANG_SRCINC) $(DEFS) slsh.c - readline.o: readline.c slsh.h config.h |