diff options
author | Sergey Popov <pinkbyte@gentoo.org> | 2012-10-13 14:02:07 +0000 |
---|---|---|
committer | Sergey Popov <pinkbyte@gentoo.org> | 2012-10-13 14:02:07 +0000 |
commit | da1c872ee4e92d6e194384209e0656fdf8fefb8c (patch) | |
tree | c402b7bd41862d1977cd49f6b124da74a1b535b9 /www-misc | |
parent | Initial commit, thanks to 0xd34df00d (diff) | |
download | gentoo-2-da1c872ee4e92d6e194384209e0656fdf8fefb8c.tar.gz gentoo-2-da1c872ee4e92d6e194384209e0656fdf8fefb8c.tar.bz2 gentoo-2-da1c872ee4e92d6e194384209e0656fdf8fefb8c.zip |
Initial commit, thanks to 0xd34df00d
(Portage version: 2.2.0_alpha134/cvs/Linux x86_64)
Diffstat (limited to 'www-misc')
-rw-r--r-- | www-misc/leechcraft-pogooglue/ChangeLog | 10 | ||||
-rw-r--r-- | www-misc/leechcraft-pogooglue/Manifest | 3 | ||||
-rw-r--r-- | www-misc/leechcraft-pogooglue/leechcraft-pogooglue-9999.ebuild | 16 | ||||
-rw-r--r-- | www-misc/leechcraft-pogooglue/metadata.xml | 5 |
4 files changed, 34 insertions, 0 deletions
diff --git a/www-misc/leechcraft-pogooglue/ChangeLog b/www-misc/leechcraft-pogooglue/ChangeLog new file mode 100644 index 000000000000..52533c610e72 --- /dev/null +++ b/www-misc/leechcraft-pogooglue/ChangeLog @@ -0,0 +1,10 @@ +# ChangeLog for www-misc/leechcraft-pogooglue +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/www-misc/leechcraft-pogooglue/ChangeLog,v 1.1 2012/10/13 14:02:07 pinkbyte Exp $ + +*leechcraft-pogooglue-9999 (13 Oct 2012) + + 13 Oct 2012; Sergey Popov <pinkbyte@gentoo.org> + +leechcraft-pogooglue-9999.ebuild, +metadata.xml: + Initial commit, thanks to 0xd34df00d + diff --git a/www-misc/leechcraft-pogooglue/Manifest b/www-misc/leechcraft-pogooglue/Manifest new file mode 100644 index 000000000000..fd191c0ee40c --- /dev/null +++ b/www-misc/leechcraft-pogooglue/Manifest @@ -0,0 +1,3 @@ +EBUILD leechcraft-pogooglue-9999.ebuild 445 SHA256 32a6034fbed050a2837d0ae1210348e419e2e78290562ea1db66c733b1c00b4b SHA512 15c302dc01c160971d56b864dc962ef25079912310f1d8f64d2d810425605338a825f591fe417be0c9b2414346ce90441a9d3819d5a9747baca142030073cfd8 WHIRLPOOL e47f50a4c65a0b28d043edb161d7a26fade860f61fda15c74caaf7c48141017e47853a34294a7b7f045c3339c3132bb68d83de2da8922bdeaf505dcbf970d73f +MISC ChangeLog 314 SHA256 c68d0a5a484608ba671fe303adfc83e1c54432029daf759b29caed98a53f5a18 SHA512 89993ab030c879450eb8d558991e96984f79680e121a5e8a4d71fa29ec9a5105f45b5c396a46e044f76da8850e073dd3a17d74bdd2a479034d10ba4a84c7f2f3 WHIRLPOOL b234a920383fc97d7da5f8e618ef161bad99585c504db7aab2b18618fa17fd5abce31ad75b2d37e4231ce1fcd5336f342ca0c8124a3d8ebc02b7e62f1564422d +MISC metadata.xml 163 SHA256 6a0d0860c0ffde9ec19aef76a6749e3ce856e5053724bff774b0f292c050f722 SHA512 d404f0c5485a5699479569044e7134f6a1f3bc38dcdd97f11197bc1aa285b3b6edfed538502ee4eac2de8db516acfe58181ad57f385326abbc3c64d007a895bb WHIRLPOOL 3c09570f4875fe939de670fab9f2589f2bbd066c1e51421deecd0f0eade0523d437dafc1f0ccf1a06a012adba6e4cb233ce3108b15e28687dc7775eccfa8a905 diff --git a/www-misc/leechcraft-pogooglue/leechcraft-pogooglue-9999.ebuild b/www-misc/leechcraft-pogooglue/leechcraft-pogooglue-9999.ebuild new file mode 100644 index 000000000000..2041a0d0940b --- /dev/null +++ b/www-misc/leechcraft-pogooglue/leechcraft-pogooglue-9999.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/www-misc/leechcraft-pogooglue/leechcraft-pogooglue-9999.ebuild,v 1.1 2012/10/13 14:02:07 pinkbyte Exp $ + +EAPI="4" + +inherit leechcraft + +DESCRIPTION="Provides searching with Google to other LeechCraft plugins" + +SLOT="0" +KEYWORDS="" +IUSE="" + +DEPEND="~net-misc/leechcraft-core-${PV}" +RDEPEND="${DEPEND}" diff --git a/www-misc/leechcraft-pogooglue/metadata.xml b/www-misc/leechcraft-pogooglue/metadata.xml new file mode 100644 index 000000000000..12f1722f7fcc --- /dev/null +++ b/www-misc/leechcraft-pogooglue/metadata.xml @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<herd>leechcraft</herd> +</pkgmetadata> |