diff options
author | Maxim Koltsov <maksbotan@gentoo.org> | 2014-01-08 09:45:40 +0000 |
---|---|---|
committer | Maxim Koltsov <maksbotan@gentoo.org> | 2014-01-08 09:45:40 +0000 |
commit | f68def297033368e3e5f9a333098c12dc753a449 (patch) | |
tree | 8538ef08044feaa37375780bb93844cc63ffb4bb /app-leechcraft/lc-devmon | |
parent | Bump to LeecChraft-0.6.60 release, thanks to 0xd34df00d. (diff) | |
download | gentoo-2-f68def297033368e3e5f9a333098c12dc753a449.tar.gz gentoo-2-f68def297033368e3e5f9a333098c12dc753a449.tar.bz2 gentoo-2-f68def297033368e3e5f9a333098c12dc753a449.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-devmon')
-rw-r--r-- | app-leechcraft/lc-devmon/ChangeLog | 9 | ||||
-rw-r--r-- | app-leechcraft/lc-devmon/lc-devmon-0.6.60.ebuild | 17 |
2 files changed, 24 insertions, 2 deletions
diff --git a/app-leechcraft/lc-devmon/ChangeLog b/app-leechcraft/lc-devmon/ChangeLog index 3a813dc4d577..0e28b0e3eb4e 100644 --- a/app-leechcraft/lc-devmon/ChangeLog +++ b/app-leechcraft/lc-devmon/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for app-leechcraft/lc-devmon -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-leechcraft/lc-devmon/ChangeLog,v 1.1 2013/08/18 18:32:02 maksbotan Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-leechcraft/lc-devmon/ChangeLog,v 1.2 2014/01/08 09:45:40 maksbotan Exp $ + +*lc-devmon-0.6.60 (08 Jan 2014) + + 08 Jan 2014; Maxim Koltsov <maksbotan@gentoo.org> +lc-devmon-0.6.60.ebuild: + Bump to LeecChraft-0.6.60 release, thanks to 0xd34df00d. *lc-devmon-9999 (18 Aug 2013) diff --git a/app-leechcraft/lc-devmon/lc-devmon-0.6.60.ebuild b/app-leechcraft/lc-devmon/lc-devmon-0.6.60.ebuild new file mode 100644 index 000000000000..b5b38e312a42 --- /dev/null +++ b/app-leechcraft/lc-devmon/lc-devmon-0.6.60.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-leechcraft/lc-devmon/lc-devmon-0.6.60.ebuild,v 1.1 2014/01/08 09:45:40 maksbotan Exp $ + +EAPI="5" + +inherit leechcraft + +DESCRIPTION="Non-storage USB devices manager for LeechCraft" + +SLOT="0" +KEYWORDS=" ~amd64 ~x86" +IUSE="debug" + +DEPEND="~app-leechcraft/lc-core-${PV} + virtual/udev" +RDEPEND="${DEPEND}"
\ No newline at end of file |