diff options
author | Sergey Kuleshov <sergey@gentoo.org> | 2003-10-18 10:44:01 +0000 |
---|---|---|
committer | Sergey Kuleshov <sergey@gentoo.org> | 2003-10-18 10:44:01 +0000 |
commit | 7af41b02a0eaa3e78c5d0ff5b03a4d97c5174c04 (patch) | |
tree | 6d650aa1eff57e8554c8c5c371f8f66dcdab1394 /net-p2p | |
parent | Initial commit. (diff) | |
download | gentoo-2-7af41b02a0eaa3e78c5d0ff5b03a4d97c5174c04.tar.gz gentoo-2-7af41b02a0eaa3e78c5d0ff5b03a4d97c5174c04.tar.bz2 gentoo-2-7af41b02a0eaa3e78c5d0ff5b03a4d97c5174c04.zip |
Initial commit.
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/apollon/ChangeLog | 10 | ||||
-rw-r--r-- | net-p2p/apollon/Manifest | 4 | ||||
-rw-r--r-- | net-p2p/apollon/apollon-0.9.ebuild | 17 | ||||
-rw-r--r-- | net-p2p/apollon/files/digest-apollon-0.9 | 1 | ||||
-rw-r--r-- | net-p2p/apollon/metadata.xml | 10 |
5 files changed, 40 insertions, 2 deletions
diff --git a/net-p2p/apollon/ChangeLog b/net-p2p/apollon/ChangeLog new file mode 100644 index 000000000000..c4169694dca1 --- /dev/null +++ b/net-p2p/apollon/ChangeLog @@ -0,0 +1,10 @@ +# ChangeLog for net-p2p/apollon +# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-p2p/apollon/ChangeLog,v 1.1 2003/10/18 10:43:55 sergey Exp $ + +*apollon-0.9 (18 Oct 2003) + + 18 Oct 2003; Sergey Kuleshov <svyatogor@gentoo.org> apollon-0.9.ebuild, + metadata.xml: + Initial commit of the ebuild. Thus closing bugs #27186 and #30377. + diff --git a/net-p2p/apollon/Manifest b/net-p2p/apollon/Manifest index ec74f89ec82f..66dbe3e2e99c 100644 --- a/net-p2p/apollon/Manifest +++ b/net-p2p/apollon/Manifest @@ -1,4 +1,4 @@ -MD5 cbec2f07f8e8869df30ecf0acdb453f7 apollon-0.9.ebuild 365 -MD5 d204286d1a3014e7f08a764c6e0cbdac ChangeLog 312 +MD5 cad57780abb74e0a0c951efb8f6811ab apollon-0.9.ebuild 462 +MD5 88ad46e5b4eaf31814f390a1fbd9026b ChangeLog 400 MD5 14a961a732705ccf4bbd0a39e43fbf18 metadata.xml 324 MD5 a5c5b8902403ad8fb63a95546216c9ca files/digest-apollon-0.9 64 diff --git a/net-p2p/apollon/apollon-0.9.ebuild b/net-p2p/apollon/apollon-0.9.ebuild new file mode 100644 index 000000000000..49b756fde1a4 --- /dev/null +++ b/net-p2p/apollon/apollon-0.9.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2003 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-p2p/apollon/apollon-0.9.ebuild,v 1.1 2003/10/18 10:43:55 sergey Exp $ +inherit kde-base +need-kde 3 +DESCRIPTION="A KDE-based giFT GUI" + +HOMEPAGE="http://apollon.sourceforge.net" + +SRC_URI="mirror://sourceforge/apollon/${P}.tar.bz2" + +LICENSE="GPL-2" + +SLOT="0" + +KEYWORDS="~x86" +newdepend ">=net-p2p/gift-0.11.4" diff --git a/net-p2p/apollon/files/digest-apollon-0.9 b/net-p2p/apollon/files/digest-apollon-0.9 new file mode 100644 index 000000000000..3c4c888ecc51 --- /dev/null +++ b/net-p2p/apollon/files/digest-apollon-0.9 @@ -0,0 +1 @@ +MD5 32330d5e4723e9021db8860f0a86b869 apollon-0.9.tar.bz2 770166 diff --git a/net-p2p/apollon/metadata.xml b/net-p2p/apollon/metadata.xml new file mode 100644 index 000000000000..f7e85c712961 --- /dev/null +++ b/net-p2p/apollon/metadata.xml @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<herd>kde-other</herd> +<longdescription>KDE frontend for giFT P2P network.</longdescription> +<maintainer> +<email>svyatogor@gentoo.org</email> +<name>Sergey Kuleshov</name> +</maintainer> +</pkgmetadata> |