summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkus Nigbur <pyrania@gentoo.org>2003-12-26 12:39:49 +0000
committerMarkus Nigbur <pyrania@gentoo.org>2003-12-26 12:39:49 +0000
commit300dad7b702bd7007d7b9f886f86a85d5f545946 (patch)
treef8aa53f255fa1d69897104858a294459645d925d /x11-misc
parentCurrent stable on CPAN (diff)
downloadhistorical-300dad7b702bd7007d7b9f886f86a85d5f545946.tar.gz
historical-300dad7b702bd7007d7b9f886f86a85d5f545946.tar.bz2
historical-300dad7b702bd7007d7b9f886f86a85d5f545946.zip
ebuild fixups
Diffstat (limited to 'x11-misc')
-rw-r--r--x11-misc/jaffm/ChangeLog6
-rw-r--r--x11-misc/jaffm/Manifest6
-rw-r--r--x11-misc/jaffm/jaffm-0.9.7.ebuild10
-rw-r--r--x11-misc/jaffm/jaffm-1.0.ebuild10
4 files changed, 22 insertions, 10 deletions
diff --git a/x11-misc/jaffm/ChangeLog b/x11-misc/jaffm/ChangeLog
index 9fe8a3cbe33a..8704cfd2a98d 100644
--- a/x11-misc/jaffm/ChangeLog
+++ b/x11-misc/jaffm/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for x11-misc/jaffm
# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/jaffm/ChangeLog,v 1.2 2003/12/26 00:48:20 pyrania Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/jaffm/ChangeLog,v 1.3 2003/12/26 12:39:36 pyrania Exp $
+
+ 26 Dec 2003; Markus Nigbur <pyrania@gentoo.org> jaffm-0.9.7.ebuild,
+ jaffm-1.0.ebuild:
+ Ebuild fixups.
*jaffm-1.0 (26 Dec 2003)
diff --git a/x11-misc/jaffm/Manifest b/x11-misc/jaffm/Manifest
index 3593b94efcbd..a6439fe65a08 100644
--- a/x11-misc/jaffm/Manifest
+++ b/x11-misc/jaffm/Manifest
@@ -1,6 +1,6 @@
-MD5 113e6dd539e71d12033881d84fe988ba jaffm-0.9.7.ebuild 533
-MD5 4e4e93ef378ed3f88be8812aad40ed62 jaffm-1.0.ebuild 531
-MD5 dc06b106145777c24472a5a78c7faa10 ChangeLog 547
+MD5 4c0eb7e1f5b39b0b537f541462e4c1aa jaffm-0.9.7.ebuild 544
+MD5 edf8eb0aee32a476cfcfb533d425455b jaffm-1.0.ebuild 542
+MD5 8fbf0b60dab097b6b6c02da01d9b3f54 ChangeLog 655
MD5 854ad93ffa90b305b1f1f87592698ed8 metadata.xml 167
MD5 342ed8c527db78452b9c10b3e6c23b66 files/digest-jaffm-0.9.7 62
MD5 d7dd08e0d28c3ed259b52711b75f7054 files/digest-jaffm-1.0 60
diff --git a/x11-misc/jaffm/jaffm-0.9.7.ebuild b/x11-misc/jaffm/jaffm-0.9.7.ebuild
index e758df76cf30..42fdd44a4c14 100644
--- a/x11-misc/jaffm/jaffm-0.9.7.ebuild
+++ b/x11-misc/jaffm/jaffm-0.9.7.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/jaffm/jaffm-0.9.7.ebuild,v 1.2 2003/12/26 00:48:20 pyrania Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/jaffm/jaffm-0.9.7.ebuild,v 1.3 2003/12/26 12:39:36 pyrania Exp $
DESCRIPTION="Just A Fucking File Manager"
HOMEPAGE="http://jaffm.binary.is/"
@@ -17,7 +17,11 @@ DEPEND=">=x11-libs/wxGTK-2.4"
S=${WORKDIR}/${P}
+src_compile() {
+ emake || die
+}
+
src_install() {
- mkdir -p ${D}/usr/bin
- cp ${S}/jaffm ${D}/usr/bin/jaffm
+ dobin jaffm
+ dodoc COPYING README
}
diff --git a/x11-misc/jaffm/jaffm-1.0.ebuild b/x11-misc/jaffm/jaffm-1.0.ebuild
index 610a99f98b26..4da2a284d7dc 100644
--- a/x11-misc/jaffm/jaffm-1.0.ebuild
+++ b/x11-misc/jaffm/jaffm-1.0.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/jaffm/jaffm-1.0.ebuild,v 1.1 2003/12/26 00:48:20 pyrania Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/jaffm/jaffm-1.0.ebuild,v 1.2 2003/12/26 12:39:36 pyrania Exp $
DESCRIPTION="Just A Fucking File Manager"
HOMEPAGE="http://jaffm.binary.is/"
@@ -17,7 +17,11 @@ DEPEND=">=x11-libs/wxGTK-2.4"
S=${WORKDIR}/${P}
+src_compile() {
+ emake || die
+}
+
src_install() {
- mkdir -p ${D}/usr/bin
- cp ${S}/jaffm ${D}/usr/bin/jaffm
+ dobin jaffm
+ dodoc COPYING README
}