summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRob Romans <killsoft@gentoo.org>2005-02-16 06:11:00 +0000
committerRob Romans <killsoft@gentoo.org>2005-02-16 06:11:00 +0000
commitc9dd17643b55c2cc6db543d293f2dc80ed8bdeb6 (patch)
treed3716e6a67a196a360d876bfbeafee9ecba10da2 /media-radio
parentVersion bumped. Removed old ebuild. (diff)
downloadgentoo-2-c9dd17643b55c2cc6db543d293f2dc80ed8bdeb6.tar.gz
gentoo-2-c9dd17643b55c2cc6db543d293f2dc80ed8bdeb6.tar.bz2
gentoo-2-c9dd17643b55c2cc6db543d293f2dc80ed8bdeb6.zip
new upstream version
(Portage version: 2.0.51-r15)
Diffstat (limited to 'media-radio')
-rw-r--r--media-radio/xlog/ChangeLog36
-rw-r--r--media-radio/xlog/Manifest8
-rw-r--r--media-radio/xlog/files/digest-xlog-1.11
-rw-r--r--media-radio/xlog/xlog-0.9.6.ebuild4
-rw-r--r--media-radio/xlog/xlog-0.9.7.ebuild4
-rw-r--r--media-radio/xlog/xlog-1.1.ebuild33
6 files changed, 77 insertions, 9 deletions
diff --git a/media-radio/xlog/ChangeLog b/media-radio/xlog/ChangeLog
index dfe186772ad1..06ce2cf69ae8 100644
--- a/media-radio/xlog/ChangeLog
+++ b/media-radio/xlog/ChangeLog
@@ -1,6 +1,38 @@
# ChangeLog for media-radio/xlog
-# Copyright 1999-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-radio/xlog/ChangeLog,v 1.6 2004/12/09 00:23:25 killsoft Exp $
+# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-radio/xlog/ChangeLog,v 1.7 2005/02/16 06:11:00 killsoft Exp $
+
+*xlog-1.1 (16 Feb 2005)
+
+ 16 Feb 2005; Robb Romans <killsoft@gentoo.org> +xlog-1.1.ebuild:
+ - Changes for xlog version 1.1
+ * Several cleanups in the function which creates the main window, the toolbar
+ now uses the GtkAction API, toolbar items are now also accessable through
+ the edit menu and the vertical handlebar can move freely to the left.
+ * "Tab" in the menu has been renamed to "Page".
+ * You can hide the number column by using the log-editor and entering a zero
+ column width for this column.
+ * The BUGS file has been added to the help menu, with a description on how to
+ report bugs.
+ * The logeditor has been redesigned so it fits on a 800x600 display.
+ * Most of the dialogs have been cleaned up and partly rewritten, so they
+ will load faster.
+ * Xlog now correctly recognizes the 60 meters band. Thanks to Harv Nelson,
+ AI9NL for notifying.
+ * At ADIF import, frequencies with a comma are converted to a dot.
+ * A gtk+ version check has been added, which will display an error at
+ startup if the version is below 2.4.
+ * An error will be displayed when trying to load a non-xlog file.
+ * The labels export format has been renamed TSV (Tab Separated Value).
+ * You can decide which fields to export in the TSV format (used by glabels),
+ by going to Settings->Dialogs and checking wanted the fields in the
+ "Save As" page.
+ * When hamlib is enabled, rounding of the digits is now also possible when
+ the s-meter is not visible.
+ * When entering a logname in the new log dialog, dash (-) and underscore (_)
+ are now also allowed.
+ * Polish MANUAL and FAQ added by Boguslaw Ciastek, SQ5TB.
+ * The position of the paned window is now remembered at program exit.
08 Dec 2004; Robb Romans <killsoft@gentoo.org> :
Changes for xlog version 0.9.12
diff --git a/media-radio/xlog/Manifest b/media-radio/xlog/Manifest
index daf728006c1b..f9e9d95bd6b6 100644
--- a/media-radio/xlog/Manifest
+++ b/media-radio/xlog/Manifest
@@ -1,8 +1,10 @@
+MD5 f0ac32b2e0d67c2ac1b718381a1ab642 xlog-1.1.ebuild 742
MD5 e520958231d2dbdfbdd7a4e82a0f2788 xlog-0.9.12.ebuild 840
-MD5 95d21d94fdd2b97d6d336b679d395c3f ChangeLog 2093
+MD5 7d05201aeb5befad68ed6895d90551ac ChangeLog 3822
MD5 28d0c3bb6c80425620241cff231da8d3 metadata.xml 224
-MD5 35e3a0d0eea84e91b21eafce0dbfa2e0 xlog-0.9.7.ebuild 830
-MD5 d8b2f26f31a931bb88e33404e4fe61ed xlog-0.9.6.ebuild 831
+MD5 88e2e45ba641ec8307deba6044c84c76 xlog-0.9.7.ebuild 830
+MD5 a6b54a5ec011b4d7b2218a13fb5c4339 xlog-0.9.6.ebuild 831
MD5 d0afee6be83642f398db70c755d275c8 files/digest-xlog-0.9.7 63
MD5 4a19ffcb3c1423a645b3c135e94fca43 files/digest-xlog-0.9.6 63
+MD5 8fa370a05d60362f128245e9f384c502 files/digest-xlog-1.1 60
MD5 cdcd0221e0bc5d8be27eb3ba47d55cee files/digest-xlog-0.9.12 63
diff --git a/media-radio/xlog/files/digest-xlog-1.1 b/media-radio/xlog/files/digest-xlog-1.1
new file mode 100644
index 000000000000..735231cb165e
--- /dev/null
+++ b/media-radio/xlog/files/digest-xlog-1.1
@@ -0,0 +1 @@
+MD5 55e4d6ac4c62e4185d778475f4ebbbab xlog-1.1.tar.gz 412660
diff --git a/media-radio/xlog/xlog-0.9.6.ebuild b/media-radio/xlog/xlog-0.9.6.ebuild
index 93e6208eae8d..a4d90fb0968d 100644
--- a/media-radio/xlog/xlog-0.9.6.ebuild
+++ b/media-radio/xlog/xlog-0.9.6.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2004 Gentoo Foundation
+# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-radio/xlog/xlog-0.9.6.ebuild,v 1.4 2004/08/04 23:18:38 killsoft Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-radio/xlog/xlog-0.9.6.ebuild,v 1.5 2005/02/16 06:11:00 killsoft Exp $
inherit eutils
diff --git a/media-radio/xlog/xlog-0.9.7.ebuild b/media-radio/xlog/xlog-0.9.7.ebuild
index 3e85e28a1cc7..fe83cdcee767 100644
--- a/media-radio/xlog/xlog-0.9.7.ebuild
+++ b/media-radio/xlog/xlog-0.9.7.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2004 Gentoo Foundation
+# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-radio/xlog/xlog-0.9.7.ebuild,v 1.3 2004/12/09 00:23:25 killsoft Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-radio/xlog/xlog-0.9.7.ebuild,v 1.4 2005/02/16 06:11:00 killsoft Exp $
inherit eutils
diff --git a/media-radio/xlog/xlog-1.1.ebuild b/media-radio/xlog/xlog-1.1.ebuild
new file mode 100644
index 000000000000..095716afc6ab
--- /dev/null
+++ b/media-radio/xlog/xlog-1.1.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2005 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/media-radio/xlog/xlog-1.1.ebuild,v 1.1 2005/02/16 06:11:00 killsoft Exp $
+
+DESCRIPTION="GTK+ Amateur Radio logging program"
+HOMEPAGE="http://www.qsl.net/pg4i/linux/xlog.html"
+SRC_URI="http://www.qsl.net/pg4i/download/${P}.tar.gz"
+LICENSE="GPL-2"
+
+SLOT="0"
+KEYWORDS="~x86 ~ppc"
+IUSE=""
+
+RDEPEND="virtual/libc
+ virtual/x11
+ >=gnome-base/libgnomeprint-2.4.0
+ >=x11-libs/gtk+-2.4.0-r1
+ >=media-libs/hamlib-1.2.3"
+
+DEPEND="sys-devel/libtool
+ >=app-doc/doxygen-1.3.5-r1
+ >=dev-util/pkgconfig-0.12.0"
+
+src_compile() {
+ econf --enable-hamlib \
+ || die "configure failed"
+ emake || die "emake failed"
+}
+
+src_install() {
+ einstall || die "install failed"
+ make_desktop_entry xlog XLog xlog.xpm HamRadio
+}