summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-p2p')
-rw-r--r--net-p2p/frost/ChangeLog8
-rw-r--r--net-p2p/frost/Manifest5
-rw-r--r--net-p2p/frost/frost-2007.07.19.ebuild48
-rwxr-xr-xnet-p2p/frost/metadata.xml5
4 files changed, 66 insertions, 0 deletions
diff --git a/net-p2p/frost/ChangeLog b/net-p2p/frost/ChangeLog
new file mode 100644
index 000000000..48600e3dd
--- /dev/null
+++ b/net-p2p/frost/ChangeLog
@@ -0,0 +1,8 @@
+# ChangeLog for net-p2p/frost
+# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
+# $Header: $
+
+ 11 Aug 2007; Thomas Sachau (Tommy[D]) thomas.sachau@gmx.de +metadata.xml,
+ +frost-2007.07.19.ebuild:
+ New ebuild for bug 143893 thanks to helch in #gentoo-sunrise for hints
+
diff --git a/net-p2p/frost/Manifest b/net-p2p/frost/Manifest
new file mode 100644
index 000000000..4c389a747
--- /dev/null
+++ b/net-p2p/frost/Manifest
@@ -0,0 +1,5 @@
+DIST frost-19-Jul-2007-source.zip 1796342 RMD160 cdfe2e0d91d3e780468f3ff0751b995983f43313 SHA1 2c9425fc66e266f64262277147f13966876b6471 SHA256 1a2f3a83b9c0e5479f31e715797417705fc53bb447d0c03f6632e744b5160f4e
+DIST frost-19-Jul-2007.zip 7092779 RMD160 13e09d524a9aa7de10a20ed334e1d0568ed9fe8e SHA1 4a33e7949b12dafdf8bee7f27a69a03b6cd7d829 SHA256 17095700a4b24870a426e6598cfc150407a0e032fa4434d8c83128624f0d71dc
+EBUILD frost-2007.07.19.ebuild 1110 RMD160 cfa3420e625abfdb712808bda647621ee479912b SHA1 a82ede6370bf0a49989923b78ee64e071207943c SHA256 7ae1ce1fd107156ef51db431bf1c09175ef9d1b46c0ebbb5991ebcc0f960d7ac
+MISC ChangeLog 292 RMD160 fc4cea69f57eb1674243c630d617684d467a121d SHA1 99a485cf39c40a46f5bca98693a62c18b9c0e368 SHA256 1cfbcb4e6a60bc48d4f3b08db05db0b732c35b5915783947fec4fe2109977d95
+MISC metadata.xml 170 RMD160 645927a396fdc21cdeb089fe42c5397332420ea6 SHA1 ac7f48a14fec325926f9ce1be8fbf1f311b4f2e4 SHA256 d797a2ec6f9dc516c9f9c1a758ee87ad3e8c43101b5dc76c2f872d5bd4639b42
diff --git a/net-p2p/frost/frost-2007.07.19.ebuild b/net-p2p/frost/frost-2007.07.19.ebuild
new file mode 100644
index 000000000..9f02057fd
--- /dev/null
+++ b/net-p2p/frost/frost-2007.07.19.ebuild
@@ -0,0 +1,48 @@
+# Copyright 1999-2007 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+inherit eutils
+
+DESCRIPTION="message board and file sharing client for freenet network"
+HOMEPAGE="http://jtcfrost.sourceforge.net/"
+MY_V="19-Jul-2007"
+MY_P="${PN}-${MY_V}"
+SRC_URI=" mirror://sourceforge/jtcfrost/${MY_P}-source.zip
+ mirror://sourceforge/jtcfrost/${MY_P}.zip"
+RESTRICT="userpriv mirror"
+LICENSE="GPL-2"
+IUSE=""
+SLOT="0"
+KEYWORDS="~x86"
+RDEPEND=">=virtual/jdk-1.5
+ || ( net-p2p/freenet
+ net-p2p/freenet-bin )"
+DEPEND=">=virtual/jdk-1.5
+ dev-java/ant
+ app-arch/unzip"
+S="${WORKDIR}/${PN}-wot"
+
+pkg_setup() {
+ enewgroup frost
+}
+
+src_unpack() {
+ unpack ${A}
+ cp -R lib ${S}/
+}
+
+src_compile() {
+ ant release
+}
+
+src_install() {
+ into /opt/frost
+ cp -R ${S}/build/dist/* ${D}/opt/frost/
+ fowners :frost /opt/frost /opt/frost/config /opt/frost/downloads /opt/frost/store /opt/frost/exec
+}
+
+pkg_postinst() {
+ chmod g+w -R /opt/frost/config /opt/frost/downloads /opt/frost/store /opt/frost/exec
+ einfo "Start frost with sh /opt/frost/frost.sh (you have to be in the frost-group)."
+}
diff --git a/net-p2p/frost/metadata.xml b/net-p2p/frost/metadata.xml
new file mode 100755
index 000000000..7e3286984
--- /dev/null
+++ b/net-p2p/frost/metadata.xml
@@ -0,0 +1,5 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<herd>maintainer-wanted</herd>
+</pkgmetadata>