diff options
author | Samuli Suominen <drac@gentoo.org> | 2007-02-04 19:49:15 +0000 |
---|---|---|
committer | Samuli Suominen <drac@gentoo.org> | 2007-02-04 19:49:15 +0000 |
commit | c60a9073b27f5efc6353cad9dcc31ede25559787 (patch) | |
tree | d55c9d20426930be930c6d64d455388b787ddea0 /media-video/camorama/files | |
parent | Add ~ppc64 keyword. Tested on 64UL (GCC 4.1.1). (diff) | |
download | gentoo-2-c60a9073b27f5efc6353cad9dcc31ede25559787.tar.gz gentoo-2-c60a9073b27f5efc6353cad9dcc31ede25559787.tar.bz2 gentoo-2-c60a9073b27f5efc6353cad9dcc31ede25559787.zip |
Remove old versions, thanks to x86 and amd64 teams.
(Portage version: 2.1.2-r7)
Diffstat (limited to 'media-video/camorama/files')
-rw-r--r-- | media-video/camorama/files/0.17-gcc4.patch | 24 | ||||
-rw-r--r-- | media-video/camorama/files/digest-camorama-0.17 | 3 |
2 files changed, 0 insertions, 27 deletions
diff --git a/media-video/camorama/files/0.17-gcc4.patch b/media-video/camorama/files/0.17-gcc4.patch deleted file mode 100644 index a1aafb11d508..000000000000 --- a/media-video/camorama/files/0.17-gcc4.patch +++ /dev/null @@ -1,24 +0,0 @@ -diff -ur camorama-0.17.orig/src/callbacks.c camorama-0.17/src/callbacks.c ---- camorama-0.17.orig/src/callbacks.c 2003-08-20 21:24:40.000000000 +0300 -+++ camorama-0.17/src/callbacks.c 2006-03-05 16:38:09.000000000 +0200 -@@ -380,7 +380,7 @@ - { - gchar *name, *title; - -- (G_CONST_RETURN) name = gtk_widget_get_name (widget); -+ name = gtk_widget_get_name (widget); - - if (strcmp (name, "small1") == 0) { - cam->x = cam->vid_cap.minwidth; -diff -ur camorama-0.17.orig/src/main.c camorama-0.17/src/main.c ---- camorama-0.17.orig/src/main.c 2003-08-20 21:24:40.000000000 +0300 -+++ camorama-0.17/src/main.c 2006-03-05 16:38:18.000000000 +0200 -@@ -84,7 +84,7 @@ - GtkWidget *eventbox = NULL, *image = NULL; - gint width, height; - -- (GtkTooltips *)cam->tooltips = gtk_tooltips_new (); -+ cam->tooltips = gtk_tooltips_new (); - logo = (GdkPixbuf *) create_pixbuf (DATADIR "/pixmaps/camorama.png"); - if (logo == NULL) { - printf ("\n\nLOGO NO GO\n\n"); diff --git a/media-video/camorama/files/digest-camorama-0.17 b/media-video/camorama/files/digest-camorama-0.17 deleted file mode 100644 index a6b1d880d889..000000000000 --- a/media-video/camorama/files/digest-camorama-0.17 +++ /dev/null @@ -1,3 +0,0 @@ -MD5 2b2784af53a1ba8fa4419aa806967b35 camorama-0.17.tar.bz2 312233 -RMD160 643bf7fd8b212b045acdd36ad37546291c670da5 camorama-0.17.tar.bz2 312233 -SHA256 cc236cd2afff11b7f68d975f54696d2e205c70ebf522a1ae6722c985961b9c10 camorama-0.17.tar.bz2 312233 |