diff options
author | Thomas Beierlein <tomjbe@gentoo.org> | 2017-06-24 12:48:31 +0200 |
---|---|---|
committer | Thomas Beierlein <tomjbe@gentoo.org> | 2017-06-24 12:48:31 +0200 |
commit | 1758daad820618dae14fa6f90d148ad061e27815 (patch) | |
tree | 189c545181c8db33749a1ed18bb8589e424308ef /media-radio/xdx | |
parent | media-gfx/imagemagick: Add missing rendering devices to sandbox whitelist (diff) | |
download | gentoo-1758daad820618dae14fa6f90d148ad061e27815.tar.gz gentoo-1758daad820618dae14fa6f90d148ad061e27815.tar.bz2 gentoo-1758daad820618dae14fa6f90d148ad061e27815.zip |
Drop old
Package-Manager: Portage-2.3.6, Repoman-2.3.2
Diffstat (limited to 'media-radio/xdx')
-rw-r--r-- | media-radio/xdx/Manifest | 2 | ||||
-rw-r--r-- | media-radio/xdx/files/xdx-gtk-2.20.patch | 34 | ||||
-rw-r--r-- | media-radio/xdx/xdx-2.4.2.ebuild | 48 | ||||
-rw-r--r-- | media-radio/xdx/xdx-2.4.3.ebuild | 34 |
4 files changed, 0 insertions, 118 deletions
diff --git a/media-radio/xdx/Manifest b/media-radio/xdx/Manifest index c5d3c71e5596..7efa39bc4300 100644 --- a/media-radio/xdx/Manifest +++ b/media-radio/xdx/Manifest @@ -1,3 +1 @@ -DIST xdx-2.4.2.tar.gz 284792 SHA256 ba6e66a248c61a52349881e2c2ea3324840b0acc0419a85f12a49f00ca9d121a SHA512 59ddf00b607f392229481c7e63ff94b01950e69827a64da15c063cb83a8a0f567aadd908db97ad879fbd5cb62b5844e9806f960f5972be94bd5436cfe7ed23f9 WHIRLPOOL 0f6cd1159c76a69d7d582cb9ca84d06cd37474e00a397e7f25f7c3303dc86ac313aadee8595aa15a8a5f762f41f1d4ae4c0b48bbcca759548e5d57221c7be473 -DIST xdx-2.4.3.tar.gz 324178 SHA256 fc6e49a2c2a9d7c729acf68e659bf8f5ebd402dc3be0f781bd50b8b76b01427c SHA512 b121e1ae45edc08d4c9331f877120fab8c0ed80fab9b90516e0ea29fc1055715b9f27d492dcebd8a20288dc785a2341a15a8052e89d5f75f6609b03c827709cb WHIRLPOOL 45712dd0da1faf546b7f45f9fea8c6f29b22e5cfd09ee47d870f30d24d53936818d963cb4ed0816b98041b3f44e4e728be018bcbad55e802fef9f3fdb13e07b9 DIST xdx-2.5.0.tar.gz 342548 SHA256 bf689015e6604c462333bde3383027c01bdfcf9f764f6ea2f1a77bff8eb98fdb SHA512 e03ac1fde04f921d33a7075a0f9ddc632336c2c4506e69c3e51386c25080c527eb7195729a89edb895308beff05e7544c93831ad03df6db376b9624063a2972a WHIRLPOOL df65bfe5b26657f5a4b665eb4101e5a2461669bc5785b8effbd94ee48285291d032195abb62d5dabb6f7d4a47f292f59e63305d627cdf372638d8bdddb0b985e diff --git a/media-radio/xdx/files/xdx-gtk-2.20.patch b/media-radio/xdx/files/xdx-gtk-2.20.patch deleted file mode 100644 index 2b3c7655e152..000000000000 --- a/media-radio/xdx/files/xdx-gtk-2.20.patch +++ /dev/null @@ -1,34 +0,0 @@ -# fix for bug #326627 deprecated macro from gtk+-2.20 on -diff -Nur xdx-2.4.2.orig//src/gui.c xdx-2.4.2//src/gui.c ---- xdx-2.4.2.orig//src/gui.c 2010-07-03 11:09:59.000000000 +0000 -+++ xdx-2.4.2//src/gui.c 2010-07-03 11:10:45.000000000 +0000 -@@ -841,7 +841,7 @@ - GtkWidget *mainentry; - - mainentry = g_object_get_data (G_OBJECT (gui->window), "mainentry"); -- if (GTK_WIDGET_HAS_FOCUS(mainentry)) -+ if (gtk_widget_has_focus(mainentry)) - { - switch (event->keyval) - { -diff -Nur xdx-2.4.2.orig//src/text.c xdx-2.4.2//src/text.c ---- xdx-2.4.2.orig//src/text.c 2010-07-03 11:09:59.000000000 +0000 -+++ xdx-2.4.2//src/text.c 2010-07-03 11:11:16.000000000 +0000 -@@ -528,7 +528,7 @@ - - - /* focusing the treeview will stop scrolling */ -- if (!GTK_WIDGET_HAS_FOCUS(treeview)) -+ if (!gtk_widget_has_focus(treeview)) - { - path = gtk_tree_model_get_path (GTK_TREE_MODEL (model), &iter); - gtk_tree_view_set_cursor (GTK_TREE_VIEW (treeview), path, NULL, FALSE); -@@ -797,7 +797,7 @@ - } - } - /* focusing (clicking) the textview will stop scrolling */ -- if (!GTK_WIDGET_HAS_FOCUS(maintext)) -+ if (!gtk_widget_has_focus(maintext)) - { - gtk_text_buffer_get_bounds (buffer, &start, &end); - gtk_text_buffer_place_cursor(buffer, &end); diff --git a/media-radio/xdx/xdx-2.4.2.ebuild b/media-radio/xdx/xdx-2.4.2.ebuild deleted file mode 100644 index e61047cb12bb..000000000000 --- a/media-radio/xdx/xdx-2.4.2.ebuild +++ /dev/null @@ -1,48 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI="5" - -inherit eutils - -DESCRIPTION="a GTK+ TCP/IP DX-cluster and ON4KST chat client" -HOMEPAGE="http://www.ibiblio.org/pub/linux/apps/ham" -SRC_URI="http://www.ibiblio.org/pub/linux/apps/ham/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="nls" - -RDEPEND=">=x11-libs/gtk+-2.12:2" -DEPEND="${RDEPEND} - virtual/pkgconfig - nls? ( sys-devel/gettext )" - -src_prepare() { - # fix for bug #326627 - deprecated macro in gtk+ from 2.20 on - if has_version ">=x11-libs/gtk+-2.20" ; then - epatch "${FILESDIR}"/${PN}-gtk-2.20.patch - fi - - # Drop DEPRECATED flags, bug #391091 - sed -i -e 's:-D[A-Z_]*DISABLE_DEPRECATED:$(NULL):g' \ - src/Makefile.am src/Makefile.in || die - - # Fix desktop file - sed -i -e "s/Network;HamRadio/Network;HamRadio;/" Xdx.desktop || die -} - -src_configure() { - econf $(use_enable nls) -} - -src_install() { - emake DESTDIR="${D}" install - dodoc AUTHORS ChangeLog NEWS README TODO -} - -pkg_postinst() { - elog "To use the rig control feature, install media-libs/hamlib" - elog "and enable hamlib in the Preferences dialog. (no need for recompile)" -} diff --git a/media-radio/xdx/xdx-2.4.3.ebuild b/media-radio/xdx/xdx-2.4.3.ebuild deleted file mode 100644 index 581a44fe31ca..000000000000 --- a/media-radio/xdx/xdx-2.4.3.ebuild +++ /dev/null @@ -1,34 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI="5" - -inherit eutils - -DESCRIPTION="a GTK+ TCP/IP DX-cluster and ON4KST chat client" -HOMEPAGE="https://sourceforge.net/projects/xdxclusterclient" -SRC_URI="mirror://sourceforge/xdxclusterclient/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="nls" - -RDEPEND=">=x11-libs/gtk+-2.12:2" -DEPEND="${RDEPEND} - virtual/pkgconfig - nls? ( sys-devel/gettext )" - -src_configure() { - econf $(use_enable nls) -} - -src_install() { - emake DESTDIR="${D}" install - dodoc AUTHORS ChangeLog NEWS README TODO -} - -pkg_postinst() { - elog "To use the rig control feature, install media-libs/hamlib" - elog "and enable hamlib in the Preferences dialog. (no need for recompile)" -} |