diff options
author | Christoph Mende <angelos@gentoo.org> | 2012-07-20 13:16:05 +0200 |
---|---|---|
committer | Christoph Mende <angelos@gentoo.org> | 2012-07-20 13:16:05 +0200 |
commit | f46b8232cacdb385affbb79c59e47427a8f5b8c2 (patch) | |
tree | 79c345143f8a1eb9c94040e8a415e2b13563a267 | |
parent | plank: Update live ebuild (diff) | |
download | angelos-f46b8232cacdb385affbb79c59e47427a8f5b8c2.tar.gz angelos-f46b8232cacdb385affbb79c59e47427a8f5b8c2.tar.bz2 angelos-f46b8232cacdb385affbb79c59e47427a8f5b8c2.zip |
foobot: Initial commit
(Portage version: 2.2.0_alpha120/git/Linux x86_64, signed Manifest commit with key 84F20B43)
-rw-r--r-- | net-irc/foobot/Manifest | 12 | ||||
-rw-r--r-- | net-irc/foobot/foobot-9999.ebuild | 32 | ||||
-rw-r--r-- | net-irc/foobot/metadata.xml | 5 |
3 files changed, 49 insertions, 0 deletions
diff --git a/net-irc/foobot/Manifest b/net-irc/foobot/Manifest new file mode 100644 index 0000000..0006a18 --- /dev/null +++ b/net-irc/foobot/Manifest @@ -0,0 +1,12 @@ +-----BEGIN PGP SIGNED MESSAGE----- +Hash: SHA256 + +EBUILD foobot-9999.ebuild 684 SHA256 9ed3778f6e516891aec025d4dc3df482d47ef8d757125288a436ef59f231933d SHA512 6366f4e7f6cd713f8dc0fb9a6a03c5a82f0783fc91a9b11f91095857efdf6fb57b8529094a6e8542a5085ee3f20b76d2c45bd868d764fd98c5e3a8bad8a43b93 WHIRLPOOL 32d67ffc090ccf242c0a2960b9ca5c0cf2e96b81cb6ef57e9be43878400c3b1fa21ead75c7c521aa383d2ff741560f4c6928b6b84a54886d54accb46131a0665 +MISC metadata.xml 140 SHA256 46e94927a74c45d5fd3e380fdc946886e83bc28a0a51b4f57b0a360428a5cf4b SHA512 fea2d8570514bac76535850a58a9fb50946a315efd0448cbb3fb0d543acc203541fb3431bd4c3ca82e057f2bd4fcd763da81d07dccfd4a788aedc9aa825d6296 WHIRLPOOL 78baff9ed584f9e1f978667c5b19ba0a66fe2793cacd56c2afbb9fd22fad28d6d012c3d976e8ad30aa4ddd63614cc990bb3a89a2052b3271e4cfd77003d5158e +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v2.0.19 (GNU/Linux) + +iF4EAREIAAYFAlAJPfUACgkQmWq1bYTyC0NIgQD7BUuCG1ucPfNXSl6p4mcJo0Fy +sq/rWsA4r3wmEJF8S1gBAK3dLpCcp0jrJ5dJTbgA9+FzS54xODozoEKLXxeJAh8h +=8Z8b +-----END PGP SIGNATURE----- diff --git a/net-irc/foobot/foobot-9999.ebuild b/net-irc/foobot/foobot-9999.ebuild new file mode 100644 index 0000000..d4a3db5 --- /dev/null +++ b/net-irc/foobot/foobot-9999.ebuild @@ -0,0 +1,32 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=4 +inherit autotools git-2 + +DESCRIPTION="an IRC bot written in Vala with support for dynamic plugins and a sqlite3-based database" +HOMEPAGE="https://github.com/cmende/foobot-vala" +EGIT_REPO_URI="git://github.com/cmende/${PN}-vala.git" +EGIT_BOOTSTRAP="eautoreconf" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="" +IUSE="" + +RDEPEND="dev-libs/glib:2 + dev-libs/libpeas + dev-libs/sqlheavy" +DEPEND="${RDEPEND} + dev-lang/vala:0.16 + virtual/pkgconfig" + +src_configure() { + VALAC="$(type -p valac-0.16)" econf +} + +src_install() { + default + find "${ED}" -name "*.la" -delete || die +} diff --git a/net-irc/foobot/metadata.xml b/net-irc/foobot/metadata.xml new file mode 100644 index 0000000..88ea92b --- /dev/null +++ b/net-irc/foobot/metadata.xml @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +</pkgmetadata> + |