* [gentoo-commits] dev/angelos:master commit in: net-irc/foobot/
@ 2012-07-20 11:43 Christoph Mende
0 siblings, 0 replies; 2+ messages in thread
From: Christoph Mende @ 2012-07-20 11:43 UTC (permalink / raw
To: gentoo-commits
commit: f46b8232cacdb385affbb79c59e47427a8f5b8c2
Author: Christoph Mende <angelos <AT> gentoo <DOT> org>
AuthorDate: Fri Jul 20 11:16:05 2012 +0000
Commit: Christoph Mende <angelos <AT> gentoo <DOT> org>
CommitDate: Fri Jul 20 11:16:05 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=dev/angelos.git;a=commit;h=f46b8232
foobot: Initial commit
(Portage version: 2.2.0_alpha120/git/Linux x86_64, signed Manifest commit with key 84F20B43)
---
net-irc/foobot/Manifest | 12 ++++++++++++
net-irc/foobot/foobot-9999.ebuild | 32 ++++++++++++++++++++++++++++++++
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>
+
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [gentoo-commits] dev/angelos:master commit in: net-irc/foobot/
@ 2015-10-22 11:40 Christoph Mende
0 siblings, 0 replies; 2+ messages in thread
From: Christoph Mende @ 2015-10-22 11:40 UTC (permalink / raw
To: gentoo-commits
commit: 8c79de5fcd30f1ccf9acf846d582b88a1356d1f4
Author: Christoph Mende <angelos <AT> gentoo <DOT> org>
AuthorDate: Thu Oct 22 11:39:53 2015 +0000
Commit: Christoph Mende <angelos <AT> gentoo <DOT> org>
CommitDate: Thu Oct 22 11:39:53 2015 +0000
URL: https://gitweb.gentoo.org/dev/angelos.git/commit/?id=8c79de5f
net-irc/foobot: bump to EAPI5, migrate to vala.eclass
net-irc/foobot/foobot-9999.ebuild | 11 ++++-------
1 file changed, 4 insertions(+), 7 deletions(-)
diff --git a/net-irc/foobot/foobot-9999.ebuild b/net-irc/foobot/foobot-9999.ebuild
index 167016f..748a9c7 100644
--- a/net-irc/foobot/foobot-9999.ebuild
+++ b/net-irc/foobot/foobot-9999.ebuild
@@ -2,8 +2,9 @@
# Distributed under the terms of the GNU General Public License v2
# $Id$
-EAPI=4
-inherit autotools git-2
+EAPI=5
+VALA_MIN_API_VERSION=0.16
+inherit autotools git-2 vala
DESCRIPTION="an IRC bot written in Vala with support for dynamic plugins and a sqlite3-based database"
HOMEPAGE="https://github.com/cmende/foobot-vala"
@@ -19,13 +20,9 @@ RDEPEND="dev-libs/glib:2
dev-libs/libpeas
dev-libs/sqlheavy"
DEPEND="${RDEPEND}
- dev-lang/vala:0.16
+ $(vala_depend)
virtual/pkgconfig"
-src_configure() {
- VALAC="$(type -p valac-0.16)" econf
-}
-
src_install() {
default
find "${ED}" -name "*.la" -delete || die
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2015-10-22 11:40 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-10-22 11:40 [gentoo-commits] dev/angelos:master commit in: net-irc/foobot/ Christoph Mende
-- strict thread matches above, loose matches on Subject: below --
2012-07-20 11:43 Christoph Mende
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox