diff options
author | Maxim Koltsov <maksbotan@gentoo.org> | 2013-06-11 14:25:18 +0000 |
---|---|---|
committer | Maxim Koltsov <maksbotan@gentoo.org> | 2013-06-11 14:25:18 +0000 |
commit | 912836622fe35dac22011b470d0d66d7e1f350fc (patch) | |
tree | 3d923f0a0ee46eb5ec8ffcecfd44dd0fe439460f /app-leechcraft/lc-imgaste | |
parent | Version bump (diff) | |
download | gentoo-2-912836622fe35dac22011b470d0d66d7e1f350fc.tar.gz gentoo-2-912836622fe35dac22011b470d0d66d7e1f350fc.tar.bz2 gentoo-2-912836622fe35dac22011b470d0d66d7e1f350fc.zip |
Add imgaste Leech Craft plugin, thanks to 0xd34df00d
(Portage version: 2.1.12.2/cvs/Linux x86_64, signed Manifest commit with key F8DBDADE)
Diffstat (limited to 'app-leechcraft/lc-imgaste')
-rw-r--r-- | app-leechcraft/lc-imgaste/ChangeLog | 9 | ||||
-rw-r--r-- | app-leechcraft/lc-imgaste/Manifest | 2 | ||||
-rw-r--r-- | app-leechcraft/lc-imgaste/lc-imgaste-9999.ebuild | 16 | ||||
-rw-r--r-- | app-leechcraft/lc-imgaste/metadata.xml | 5 |
4 files changed, 32 insertions, 0 deletions
diff --git a/app-leechcraft/lc-imgaste/ChangeLog b/app-leechcraft/lc-imgaste/ChangeLog new file mode 100644 index 000000000000..b11830d99a54 --- /dev/null +++ b/app-leechcraft/lc-imgaste/ChangeLog @@ -0,0 +1,9 @@ +# ChangeLog for app-leechcraft/lc-imgaste +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-leechcraft/lc-imgaste/ChangeLog,v 1.1 2013/06/11 14:25:18 maksbotan Exp $ + +*lc-imgaste-9999 (11 Jun 2013) + + 11 Jun 2013; Maxim Koltsov <maksbotan@gentoo.org> +lc-imgaste-9999.ebuild, + +metadata.xml: + Add imgaste Leech Craft plugin, thanks to 0xd34df00d diff --git a/app-leechcraft/lc-imgaste/Manifest b/app-leechcraft/lc-imgaste/Manifest new file mode 100644 index 000000000000..928e0d1aea0b --- /dev/null +++ b/app-leechcraft/lc-imgaste/Manifest @@ -0,0 +1,2 @@ +EBUILD lc-imgaste-9999.ebuild 428 SHA256 e7acd36464422a42949985ffd13e07eb204b35d757b1809f660b3f034d573732 SHA512 c5af0a568f71c7294f9b26aab7cf054baaae95dab02178784cde6feeb1636265e8384b5c1070170dd9a248b4802a91fb1e7daa204fd620324dfedafb6e5a871a WHIRLPOOL e8977328f56788d248e14a533481c98f15f18d94549b74a70ac514ad354c4e5f95d49e8caa24023ee21c617d9aaa0a42f5bb81c95fc08e04dbd3539f5d78384c +MISC metadata.xml 164 SHA256 d3d50c47cc72568dcc457fe11ddfc6849ba6572bc2d581aad1deac910ee1d488 SHA512 ce478accd06c9c530d86b3ca8abaf3680428a7ab07ed8bb5b78e60c7e3240c3be349993f73e2ef904642efec5cd9c8abb7196675b46723103290ef9ab5d1cc10 WHIRLPOOL 4c2d59059bc69ff27c720b093f582968e2778d23875e0f7d3edba0ec6634e1b50e7403974c4a32638eeaae4d7baf45ca163e5e80f5bd692590b7d075882d51f0 diff --git a/app-leechcraft/lc-imgaste/lc-imgaste-9999.ebuild b/app-leechcraft/lc-imgaste/lc-imgaste-9999.ebuild new file mode 100644 index 000000000000..6d82e5227cbd --- /dev/null +++ b/app-leechcraft/lc-imgaste/lc-imgaste-9999.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-leechcraft/lc-imgaste/lc-imgaste-9999.ebuild,v 1.1 2013/06/11 14:25:18 maksbotan Exp $ + +EAPI="5" + +inherit leechcraft + +DESCRIPTION="The simple image uploader data filter for LeechCraft" + +SLOT="0" +KEYWORDS="" +IUSE="debug" + +DEPEND="~app-leechcraft/lc-core-${PV}" +RDEPEND="${DEPEND}"
\ No newline at end of file diff --git a/app-leechcraft/lc-imgaste/metadata.xml b/app-leechcraft/lc-imgaste/metadata.xml new file mode 100644 index 000000000000..2c857dda08d3 --- /dev/null +++ b/app-leechcraft/lc-imgaste/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> |