diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2015-08-08 13:49:04 -0700 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2015-08-08 17:38:18 -0700 |
commit | 56bd759df1d0c750a065b8c845e93d5dfa6b549d (patch) | |
tree | 3f91093cdb475e565ae857f1c5a7fd339e2d781e /media-radio/xdx | |
download | gentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.tar.gz gentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.tar.bz2 gentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.zip |
proj/gentoo: Initial commit
This commit represents a new era for Gentoo:
Storing the gentoo-x86 tree in Git, as converted from CVS.
This commit is the start of the NEW history.
Any historical data is intended to be grafted onto this point.
Creation process:
1. Take final CVS checkout snapshot
2. Remove ALL ChangeLog* files
3. Transform all Manifests to thin
4. Remove empty Manifests
5. Convert all stale $Header$/$Id$ CVS keywords to non-expanded Git $Id$
5.1. Do not touch files with -kb/-ko keyword flags.
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
X-Thanks: Alec Warner <antarus@gentoo.org> - did the GSoC 2006 migration tests
X-Thanks: Robin H. Johnson <robbat2@gentoo.org> - infra guy, herding this project
X-Thanks: Nguyen Thai Ngoc Duy <pclouds@gentoo.org> - Former Gentoo developer, wrote Git features for the migration
X-Thanks: Brian Harring <ferringb@gentoo.org> - wrote much python to improve cvs2svn
X-Thanks: Rich Freeman <rich0@gentoo.org> - validation scripts
X-Thanks: Patrick Lauer <patrick@gentoo.org> - Gentoo dev, running new 2014 work in migration
X-Thanks: Michał Górny <mgorny@gentoo.org> - scripts, QA, nagging
X-Thanks: All of other Gentoo developers - many ideas and lots of paint on the bikeshed
Diffstat (limited to 'media-radio/xdx')
-rw-r--r-- | media-radio/xdx/Manifest | 3 | ||||
-rw-r--r-- | media-radio/xdx/files/xdx-2.4-gtk.patch | 11 | ||||
-rw-r--r-- | media-radio/xdx/files/xdx-gtk-2.20.patch | 34 | ||||
-rw-r--r-- | media-radio/xdx/metadata.xml | 11 | ||||
-rw-r--r-- | media-radio/xdx/xdx-2.4.2.ebuild | 49 | ||||
-rw-r--r-- | media-radio/xdx/xdx-2.4.3.ebuild | 35 | ||||
-rw-r--r-- | media-radio/xdx/xdx-2.5.0.ebuild | 35 |
7 files changed, 178 insertions, 0 deletions
diff --git a/media-radio/xdx/Manifest b/media-radio/xdx/Manifest new file mode 100644 index 000000000000..c5d3c71e5596 --- /dev/null +++ b/media-radio/xdx/Manifest @@ -0,0 +1,3 @@ +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-2.4-gtk.patch b/media-radio/xdx/files/xdx-2.4-gtk.patch new file mode 100644 index 000000000000..8928f2e72e83 --- /dev/null +++ b/media-radio/xdx/files/xdx-2.4-gtk.patch @@ -0,0 +1,11 @@ +--- src/gui_manualdialog.c.orig 2008-11-21 16:19:15.000000000 +0100 ++++ src/gui_manualdialog.c 2008-11-21 16:19:45.000000000 +0100 +@@ -59,7 +59,7 @@ + helpfile = g_strdup_printf ("%s%s%s", PACKAGE_DATA_DIR, G_DIR_SEPARATOR_S, _("MANUAL")); + + g_signal_connect(G_OBJECT(manualdialog), "response", +- GTK_SIGNAL_FUNC(gtk_widget_destroy), NULL); ++ G_CALLBACK (gtk_widget_destroy), NULL); + + + in = fopen (helpfile, "r"); diff --git a/media-radio/xdx/files/xdx-gtk-2.20.patch b/media-radio/xdx/files/xdx-gtk-2.20.patch new file mode 100644 index 000000000000..2b3c7655e152 --- /dev/null +++ b/media-radio/xdx/files/xdx-gtk-2.20.patch @@ -0,0 +1,34 @@ +# 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/metadata.xml b/media-radio/xdx/metadata.xml new file mode 100644 index 000000000000..7d50cab7d289 --- /dev/null +++ b/media-radio/xdx/metadata.xml @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer> + <email>tomjbe@gentoo.org</email> + <name>Thomas Beierlein</name> + </maintainer> + <upstream> + <remote-id type="sourceforge">xdxclusterclient</remote-id> + </upstream> +</pkgmetadata> diff --git a/media-radio/xdx/xdx-2.4.2.ebuild b/media-radio/xdx/xdx-2.4.2.ebuild new file mode 100644 index 000000000000..3e41ca5e19ba --- /dev/null +++ b/media-radio/xdx/xdx-2.4.2.ebuild @@ -0,0 +1,49 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +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 new file mode 100644 index 000000000000..bb8ab52f8072 --- /dev/null +++ b/media-radio/xdx/xdx-2.4.3.ebuild @@ -0,0 +1,35 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="5" + +inherit eutils + +DESCRIPTION="a GTK+ TCP/IP DX-cluster and ON4KST chat client" +HOMEPAGE="http://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)" +} diff --git a/media-radio/xdx/xdx-2.5.0.ebuild b/media-radio/xdx/xdx-2.5.0.ebuild new file mode 100644 index 000000000000..b81c45eabef7 --- /dev/null +++ b/media-radio/xdx/xdx-2.5.0.ebuild @@ -0,0 +1,35 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="5" + +inherit eutils + +DESCRIPTION="a GTK+ TCP/IP DX-cluster and ON4KST chat client" +HOMEPAGE="http://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)" +} |