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 | |
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')
-rw-r--r-- | media-video/camorama/camorama-0.17.ebuild | 28 | ||||
-rw-r--r-- | media-video/camorama/files/0.17-gcc4.patch | 24 | ||||
-rw-r--r-- | media-video/camorama/files/digest-camorama-0.17 | 3 |
3 files changed, 0 insertions, 55 deletions
diff --git a/media-video/camorama/camorama-0.17.ebuild b/media-video/camorama/camorama-0.17.ebuild deleted file mode 100644 index 15031b7d0680..000000000000 --- a/media-video/camorama/camorama-0.17.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 1999-2006 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/camorama/camorama-0.17.ebuild,v 1.5 2006/08/08 16:12:46 wolf31o2 Exp $ - -inherit gnome2 eutils - -IUSE="" -DESCRIPTION="A GNOME 2 Webcam application featuring various image filters." -HOMEPAGE="http://camorama.fixedgear.org/" -SRC_URI="http://camorama.fixedgear.org/downloads/${P}.tar.bz2" -LICENSE="GPL-2" - -SLOT="0" -KEYWORDS="amd64 ~ppc x86" -DEPEND=">=x11-libs/gtk+-2.0 - >=gnome-base/libgnomeui-2.0 - >=gnome-base/gconf-2.0 - >=gnome-base/libglade-2.0 - >=sys-devel/gettext-0.11 - >=dev-util/intltool-0.20" - -SCROLLKEEPER_UPDATE="0" - -src_unpack() { - unpack ${A} - cd ${S} - epatch ${FILESDIR}/${PV}-gcc4.patch -} 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 |