summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeorge Shapovalov <george@gentoo.org>2003-12-13 07:30:44 +0000
committerGeorge Shapovalov <george@gentoo.org>2003-12-13 07:30:44 +0000
commiteafa828679b4e2ae6081c71eabaf1620ff809fbb (patch)
tree709d1c8e28c9fb801c2868043eea627529354081 /app-misc
parentmedia-libs/libjackasync -> media-libs/libjackasyn (diff)
downloadhistorical-eafa828679b4e2ae6081c71eabaf1620ff809fbb.tar.gz
historical-eafa828679b4e2ae6081c71eabaf1620ff809fbb.tar.bz2
historical-eafa828679b4e2ae6081c71eabaf1620ff809fbb.zip
new revision, - cpntains a gui for the tool and few cleanups to ebuild
Diffstat (limited to 'app-misc')
-rw-r--r--app-misc/nomad-tool/ChangeLog8
-rw-r--r--app-misc/nomad-tool/Manifest5
-rw-r--r--app-misc/nomad-tool/files/digest-nomad-tool-1.3-r12
-rw-r--r--app-misc/nomad-tool/metadata.xml15
-rw-r--r--app-misc/nomad-tool/nomad-tool-1.3-r1.ebuild39
5 files changed, 67 insertions, 2 deletions
diff --git a/app-misc/nomad-tool/ChangeLog b/app-misc/nomad-tool/ChangeLog
index c2472358f9e5..5e7910f3ac6a 100644
--- a/app-misc/nomad-tool/ChangeLog
+++ b/app-misc/nomad-tool/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for app-misc/nomad-tool
# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/nomad-tool/ChangeLog,v 1.2 2003/10/09 02:19:30 hillster Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/nomad-tool/ChangeLog,v 1.3 2003/12/13 07:30:38 george Exp $
+
+*nomad-tool-1.3-r1 (12 Dec 2003)
+
+ 12 Dec 2003; George Shapovalov <george@gentoo.org> nomad-tool-1.3-r1.ebuild, metadata.xml:
+ Added a (created by myself) gui, plus did few cleanups to the original ebuild.
+ Added metadata.xml. See #30883 for more detail.
08 Oct 2003; Joel Hill <hillster@gentoo.org> nomad-tool-1.3.ebuild:
marking stable.
diff --git a/app-misc/nomad-tool/Manifest b/app-misc/nomad-tool/Manifest
index 5f226cc0e2a3..be2c7ee555b0 100644
--- a/app-misc/nomad-tool/Manifest
+++ b/app-misc/nomad-tool/Manifest
@@ -1,3 +1,6 @@
+MD5 4033f32466672d07167d79a57906376e nomad-tool-1.3-r1.ebuild 954
MD5 563547bdd7c2902da160afaa52f66960 nomad-tool-1.3.ebuild 729
-MD5 a59c9d33c42690e5b6fef40c04247461 ChangeLog 580
+MD5 27a22e14ad9f60c5a8228f0f1a75818f ChangeLog 837
+MD5 8e911d98e9631cb1be0c43cdd9af531e metadata.xml 445
MD5 e220f28c55204d26f5013a689708df83 files/digest-nomad-tool-1.3 65
+MD5 b78e2bffd3379ae0819f0dbef1ec1e0b files/digest-nomad-tool-1.3-r1 130
diff --git a/app-misc/nomad-tool/files/digest-nomad-tool-1.3-r1 b/app-misc/nomad-tool/files/digest-nomad-tool-1.3-r1
new file mode 100644
index 000000000000..2d58fa92e47f
--- /dev/null
+++ b/app-misc/nomad-tool/files/digest-nomad-tool-1.3-r1
@@ -0,0 +1,2 @@
+MD5 8f490f58f88969ba12edba641e48920e nomad-tool-1.3.tar.gz 29409
+MD5 87db28554c20d3d03eea3489ba26dc33 nomad-gui-0.5.5.py.bz2 4865
diff --git a/app-misc/nomad-tool/metadata.xml b/app-misc/nomad-tool/metadata.xml
new file mode 100644
index 000000000000..fde2abe262c5
--- /dev/null
+++ b/app-misc/nomad-tool/metadata.xml
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<herd>sound</herd>
+
+<maintainer>
+ <name>George Shapovalov</name>
+ <email>george@gentoo.org</email>
+ <description>
+ Looks like I am the only dev with this player, so I guess I'll have to take care of
+ this package. Besides I also reated a minimalistic gui for the tool :).
+ </description>
+</maintainer>
+
+</pkgmetadata>
diff --git a/app-misc/nomad-tool/nomad-tool-1.3-r1.ebuild b/app-misc/nomad-tool/nomad-tool-1.3-r1.ebuild
new file mode 100644
index 000000000000..33ea0952f04a
--- /dev/null
+++ b/app-misc/nomad-tool/nomad-tool-1.3-r1.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2003 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-misc/nomad-tool/nomad-tool-1.3-r1.ebuild,v 1.1 2003/12/13 07:30:38 george Exp $
+
+GUI_V=0.5.5
+
+DESCRIPTION="Controls the Nomad II MG and IIc portable MP3 players"
+HOMEPAGE="http://www.swiss.ai.mit.edu/~cph/nomad.php"
+SRC_URI="http://www.swiss.ai.mit.edu/~cph/nomad/${P}.tar.gz
+ http://www.its.caltech.edu/~georges/gentoo/proj/nomad-gui/nomad-gui-${GUI_V}.py.bz2"
+
+SLOT="0"
+KEYWORDS="~x86"
+LICENSE="GPL-2"
+IUSE="tcltk"
+
+DEPEND=""
+
+
+src_compile() {
+ cd ${WORKDIR}
+ make PREFIX="/usr" || die "compile failed"
+}
+
+src_install() {
+ cd ${WORKDIR}
+ dobin nomad-tool
+ dolib nomad-open
+ chmod 4755 ${D}/usr/lib/nomad-open
+
+ doman nomad-tool.1
+ dodoc ChangeLog COPYING README
+
+ #optional gui interface, needs python with tkinter
+ use tcltk && (
+ mv nomad-gui-${GUI_V}.py nomad-gui.py
+ dobin nomad-gui.py
+ )
+}