diff options
author | Maxim Koltsov <maksbotan@gentoo.org> | 2014-01-08 09:53:33 +0000 |
---|---|---|
committer | Maxim Koltsov <maksbotan@gentoo.org> | 2014-01-08 09:53:33 +0000 |
commit | e0bb04459034b5e92c2e5579960263f240002343 (patch) | |
tree | 843429bdf17ba4ea619c8567b3bec35917bd5efb /app-leechcraft/lc-pogooglue | |
parent | Bump to LeecChraft-0.6.60 release, thanks to 0xd34df00d. (diff) | |
download | gentoo-2-e0bb04459034b5e92c2e5579960263f240002343.tar.gz gentoo-2-e0bb04459034b5e92c2e5579960263f240002343.tar.bz2 gentoo-2-e0bb04459034b5e92c2e5579960263f240002343.zip |
Bump to LeecChraft-0.6.60 release, thanks to 0xd34df00d.
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key F8DBDADE)
Diffstat (limited to 'app-leechcraft/lc-pogooglue')
-rw-r--r-- | app-leechcraft/lc-pogooglue/ChangeLog | 9 | ||||
-rw-r--r-- | app-leechcraft/lc-pogooglue/lc-pogooglue-0.6.60.ebuild | 16 |
2 files changed, 23 insertions, 2 deletions
diff --git a/app-leechcraft/lc-pogooglue/ChangeLog b/app-leechcraft/lc-pogooglue/ChangeLog index 0be5b3a0f694..1af61c66b557 100644 --- a/app-leechcraft/lc-pogooglue/ChangeLog +++ b/app-leechcraft/lc-pogooglue/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for app-leechcraft/lc-pogooglue -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-leechcraft/lc-pogooglue/ChangeLog,v 1.7 2013/09/24 15:50:16 maksbotan Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-leechcraft/lc-pogooglue/ChangeLog,v 1.8 2014/01/08 09:53:33 maksbotan Exp $ + +*lc-pogooglue-0.6.60 (08 Jan 2014) + + 08 Jan 2014; Maxim Koltsov <maksbotan@gentoo.org> +lc-pogooglue-0.6.60.ebuild: + Bump to LeecChraft-0.6.60 release, thanks to 0xd34df00d. *lc-pogooglue-0.6.0 (24 Sep 2013) diff --git a/app-leechcraft/lc-pogooglue/lc-pogooglue-0.6.60.ebuild b/app-leechcraft/lc-pogooglue/lc-pogooglue-0.6.60.ebuild new file mode 100644 index 000000000000..af2751727a01 --- /dev/null +++ b/app-leechcraft/lc-pogooglue/lc-pogooglue-0.6.60.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-leechcraft/lc-pogooglue/lc-pogooglue-0.6.60.ebuild,v 1.1 2014/01/08 09:53:33 maksbotan Exp $ + +EAPI="4" + +inherit leechcraft + +DESCRIPTION="Provides searching with Google to other LeechCraft plugins" + +SLOT="0" +KEYWORDS=" ~amd64 ~x86" +IUSE="" + +DEPEND="~app-leechcraft/lc-core-${PV}" +RDEPEND="${DEPEND}" |