+++ /dev/null
-# ChangeLog for app-misc/nomad-tool
-# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/nomad-tool/ChangeLog,v 1.7 2005/11/07 12:21:00 george Exp $
-
- 07 Nov 2005; George Shapovalov <george@gentoo.org> nomad-tool-1.3-r1.ebuild:
- added dependencies: =dev-libs/glib-1* per checks in #109230
- and (optional) RDEPEND on python/tcl for the gui frontend.
-
- 24 Mar 2004; Jeremy Huddleston <eradicator@gentoo.org> nomad-tool-1.3-r1.ebuild:
- stable x86.
-
-*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.
-
-*nomad-tool-1.3 (19 Jul 2003)
-
- 19 Jul 2003; jje <jje@gentoo.org> nomad-tool-1.3.ebuild:
- Initial revsion. Going to stay masked until i hear from a few people that it
- actually works. I have no device to test with.
-
- Submitted by: Ian Turner <imt@cc.gatech.edu>
-
+++ /dev/null
-MD5 8669d2cb1d907fb02ac0c63cdc9387bf ChangeLog 1129
-MD5 e220f28c55204d26f5013a689708df83 files/digest-nomad-tool-1.3 65
-MD5 354dd15285ff8ce26153a47f0d920520 files/digest-nomad-tool-1.3-r1 128
-MD5 a5c8f88a8a17b128286ad7ee68d885b9 metadata.xml 445
-MD5 e177e8ea9a3fbc605fd3f4a7f64f148b nomad-tool-1.3-r1.ebuild 971
-MD5 2b3977fd85f16a8211a44b6e653878b2 nomad-tool-1.3.ebuild 718
+++ /dev/null
-MD5 8f490f58f88969ba12edba641e48920e nomad-tool-1.3.tar.gz 29409
+++ /dev/null
-MD5 87db28554c20d3d03eea3489ba26dc33 nomad-gui-1.0.py.bz2 4865
-MD5 8f490f58f88969ba12edba641e48920e nomad-tool-1.3.tar.gz 29409
+++ /dev/null
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-<herd>sound</herd>
-
-<maintainer>
- <email>george@gentoo.org</email>
- <name>George Shapovalov</name>
- <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>
+++ /dev/null
-# Copyright 1999-2005 Gentoo Foundation
-# 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.10 2005/11/08 12:00:19 george Exp $
-
-GUI_V=1.0
-
-DESCRIPTION="Controls the Nomad II MG and IIc portable MP3 players"
-HOMEPAGE="http://www.swiss.ai.mit.edu/~cph/nomad.ssp"
-SRC_URI="http://www.swiss.ai.mit.edu/~cph/nomad/${P}.tar.gz
- http://dev.gentoo.org/~george/nomad-gui/nomad-gui-${GUI_V}.py.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="x86"
-IUSE="tcltk"
-
-DEPEND="=dev-libs/glib-1*"
-RDEPEND="tcltk? ( dev-lang/python
- dev-lang/tcl )"
-
-S=${WORKDIR}
-
-src_compile() {
- make PREFIX="/usr" || die "compile failed"
-}
-
-src_install() {
- dobin nomad-tool
- dolib nomad-open
- chmod 4755 ${D}/usr/lib/nomad-open
-
- doman nomad-tool.1
- dodoc ChangeLog README
-
- #optional gui interface, needs python with tkinter
- use tcltk && (
- mv nomad-gui-${GUI_V}.py nomad-gui.py
- dobin nomad-gui.py
- )
-}
+++ /dev/null
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/nomad-tool/nomad-tool-1.3.ebuild,v 1.7 2005/07/22 12:38:20 george Exp $
-
-DESCRIPTION="Controls the Nomad II MG and IIc portable MP3 players"
-HOMEPAGE="http://www.swiss.ai.mit.edu/~cph/nomad.ssp"
-SRC_URI="http://www.swiss.ai.mit.edu/~cph/nomad/${P}.tar.gz"
-
-SLOT="0"
-KEYWORDS="x86"
-LICENSE="GPL-2"
-IUSE=""
-
-DEPEND=""
-
-src_unpack() {
- unpack ${A}
-}
-
-src_compile() {
- cd ${WORKDIR}
- make PREFIX="/usr" || die "compile failed"
-}
-
-src_install() {
- cd ${WORKDIR}
- dobin nomad-tool
- dolib nomad-open
- doman nomad-tool.1
-}
-
-pkg_postinst() {
- chmod 4755 /usr/lib/nomad-open
-}