summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--net-p2p/apollon/ChangeLog8
-rw-r--r--net-p2p/apollon/Manifest8
-rw-r--r--net-p2p/apollon/apollon-0.9.4-r1.ebuild4
-rw-r--r--net-p2p/apollon/apollon-1.0.ebuild26
-rw-r--r--net-p2p/apollon/files/digest-apollon-1.01
5 files changed, 41 insertions, 6 deletions
diff --git a/net-p2p/apollon/ChangeLog b/net-p2p/apollon/ChangeLog
index 3b18aa74d7da..efb33b3e91e0 100644
--- a/net-p2p/apollon/ChangeLog
+++ b/net-p2p/apollon/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for net-p2p/apollon
# Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-p2p/apollon/ChangeLog,v 1.12 2004/07/07 19:24:28 lv Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-p2p/apollon/ChangeLog,v 1.13 2004/09/28 19:34:48 centic Exp $
+
+*apollon-1.0 (28 Sep 2004)
+
+ 28 Sep 2004; Dominik Stadler <centic@gentoo.org> apollon-0.9.4-r1.ebuild,
+ +apollon-1.0.ebuild:
+ Add new Version 1.0, fixes Bug 62136. Also mark 0.9.4-r1 stable on x86
07 Jul 2004; Travis Tilley <lv@gentoo.org> apollon-0.9.3.ebuild:
stable on amd64
diff --git a/net-p2p/apollon/Manifest b/net-p2p/apollon/Manifest
index 28433574e6c7..9a059374b5db 100644
--- a/net-p2p/apollon/Manifest
+++ b/net-p2p/apollon/Manifest
@@ -1,8 +1,10 @@
+MD5 54052b24bb9ca1c84de7e9fbe8167e3e ChangeLog 1871
+MD5 79e7c4b02c543a357d86682b891483ef apollon-1.0.ebuild 647
MD5 deb97e7d54e7686465617af21f1c6293 apollon-0.9.3.ebuild 665
-MD5 f8f8fb57d831a17450e742ab0c4f7eb1 apollon-0.9.2.ebuild 457
-MD5 b15ae3fb30770b4aba6f2d2c7e569a36 apollon-0.9.4-r1.ebuild 647
-MD5 8e9c70f8d1e89b724d1542ca721ecdd8 ChangeLog 1670
MD5 14a961a732705ccf4bbd0a39e43fbf18 metadata.xml 324
+MD5 f8f8fb57d831a17450e742ab0c4f7eb1 apollon-0.9.2.ebuild 457
+MD5 64b5d7015a63770c1a74f464c6addca9 apollon-0.9.4-r1.ebuild 646
MD5 6e27b2a547a0634cc0e6f76f4023e62d files/digest-apollon-0.9.2 66
+MD5 411c02ffc50128f84b7bb4955923f7a5 files/digest-apollon-1.0 64
MD5 fe7f93bd8d055839d23c31f064581c0c files/digest-apollon-0.9.3 68
MD5 7af1dd33730f3e45d7edaf37bdf7c9a5 files/digest-apollon-0.9.4-r1 68
diff --git a/net-p2p/apollon/apollon-0.9.4-r1.ebuild b/net-p2p/apollon/apollon-0.9.4-r1.ebuild
index c242e9f38cbe..62cfc8e9978b 100644
--- a/net-p2p/apollon/apollon-0.9.4-r1.ebuild
+++ b/net-p2p/apollon/apollon-0.9.4-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-p2p/apollon/apollon-0.9.4-r1.ebuild,v 1.3 2004/06/29 12:20:08 carlo Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-p2p/apollon/apollon-0.9.4-r1.ebuild,v 1.4 2004/09/28 19:34:48 centic Exp $
inherit kde
@@ -13,7 +13,7 @@ SRC_URI="mirror://sourceforge/apollon/${MY_P}.tar.bz2"
SLOT="0"
LICENSE="GPL-2"
-KEYWORDS="~x86 ~amd64 ~ppc"
+KEYWORDS="x86 ~amd64 ~ppc"
IUSE=""
DEPEND=">=net-p2p/gift-0.11.4"
diff --git a/net-p2p/apollon/apollon-1.0.ebuild b/net-p2p/apollon/apollon-1.0.ebuild
new file mode 100644
index 000000000000..4e7c37441d30
--- /dev/null
+++ b/net-p2p/apollon/apollon-1.0.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2004 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/net-p2p/apollon/apollon-1.0.ebuild,v 1.1 2004/09/28 19:34:48 centic Exp $
+
+inherit kde
+
+#MY_P="${P}-1"
+#S=${WORKDIR}/${MY_P}
+
+DESCRIPTION="A KDE-based giFT GUI to search for and monitor downloads."
+HOMEPAGE="http://apollon.sourceforge.net"
+SRC_URI="mirror://sourceforge/apollon/${P}.tar.bz2"
+
+SLOT="0"
+LICENSE="GPL-2"
+KEYWORDS="~x86 ~amd64 ~ppc"
+IUSE=""
+
+DEPEND=">=net-p2p/gift-0.11.4"
+need-kde 3
+
+src_install() {
+ einstall || die
+ dodoc AUTHORS ChangeLog HowToGetPlugins.README README TODO || die
+}
+
diff --git a/net-p2p/apollon/files/digest-apollon-1.0 b/net-p2p/apollon/files/digest-apollon-1.0
new file mode 100644
index 000000000000..bfd31fc091cc
--- /dev/null
+++ b/net-p2p/apollon/files/digest-apollon-1.0
@@ -0,0 +1 @@
+MD5 a7e656f61c4fc4815aa7150c6b02d1ca apollon-1.0.tar.bz2 737879