summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Beierlein <tomjbe@gentoo.org>2010-07-03 12:16:52 +0000
committerThomas Beierlein <tomjbe@gentoo.org>2010-07-03 12:16:52 +0000
commit9b5390c8fc8f1a93c3dcc7b0a2d32a9430da690e (patch)
treef5786d68c9bdb7ad50b8c8ee496c98ec72a01f74 /media-radio
parentFix for deprecated macro in GTK+-2.20 and later (bug #326627). Thanks Diego a... (diff)
downloadgentoo-2-9b5390c8fc8f1a93c3dcc7b0a2d32a9430da690e.tar.gz
gentoo-2-9b5390c8fc8f1a93c3dcc7b0a2d32a9430da690e.tar.bz2
gentoo-2-9b5390c8fc8f1a93c3dcc7b0a2d32a9430da690e.zip
Remove old versions.
(Portage version: 2.1.8.3/cvs/Linux x86_64)
Diffstat (limited to 'media-radio')
-rw-r--r--media-radio/xdx/ChangeLog6
-rw-r--r--media-radio/xdx/xdx-1.2.ebuild33
-rw-r--r--media-radio/xdx/xdx-2.3.ebuild32
3 files changed, 5 insertions, 66 deletions
diff --git a/media-radio/xdx/ChangeLog b/media-radio/xdx/ChangeLog
index 0cb449f1a12b..585b06e272b0 100644
--- a/media-radio/xdx/ChangeLog
+++ b/media-radio/xdx/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for media-radio/xdx
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-radio/xdx/ChangeLog,v 1.18 2010/07/03 12:11:48 tomjbe Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-radio/xdx/ChangeLog,v 1.19 2010/07/03 12:16:52 tomjbe Exp $
+
+ 03 Jul 2010; Thomas Beierlein <tomjbe@gentoo.org> -xdx-1.2.ebuild,
+ -xdx-2.3.ebuild:
+ Remove old versions.
03 Jul 2010; Thomas Beierlein <tomjbe@gentoo.org> xdx-2.4.ebuild,
xdx-2.4.2.ebuild, +files/xdx-gtk-2.20.patch:
diff --git a/media-radio/xdx/xdx-1.2.ebuild b/media-radio/xdx/xdx-1.2.ebuild
deleted file mode 100644
index dfb01ba05f14..000000000000
--- a/media-radio/xdx/xdx-1.2.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-radio/xdx/xdx-1.2.ebuild,v 1.11 2007/11/09 14:30:51 drac Exp $
-
-inherit eutils
-
-DESCRIPTION="GTK2 DX-cluster client"
-HOMEPAGE="http://www.qsl.net/pg4i/linux/xdx.html"
-SRC_URI="http://www.qsl.net/pg4i/download/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc x86"
-IUSE=""
-
-RDEPEND=">=x11-libs/gtk+-2.2.4-r1"
-DEPEND="${RDEPEND}
- >=dev-util/pkgconfig-0.12.0"
-
-src_install() {
- emake DESTDIR="${D}" install || die "emake install failed"
- dodoc README AUTHORS ChangeLog
- doman xdx.1
- make_desktop_entry xdx Xdx /usr/share/xdx/pixmaps/xdx.xpm HamRadio
-}
-
-pkg_postinst() {
- echo
- elog "To use the rig control feature of xdx, install"
- elog "media-libs/hamlib and enable hamlib in the"
- elog "Preferences dialog."
- echo
-}
diff --git a/media-radio/xdx/xdx-2.3.ebuild b/media-radio/xdx/xdx-2.3.ebuild
deleted file mode 100644
index ae32789ba015..000000000000
--- a/media-radio/xdx/xdx-2.3.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-radio/xdx/xdx-2.3.ebuild,v 1.1 2007/11/09 14:30:51 drac Exp $
-
-DESCRIPTION="a GTK+ TCP/IP DX-cluster and ON4KST chat client."
-HOMEPAGE="http://www.qsl.net/pg4i/linux/xdx.html"
-SRC_URI="http://www.qsl.net/pg4i/download/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
-IUSE="nls"
-
-RDEPEND=">=x11-libs/gtk+-2.12"
-DEPEND="${RDEPEND}
- dev-util/pkgconfig
- nls? ( sys-devel/gettext )"
-
-src_compile() {
- econf $(use_enable nls)
- emake || die "emake failed."
-}
-
-src_install() {
- emake DESTDIR="${D}" install || die "emake install failed."
- 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."
-}