diff options
author | Thomas Raschbacher <lordvan@gentoo.org> | 2003-09-11 12:33:51 +0000 |
---|---|---|
committer | Thomas Raschbacher <lordvan@gentoo.org> | 2003-09-11 12:33:51 +0000 |
commit | de4d4ffa92298ed0125e61ca1f33484c0873ad08 (patch) | |
tree | 64ef9fee0e8c7c03666e3fa219611dd20d335a14 /net-misc/bo2k_console | |
parent | initial (diff) | |
download | gentoo-2-de4d4ffa92298ed0125e61ca1f33484c0873ad08.tar.gz gentoo-2-de4d4ffa92298ed0125e61ca1f33484c0873ad08.tar.bz2 gentoo-2-de4d4ffa92298ed0125e61ca1f33484c0873ad08.zip |
initial
Diffstat (limited to 'net-misc/bo2k_console')
-rw-r--r-- | net-misc/bo2k_console/ChangeLog | 7 | ||||
-rw-r--r-- | net-misc/bo2k_console/Manifest | 6 | ||||
-rw-r--r-- | net-misc/bo2k_console/bo2k_console-0.0.2_pre.ebuild | 25 | ||||
-rw-r--r-- | net-misc/bo2k_console/files/digest-bo2k_console-0.0.2_pre | 1 | ||||
-rw-r--r-- | net-misc/bo2k_console/metadata.xml | 11 |
5 files changed, 47 insertions, 3 deletions
diff --git a/net-misc/bo2k_console/ChangeLog b/net-misc/bo2k_console/ChangeLog new file mode 100644 index 000000000000..e0b377c05795 --- /dev/null +++ b/net-misc/bo2k_console/ChangeLog @@ -0,0 +1,7 @@ +# ChangeLog for net-misc/bo2k_console +# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-misc/bo2k_console/ChangeLog,v 1.1 2003/09/11 12:33:44 lordvan Exp $ + +*libbo2k-0.1.5pre (11 Sep 2003) + 11 Sep 2003; Thomas Raschbacher <lordvan@gentoo.org>: bo2k_console-0.0.2_pre, ChangeLog, metadata.xml: + initial release
\ No newline at end of file diff --git a/net-misc/bo2k_console/Manifest b/net-misc/bo2k_console/Manifest index 29c2c4ad1ac3..0f649f6b713b 100644 --- a/net-misc/bo2k_console/Manifest +++ b/net-misc/bo2k_console/Manifest @@ -1,4 +1,4 @@ -MD5 99d2546d4aa3ca72e4843e39677854ae bo2k_console-0.0.2_pre.ebuild 683 -MD5 80589c02d42643e0798e69a29ebe2256 ChangeLog 368 -MD5 f76c9d12df67882110dd661562837477 metadata.xml 328 +MD5 bdb12bd9ce02a9070856e1e414029e92 bo2k_console-0.0.2_pre.ebuild 691 +MD5 a446f34b1bbf320214d123271ffccebf ChangeLog 383 +MD5 99aa6083aba75ff41257d5f402d02bad metadata.xml 332 MD5 57458f2fa9c9dbdd8368741fe99d8198 files/digest-bo2k_console-0.0.2_pre 72 diff --git a/net-misc/bo2k_console/bo2k_console-0.0.2_pre.ebuild b/net-misc/bo2k_console/bo2k_console-0.0.2_pre.ebuild new file mode 100644 index 000000000000..5c6150c28438 --- /dev/null +++ b/net-misc/bo2k_console/bo2k_console-0.0.2_pre.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2003 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-misc/bo2k_console/bo2k_console-0.0.2_pre.ebuild,v 1.1 2003/09/11 12:33:44 lordvan Exp $ +MY_PV="0.0.2pre" +MY_P="${PN}-${MY_PV}" +DESCRIPTION="Command-line client based on LibBO2K." +HOMEPAGE="http://www.bo2k.com/" +SRC_URI="mirror://sourceforge/bo2k/${MY_P}.tar.gz" +LICENSE="LGPL-2" +SLOT="0" +KEYWORDS="~x86" +IUSE="" +DEPEND=">=net-libs/libbo2k-0.1.5_pre" +#RDEPEND="" +S=${WORKDIR}/${MY_P} + +src_compile() { + econf || die + emake || die +} + +src_install() { + einstall || die + dodoc README COPYING INSTALL AUTHORS # NEWS ChangeLog <-- 0 Byte ?? +} diff --git a/net-misc/bo2k_console/files/digest-bo2k_console-0.0.2_pre b/net-misc/bo2k_console/files/digest-bo2k_console-0.0.2_pre new file mode 100644 index 000000000000..1790fe27d201 --- /dev/null +++ b/net-misc/bo2k_console/files/digest-bo2k_console-0.0.2_pre @@ -0,0 +1 @@ +MD5 6cb875103f2a6b2091452d3122c3a00e bo2k_console-0.0.2pre.tar.gz 41207 diff --git a/net-misc/bo2k_console/metadata.xml b/net-misc/bo2k_console/metadata.xml new file mode 100644 index 000000000000..76523e1a2fad --- /dev/null +++ b/net-misc/bo2k_console/metadata.xml @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> + +<pkgmetadata> +<herd>no-herd</herd> +<maintainer> + <email>lordvan@gentoo.org</email> + <name>Thomas Raschbacher</name> +</maintainer> + <longdescription>Command-line client based on LibBO2K.</longdescription> +</pkgmetadata> |