diff options
author | Sergey Popov <pinkbyte@gentoo.org> | 2013-05-02 15:34:32 +0000 |
---|---|---|
committer | Sergey Popov <pinkbyte@gentoo.org> | 2013-05-02 15:34:32 +0000 |
commit | 2fba7d89c357794314fcd66326017e3b2c01ed79 (patch) | |
tree | dcb837e31db1de5ae341ef07e451eb3c52eda389 /app-leechcraft/lc-pogooglue | |
parent | Bump LeechCraft to 0.5.95, thanks to 0xd34df00d (diff) | |
download | gentoo-2-2fba7d89c357794314fcd66326017e3b2c01ed79.tar.gz gentoo-2-2fba7d89c357794314fcd66326017e3b2c01ed79.tar.bz2 gentoo-2-2fba7d89c357794314fcd66326017e3b2c01ed79.zip |
Bump LeechCraft to 0.5.95, thanks to 0xd34df00d
(Portage version: 2.2.0_alpha173/cvs/Linux x86_64, signed Manifest commit with key 0x1F357D42)
Diffstat (limited to 'app-leechcraft/lc-pogooglue')
-rw-r--r-- | app-leechcraft/lc-pogooglue/ChangeLog | 7 | ||||
-rw-r--r-- | app-leechcraft/lc-pogooglue/lc-pogooglue-0.5.95.ebuild | 16 |
2 files changed, 22 insertions, 1 deletions
diff --git a/app-leechcraft/lc-pogooglue/ChangeLog b/app-leechcraft/lc-pogooglue/ChangeLog index 40f3425ae192..205247779e1d 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.1 2013/03/08 22:04:35 maksbotan Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-leechcraft/lc-pogooglue/ChangeLog,v 1.2 2013/05/02 15:34:32 pinkbyte Exp $ + +*lc-pogooglue-0.5.95 (02 May 2013) + + 02 May 2013; Sergey Popov <pinkbyte@gentoo.org> +lc-pogooglue-0.5.95.ebuild: + Bump app-leechcraft/lc-pogooglue to 0.5.95, thanks to 0xd34df00d *lc-pogooglue-9999 (08 Mar 2013) *lc-pogooglue-0.5.90 (08 Mar 2013) diff --git a/app-leechcraft/lc-pogooglue/lc-pogooglue-0.5.95.ebuild b/app-leechcraft/lc-pogooglue/lc-pogooglue-0.5.95.ebuild new file mode 100644 index 000000000000..5fab6c04ec9b --- /dev/null +++ b/app-leechcraft/lc-pogooglue/lc-pogooglue-0.5.95.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-pogooglue/lc-pogooglue-0.5.95.ebuild,v 1.1 2013/05/02 15:34:32 pinkbyte 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}" |