summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoel Hill <hillster@gentoo.org>2003-10-09 02:19:35 +0000
committerJoel Hill <hillster@gentoo.org>2003-10-09 02:19:35 +0000
commit18c66b1f958e344f25c4038a3d115919c9bffeaa (patch)
treec06cac3853d1c53d1471650a03878ed30a277779 /app-misc
parentmarking stable (diff)
downloadgentoo-2-18c66b1f958e344f25c4038a3d115919c9bffeaa.tar.gz
gentoo-2-18c66b1f958e344f25c4038a3d115919c9bffeaa.tar.bz2
gentoo-2-18c66b1f958e344f25c4038a3d115919c9bffeaa.zip
marking stable
Diffstat (limited to 'app-misc')
-rw-r--r--app-misc/nomad-tool/ChangeLog5
-rw-r--r--app-misc/nomad-tool/Manifest4
-rw-r--r--app-misc/nomad-tool/nomad-tool-1.3.ebuild7
3 files changed, 9 insertions, 7 deletions
diff --git a/app-misc/nomad-tool/ChangeLog b/app-misc/nomad-tool/ChangeLog
index 11ea7ab575fc..c2472358f9e5 100644
--- a/app-misc/nomad-tool/ChangeLog
+++ b/app-misc/nomad-tool/ChangeLog
@@ -1,6 +1,9 @@
# 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.1 2003/07/19 04:18:36 jje Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/nomad-tool/ChangeLog,v 1.2 2003/10/09 02:19:30 hillster Exp $
+
+ 08 Oct 2003; Joel Hill <hillster@gentoo.org> nomad-tool-1.3.ebuild:
+ marking stable.
*nomad-tool-1.3 (19 Jul 2003)
diff --git a/app-misc/nomad-tool/Manifest b/app-misc/nomad-tool/Manifest
index 2ef975b027dd..5f226cc0e2a3 100644
--- a/app-misc/nomad-tool/Manifest
+++ b/app-misc/nomad-tool/Manifest
@@ -1,3 +1,3 @@
-MD5 1ef11c517f289078e93f133f078cfd9c ChangeLog 486
-MD5 52958f503acccf177b00811b4303ef48 nomad-tool-1.3.ebuild 714
+MD5 563547bdd7c2902da160afaa52f66960 nomad-tool-1.3.ebuild 729
+MD5 a59c9d33c42690e5b6fef40c04247461 ChangeLog 580
MD5 e220f28c55204d26f5013a689708df83 files/digest-nomad-tool-1.3 65
diff --git a/app-misc/nomad-tool/nomad-tool-1.3.ebuild b/app-misc/nomad-tool/nomad-tool-1.3.ebuild
index 337c070d2e25..4fd6dbf3709f 100644
--- a/app-misc/nomad-tool/nomad-tool-1.3.ebuild
+++ b/app-misc/nomad-tool/nomad-tool-1.3.ebuild
@@ -1,13 +1,13 @@
# 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.ebuild,v 1.2 2003/09/05 12:10:36 msterret Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/nomad-tool/nomad-tool-1.3.ebuild,v 1.3 2003/10/09 02:19:30 hillster Exp $
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"
SLOT="0"
-KEYWORDS="~x86"
+KEYWORDS="x86"
LICENSE="GPL-2"
IUSE=""
@@ -19,7 +19,7 @@ src_unpack() {
src_compile() {
cd ${WORKDIR}
- make PREFIX="/usr" || die
+ make PREFIX="/usr" || die "compile failed"
}
src_install() {
@@ -32,4 +32,3 @@ src_install() {
pkg_postinst() {
chmod 4755 /usr/lib/nomad-open
}
-