diff options
author | Maxim Koltsov <maksbotan@gentoo.org> | 2014-01-08 09:46:08 +0000 |
---|---|---|
committer | Maxim Koltsov <maksbotan@gentoo.org> | 2014-01-08 09:46:08 +0000 |
commit | 1d1c2f77314840104f21acd88ce27bd5bf60c8aa (patch) | |
tree | a6e9053779c63b24c942d08f92cc106f05db3c86 /app-leechcraft/lc-fenet | |
parent | Bump to LeecChraft-0.6.60 release, thanks to 0xd34df00d. (diff) | |
download | gentoo-2-1d1c2f77314840104f21acd88ce27bd5bf60c8aa.tar.gz gentoo-2-1d1c2f77314840104f21acd88ce27bd5bf60c8aa.tar.bz2 gentoo-2-1d1c2f77314840104f21acd88ce27bd5bf60c8aa.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-fenet')
-rw-r--r-- | app-leechcraft/lc-fenet/ChangeLog | 10 | ||||
-rw-r--r-- | app-leechcraft/lc-fenet/lc-fenet-0.6.60.ebuild | 16 | ||||
-rw-r--r-- | app-leechcraft/lc-fenet/lc-fenet-9999.ebuild | 8 |
3 files changed, 28 insertions, 6 deletions
diff --git a/app-leechcraft/lc-fenet/ChangeLog b/app-leechcraft/lc-fenet/ChangeLog index 1ecea38237c7..5594ca9c4736 100644 --- a/app-leechcraft/lc-fenet/ChangeLog +++ b/app-leechcraft/lc-fenet/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for app-leechcraft/lc-fenet -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-leechcraft/lc-fenet/ChangeLog,v 1.1 2013/08/18 18:34:37 maksbotan Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-leechcraft/lc-fenet/ChangeLog,v 1.2 2014/01/08 09:46:08 maksbotan Exp $ + +*lc-fenet-0.6.60 (08 Jan 2014) + + 08 Jan 2014; Maxim Koltsov <maksbotan@gentoo.org> +lc-fenet-0.6.60.ebuild, + lc-fenet-9999.ebuild: + Bump to LeecChraft-0.6.60 release, thanks to 0xd34df00d. *lc-fenet-9999 (18 Aug 2013) diff --git a/app-leechcraft/lc-fenet/lc-fenet-0.6.60.ebuild b/app-leechcraft/lc-fenet/lc-fenet-0.6.60.ebuild new file mode 100644 index 000000000000..a6b50c468b81 --- /dev/null +++ b/app-leechcraft/lc-fenet/lc-fenet-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-fenet/lc-fenet-0.6.60.ebuild,v 1.1 2014/01/08 09:46:08 maksbotan Exp $ + +EAPI="5" + +inherit leechcraft + +DESCRIPTION="LeechCraft WM and compositor manager" + +SLOT="0" +KEYWORDS=" ~amd64 ~x86" +IUSE="debug" + +DEPEND="~app-leechcraft/lc-core-${PV}" +RDEPEND="${DEPEND}" diff --git a/app-leechcraft/lc-fenet/lc-fenet-9999.ebuild b/app-leechcraft/lc-fenet/lc-fenet-9999.ebuild index 70d89dd0d560..38ad1fb3fa38 100644 --- a/app-leechcraft/lc-fenet/lc-fenet-9999.ebuild +++ b/app-leechcraft/lc-fenet/lc-fenet-9999.ebuild @@ -1,16 +1,16 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-leechcraft/lc-fenet/lc-fenet-9999.ebuild,v 1.1 2013/08/18 18:34:37 maksbotan Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-leechcraft/lc-fenet/lc-fenet-9999.ebuild,v 1.2 2014/01/08 09:46:08 maksbotan Exp $ EAPI="5" inherit leechcraft -DESCRIPTION="The simple image uploader data filter for LeechCraft" +DESCRIPTION="LeechCraft WM and compositor manager" SLOT="0" KEYWORDS="" IUSE="debug" DEPEND="~app-leechcraft/lc-core-${PV}" -RDEPEND="${DEPEND}"
\ No newline at end of file +RDEPEND="${DEPEND}" |