summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkus Nigbur <pyrania@gentoo.org>2003-12-26 00:48:38 +0000
committerMarkus Nigbur <pyrania@gentoo.org>2003-12-26 00:48:38 +0000
commitc8ef63cb09ba125e175fc011bb112c1e60d47314 (patch)
tree3e8304ebbb2e09355a12695d975f0262d3f2b545 /x11-misc
parentquickest version bump in history (diff)
downloadhistorical-c8ef63cb09ba125e175fc011bb112c1e60d47314.tar.gz
historical-c8ef63cb09ba125e175fc011bb112c1e60d47314.tar.bz2
historical-c8ef63cb09ba125e175fc011bb112c1e60d47314.zip
quickest version bump in history
Diffstat (limited to 'x11-misc')
-rw-r--r--x11-misc/jaffm/Manifest6
-rw-r--r--x11-misc/jaffm/files/digest-jaffm-1.01
-rw-r--r--x11-misc/jaffm/jaffm-0.9.7.ebuild5
-rw-r--r--x11-misc/jaffm/jaffm-1.0.ebuild23
4 files changed, 29 insertions, 6 deletions
diff --git a/x11-misc/jaffm/Manifest b/x11-misc/jaffm/Manifest
index 1579ada2fb81..3593b94efcbd 100644
--- a/x11-misc/jaffm/Manifest
+++ b/x11-misc/jaffm/Manifest
@@ -1,6 +1,6 @@
-MD5 c14140191f8c1490733439c592e42ab6 jaffm-0.9.7.ebuild 533
-MD5 c14140191f8c1490733439c592e42ab6 jaffm-1.0.ebuild 533
-MD5 44af1ba58e99d0336ea0dfee4b54c499 ChangeLog 395
+MD5 113e6dd539e71d12033881d84fe988ba jaffm-0.9.7.ebuild 533
+MD5 4e4e93ef378ed3f88be8812aad40ed62 jaffm-1.0.ebuild 531
+MD5 dc06b106145777c24472a5a78c7faa10 ChangeLog 547
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/files/digest-jaffm-1.0 b/x11-misc/jaffm/files/digest-jaffm-1.0
new file mode 100644
index 000000000000..39092ec2dc84
--- /dev/null
+++ b/x11-misc/jaffm/files/digest-jaffm-1.0
@@ -0,0 +1 @@
+MD5 f2a222e73e86977c2a59bbad157cd68a jaffm-1.0.tar.gz 23559
diff --git a/x11-misc/jaffm/jaffm-0.9.7.ebuild b/x11-misc/jaffm/jaffm-0.9.7.ebuild
index 013f166d4ba4..e758df76cf30 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.1 2003/12/26 00:44:05 pyrania Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/jaffm/jaffm-0.9.7.ebuild,v 1.2 2003/12/26 00:48:20 pyrania Exp $
DESCRIPTION="Just A Fucking File Manager"
HOMEPAGE="http://jaffm.binary.is/"
@@ -13,8 +13,7 @@ SLOT="0"
KEYWORDS="~x86"
IUSE=""
-DEPEND=">=x11-libs/gtk+-1.2
- >=x11-libs/wxGTK-2.4"
+DEPEND=">=x11-libs/wxGTK-2.4"
S=${WORKDIR}/${P}
diff --git a/x11-misc/jaffm/jaffm-1.0.ebuild b/x11-misc/jaffm/jaffm-1.0.ebuild
new file mode 100644
index 000000000000..610a99f98b26
--- /dev/null
+++ b/x11-misc/jaffm/jaffm-1.0.ebuild
@@ -0,0 +1,23 @@
+# 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 $
+
+DESCRIPTION="Just A Fucking File Manager"
+HOMEPAGE="http://jaffm.binary.is/"
+
+SRC_URI="http://www.binary.is/download/${P}.tar.gz"
+
+LICENSE="GPL-2"
+
+SLOT="0"
+KEYWORDS="~x86"
+IUSE=""
+
+DEPEND=">=x11-libs/wxGTK-2.4"
+
+S=${WORKDIR}/${P}
+
+src_install() {
+ mkdir -p ${D}/usr/bin
+ cp ${S}/jaffm ${D}/usr/bin/jaffm
+}