summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2016-10-01 10:00:27 +0200
committerPacho Ramos <pacho@gentoo.org>2016-10-01 10:02:02 +0200
commit755e2e74b59343ea17fa6b7582ced53cd83dfd0f (patch)
treee9b2954a209e84f61273cbfc9f4cb26e00a65cf5 /app-cdr
parentpackage.mask: remove some masked for removal packages (diff)
downloadgentoo-755e2e74b59343ea17fa6b7582ced53cd83dfd0f.tar.gz
gentoo-755e2e74b59343ea17fa6b7582ced53cd83dfd0f.tar.bz2
gentoo-755e2e74b59343ea17fa6b7582ced53cd83dfd0f.zip
package.mask: remove some masked for removal packages
Diffstat (limited to 'app-cdr')
-rw-r--r--app-cdr/gnomebaker/Manifest1
-rw-r--r--app-cdr/gnomebaker/files/gnomebaker-0.6.4-implicits.patch30
-rw-r--r--app-cdr/gnomebaker/files/gnomebaker-0.6.4-ldadd.patch11
-rw-r--r--app-cdr/gnomebaker/files/gnomebaker-0.6.4-libnotify-0.7.patch18
-rw-r--r--app-cdr/gnomebaker/files/gnomebaker-0.6.4-mimetype.patch8
-rw-r--r--app-cdr/gnomebaker/files/gnomebaker-0.6.4-seldata.patch31
-rw-r--r--app-cdr/gnomebaker/gnomebaker-0.6.4-r1.ebuild59
-rw-r--r--app-cdr/gnomebaker/metadata.xml8
-rw-r--r--app-cdr/mybashburn/Manifest1
-rw-r--r--app-cdr/mybashburn/metadata.xml11
-rw-r--r--app-cdr/mybashburn/mybashburn-1.0.2.ebuild35
11 files changed, 0 insertions, 213 deletions
diff --git a/app-cdr/gnomebaker/Manifest b/app-cdr/gnomebaker/Manifest
deleted file mode 100644
index 9ed23e7a2937..000000000000
--- a/app-cdr/gnomebaker/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST gnomebaker-0.6.4.tar.gz 1276117 SHA256 6e1ef94cafca7536fc3211a7abd4732f6dc5adc3c7c1b73184f5a87738117fb7 SHA512 954a05724d8d036580edbd5ded11bfd4389965b831ccf2d5a10dbd542c54db4f0519aa3277c6ebc139f55a2475987c48b557cc002e86d9cccca473f187666e34 WHIRLPOOL f951cc19ebd3d107e0d2386c2e58cc678521a31c1fd40e77769dc6758fefa86d375d92bd7bad3770c5e54e6e2de41357a5c66efbdab0276b09f41516049d1d47
diff --git a/app-cdr/gnomebaker/files/gnomebaker-0.6.4-implicits.patch b/app-cdr/gnomebaker/files/gnomebaker-0.6.4-implicits.patch
deleted file mode 100644
index bbc8ec7abc52..000000000000
--- a/app-cdr/gnomebaker/files/gnomebaker-0.6.4-implicits.patch
+++ /dev/null
@@ -1,30 +0,0 @@
---- a/src/preferences.h
-+++ b/src/preferences.h
-@@ -85,6 +85,7 @@
-
- gboolean preferences_init();
- void preferences_finalise();
-+int preferences_get_default_backend();
-
- gchar *preferences_get_copy_data_cd_image();
- gchar *preferences_get_copy_dvd_image();
---- a/src/backend.h
-+++ b/src/backend.h
-@@ -30,6 +30,7 @@
-
-
- gboolean backend_is_backend_supported(enum backend b);
-+gboolean backend_does_prog_exist(gchar* program);
-
-
- #endif /* _BACKEND_H_ */
---- a/src/gnomebaker.c
-+++ b/src/gnomebaker.c
-@@ -32,6 +32,7 @@
- #include "splashdlg.h"
- #include "gbcommon.h"
- #include <libgnomevfs/gnome-vfs-mime-utils.h>
-+#include <libgnomevfs/gnome-vfs-ops.h>
- #include <gst/gst.h>
- #include "media.h"
- #include "dataproject.h"
diff --git a/app-cdr/gnomebaker/files/gnomebaker-0.6.4-ldadd.patch b/app-cdr/gnomebaker/files/gnomebaker-0.6.4-ldadd.patch
deleted file mode 100644
index b8e4cf1ed551..000000000000
--- a/app-cdr/gnomebaker/files/gnomebaker-0.6.4-ldadd.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- a/src/Makefile.in
-+++ b/src/Makefile.in
-@@ -255,7 +255,7 @@ gnomebaker_SOURCES = \
- cairofillbar.c cairofillbar.h \
- backend.c backend.h
-
--gnomebaker_LDADD = @GNOMEBAKER_LIBS@
-+gnomebaker_LDADD = @GNOMEBAKER_LIBS@ -lm
- gnomebaker_LDFLAGS = -export-dynamic
- all: all-am
-
diff --git a/app-cdr/gnomebaker/files/gnomebaker-0.6.4-libnotify-0.7.patch b/app-cdr/gnomebaker/files/gnomebaker-0.6.4-libnotify-0.7.patch
deleted file mode 100644
index 772d4f5d23d9..000000000000
--- a/app-cdr/gnomebaker/files/gnomebaker-0.6.4-libnotify-0.7.patch
+++ /dev/null
@@ -1,18 +0,0 @@
---- a/src/gblibnotify.c
-+++ b/src/gblibnotify.c
-@@ -87,7 +87,15 @@
- #ifdef HAVE_LIBNOTIFY
- #if (LIBNOTIFY_VERSION_MINOR >= 3)
- gint x, y;
-+#ifdef NOTIFY_CHECK_VERSION
-+#if NOTIFY_CHECK_VERSION (0, 7, 0)
-+ global_notify = notify_notification_new (subject, content, "");
-+#else
- global_notify = notify_notification_new (subject, content, "", NULL);
-+#endif
-+#else
-+ global_notify = notify_notification_new (subject, content, "", NULL);
-+#endif
- /* not sure if we have to free the pixbuf since it could be used internally in libnotify */
- GdkPixbuf *icon_pixbuf = gbcommon_get_icon_for_name("gnomebaker-48", 48);
- /* I think they changed the api between 0.3.0 and 0.3.1+ */
diff --git a/app-cdr/gnomebaker/files/gnomebaker-0.6.4-mimetype.patch b/app-cdr/gnomebaker/files/gnomebaker-0.6.4-mimetype.patch
deleted file mode 100644
index c0e29e66ad34..000000000000
--- a/app-cdr/gnomebaker/files/gnomebaker-0.6.4-mimetype.patch
+++ /dev/null
@@ -1,8 +0,0 @@
---- a/gnomebaker.desktop.in
-+++ b/gnomebaker.desktop.in
-@@ -17,4 +17,4 @@ X-MultipleArgs=false
- Type=Application
- Categories=AudioVideo;DiscBurning;
- StartupNotify=true
--
-+MimeType=application/x-cd-image;application/x-cdrdao-toc;application/x-toc;application/x-cue;x-content/blank-cd;x-content/blank-dvd;x-content/blank-bd;x-content/blank-hddvd;
diff --git a/app-cdr/gnomebaker/files/gnomebaker-0.6.4-seldata.patch b/app-cdr/gnomebaker/files/gnomebaker-0.6.4-seldata.patch
deleted file mode 100644
index 0be6f1e09c43..000000000000
--- a/app-cdr/gnomebaker/files/gnomebaker-0.6.4-seldata.patch
+++ /dev/null
@@ -1,31 +0,0 @@
---- a/src/filebrowser.c
-+++ b/src/filebrowser.c
-@@ -866,7 +866,7 @@ filebrowser_get_selection(gboolean from_
- else
- tree = glade_xml_get_widget(gnomebaker_getxml(), widget_browser_filelist);
-
-- GtkSelectionData *selection_data = g_new0(GtkSelectionData, 1);
-+ GtkSelectionData *selection_data = g_slice_new0(GtkSelectionData);
- filebrowser_on_drag_data_get(tree, NULL, selection_data, 0, 0, NULL);
- return selection_data;
- }
---- a/src/gnomebaker.c
-+++ b/src/gnomebaker.c
-@@ -529,7 +529,7 @@ gnomebaker_on_add_files(gpointer widget,
- }
-
- /*gtk_selection_data_set_uris(selection_data, uris);*/
-- selection_data = g_new0(GtkSelectionData, 1);
-+ selection_data = g_slice_new0(GtkSelectionData);
- gtk_selection_data_set(selection_data, selection_data->target, 8,
- (const guchar*)text->str, strlen(text->str) * sizeof(gchar));
- GB_TRACE("gnomebaker_on_add_files - [%s]\n", selection_data->data);
-@@ -1073,7 +1073,7 @@ gnomebaker_select_files_or_folders(const
- }
-
- /*gtk_selection_data_set_uris(selection_data, uris);*/
-- selection_data = g_new0(GtkSelectionData, 1);
-+ selection_data = g_slice_new0(GtkSelectionData);
- gtk_selection_data_set(selection_data, selection_data->target, 8,
- (const guchar*)text->str, strlen(text->str) * sizeof(gchar));
- GB_TRACE("gnomebaker_select_files_or_folders - [%s]\n", selection_data->data);
diff --git a/app-cdr/gnomebaker/gnomebaker-0.6.4-r1.ebuild b/app-cdr/gnomebaker/gnomebaker-0.6.4-r1.ebuild
deleted file mode 100644
index 76638e8cca4a..000000000000
--- a/app-cdr/gnomebaker/gnomebaker-0.6.4-r1.ebuild
+++ /dev/null
@@ -1,59 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=4
-GCONF_DEBUG=no
-inherit eutils gnome2
-
-DESCRIPTION="GnomeBaker is a GTK2/Gnome cd burning application"
-HOMEPAGE="https://sourceforge.net/projects/gnomebaker"
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ia64 ppc ppc64 sparc x86"
-IUSE="dvdr flac libnotify mp3 vorbis"
-
-COMMON_DEPEND="app-cdr/cdrdao
- dev-libs/libxml2
- >=gnome-base/libglade-2
- >=gnome-base/libgnomeui-2
- >=media-libs/gstreamer-0.10:0.10
- virtual/cdrtools
- x11-libs/cairo
- x11-libs/gtk+:2
- dvdr? ( app-cdr/dvd+rw-tools )
- libnotify? ( x11-libs/libnotify )"
-RDEPEND="${COMMON_DEPEND}
- >=media-libs/gst-plugins-good-0.10:0.10
- flac? ( >=media-plugins/gst-plugins-flac-0.10:0.10 )
- mp3? ( >=media-plugins/gst-plugins-mad-0.10:0.10 )
- vorbis? ( >=media-plugins/gst-plugins-vorbis-0.10:0.10 )"
-DEPEND="${COMMON_DEPEND}
- app-text/rarian
- dev-util/intltool
- virtual/pkgconfig
- sys-devel/gettext"
-
-src_prepare() {
- G2CONF="$(use_enable libnotify)"
-
- epatch \
- "${FILESDIR}"/${P}-libnotify-0.7.patch \
- "${FILESDIR}"/${P}-ldadd.patch \
- "${FILESDIR}"/${P}-seldata.patch \
- "${FILESDIR}"/${P}-mimetype.patch \
- "${FILESDIR}"/${P}-implicits.patch
-
- gnome2_src_prepare
-}
-
-src_install() {
- gnome2_src_install \
- gnomebakerdocdir=/usr/share/doc/${P} \
- docdir=/usr/share/gnome/help/${PN}/C \
- gnomemenudir=/usr/share/applications
-
- rm -rf "${ED}"/usr/share/doc/${P}/*.make "${ED}"/var
-}
diff --git a/app-cdr/gnomebaker/metadata.xml b/app-cdr/gnomebaker/metadata.xml
deleted file mode 100644
index fb3252ecbd84..000000000000
--- a/app-cdr/gnomebaker/metadata.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <!-- maintainer-needed -->
- <upstream>
- <remote-id type="sourceforge">gnomebaker</remote-id>
- </upstream>
-</pkgmetadata>
diff --git a/app-cdr/mybashburn/Manifest b/app-cdr/mybashburn/Manifest
deleted file mode 100644
index e5a87d89629e..000000000000
--- a/app-cdr/mybashburn/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST mybashburn-1.0.2.tar.bz2 75017 SHA256 058395728c295988c3d633f5a2a25224f25babea6117d4b35c26c7b7b93e0d6a SHA512 6bc8db179d10f7549838398098fd350e750655b3f2d9de91bec6806c4e30a066211209f86b6d805d909d9da94888b7483dd2b13ea2dbb44f83e0fb5f98f70bd3 WHIRLPOOL f5a2abe9f1b45a60b5399f5771d0f28fc7cc6f4b7fbfae5cf39a05fae40456527e8feb23a457dee355189df99dadbfe43bd7749676c12ad433fe6f323b15b111
diff --git a/app-cdr/mybashburn/metadata.xml b/app-cdr/mybashburn/metadata.xml
deleted file mode 100644
index 34de35023e7d..000000000000
--- a/app-cdr/mybashburn/metadata.xml
+++ /dev/null
@@ -1,11 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <!-- maintainer-needed -->
- <use>
- <flag name="normalize">Add support for normalizing audio file volume levels</flag>
- </use>
- <upstream>
- <remote-id type="sourceforge">mybashburn</remote-id>
- </upstream>
-</pkgmetadata>
diff --git a/app-cdr/mybashburn/mybashburn-1.0.2.ebuild b/app-cdr/mybashburn/mybashburn-1.0.2.ebuild
deleted file mode 100644
index ffd5ec38a35e..000000000000
--- a/app-cdr/mybashburn/mybashburn-1.0.2.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-DESCRIPTION="Command-line burning interface of data and music CDs and DVDs"
-HOMEPAGE="http://mybashburn.sourceforge.net/"
-SRC_URI="mirror://sourceforge/mybashburn/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE="dvdr flac mp3 normalize vorbis"
-
-DEPEND=""
-RDEPEND="dev-util/dialog
- app-cdr/cdrdao
- app-cdr/cdrkit
- virtual/eject
- dvdr? ( app-cdr/dvd+rw-tools )
- mp3? ( media-sound/lame
- media-sound/mpg123 )
- flac? ( media-libs/flac )
- vorbis? ( media-sound/vorbis-tools )
- normalize? ( media-sound/normalize )"
-
-RESTRICT="test"
-
-src_compile() {
- sed -i 's/\/usr/usr/' "${S}"/Makefile
-}
-
-src_install() {
- emake DESTDIR="${D}" install || die "emake install failed."
- dodoc CREDITS ChangeLog FAQ HOWTO README TODO
-}