diff options
author | Leonardo Boshell <leonardop@gentoo.org> | 2005-10-03 04:42:30 +0000 |
---|---|---|
committer | Leonardo Boshell <leonardop@gentoo.org> | 2005-10-03 04:42:30 +0000 |
commit | ff3821df590b9d2cc0db927337fffeae12bb2256 (patch) | |
tree | abe2beb7a609c876e6ec36e21d439cefbd946eab /gnome-extra/gucharmap/files | |
parent | Adding entry for latest gucharmap, since it depends on masked version of gnom... (diff) | |
download | gentoo-2-ff3821df590b9d2cc0db927337fffeae12bb2256.tar.gz gentoo-2-ff3821df590b9d2cc0db927337fffeae12bb2256.tar.bz2 gentoo-2-ff3821df590b9d2cc0db927337fffeae12bb2256.zip |
New release: 1.4.4. Removing old ebuilds/patches.
(Portage version: 2.0.52-r1)
Diffstat (limited to 'gnome-extra/gucharmap/files')
4 files changed, 1 insertions, 15 deletions
diff --git a/gnome-extra/gucharmap/files/digest-gucharmap-1.4.1 b/gnome-extra/gucharmap/files/digest-gucharmap-1.4.1 deleted file mode 100644 index 3f03f625c616..000000000000 --- a/gnome-extra/gucharmap/files/digest-gucharmap-1.4.1 +++ /dev/null @@ -1 +0,0 @@ -MD5 8838c3171b9c7110f5d3110af5594141 gucharmap-1.4.1.tar.bz2 1482646 diff --git a/gnome-extra/gucharmap/files/digest-gucharmap-1.4.2 b/gnome-extra/gucharmap/files/digest-gucharmap-1.4.2 deleted file mode 100644 index 0f47501c727d..000000000000 --- a/gnome-extra/gucharmap/files/digest-gucharmap-1.4.2 +++ /dev/null @@ -1 +0,0 @@ -MD5 73847836c1adeadf166fd4fe909687c9 gucharmap-1.4.2.tar.bz2 1518110 diff --git a/gnome-extra/gucharmap/files/digest-gucharmap-1.4.4 b/gnome-extra/gucharmap/files/digest-gucharmap-1.4.4 new file mode 100644 index 000000000000..45abcaf427c1 --- /dev/null +++ b/gnome-extra/gucharmap/files/digest-gucharmap-1.4.4 @@ -0,0 +1 @@ +MD5 c9741329d08908a271864664c3f2e91c gucharmap-1.4.4.tar.bz2 1450271 diff --git a/gnome-extra/gucharmap/files/gucharmap-1.2.0-gcc2_fix.patch b/gnome-extra/gucharmap/files/gucharmap-1.2.0-gcc2_fix.patch deleted file mode 100644 index dd42286d5499..000000000000 --- a/gnome-extra/gucharmap/files/gucharmap-1.2.0-gcc2_fix.patch +++ /dev/null @@ -1,13 +0,0 @@ -diff -NurB gucharmap-1.2.0-orig/gucharmap/gucharmap-window.c gucharmap-1.2.0/gucharmap/gucharmap-window.c ---- gucharmap-1.2.0-orig/gucharmap/gucharmap-window.c 2003-12-04 07:38:13.000000000 -0500 -+++ gucharmap-1.2.0/gucharmap/gucharmap-window.c 2003-12-04 07:39:01.000000000 -0500 -@@ -113,8 +113,8 @@ - { - const gchar *no_leading_space, *nptr; - char *endptr; -- g_assert (direction == -1 || direction == 1); - gunichar wc; -+ g_assert (direction == -1 || direction == 1); - - if (search_text[0] == '\0') - { |