Gentoo Archives: gentoo-commits

From: "Maxim Koltsov (maksbotan)" <maksbotan@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-leechcraft/lc-ooronee: lc-ooronee-0.6.70.ebuild ChangeLog
Date: Sun, 03 Aug 2014 18:59:39
Message-Id: 20140803185936.6A4772004C@flycatcher.gentoo.org
1 maksbotan 14/08/03 18:59:36
2
3 Modified: ChangeLog
4 Added: lc-ooronee-0.6.70.ebuild
5 Log:
6 Bump LeechCraft to 0.6.70, thanks to 0xd34df00d.
7
8 (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key F8DBDADE)
9
10 Revision Changes Path
11 1.3 app-leechcraft/lc-ooronee/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-leechcraft/lc-ooronee/ChangeLog?rev=1.3&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-leechcraft/lc-ooronee/ChangeLog?rev=1.3&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-leechcraft/lc-ooronee/ChangeLog?r1=1.2&r2=1.3
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/app-leechcraft/lc-ooronee/ChangeLog,v
20 retrieving revision 1.2
21 retrieving revision 1.3
22 diff -u -r1.2 -r1.3
23 --- ChangeLog 10 Apr 2014 18:00:08 -0000 1.2
24 +++ ChangeLog 3 Aug 2014 18:59:36 -0000 1.3
25 @@ -1,6 +1,11 @@
26 # ChangeLog for app-leechcraft/lc-ooronee
27 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/app-leechcraft/lc-ooronee/ChangeLog,v 1.2 2014/04/10 18:00:08 maksbotan Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/app-leechcraft/lc-ooronee/ChangeLog,v 1.3 2014/08/03 18:59:36 maksbotan Exp $
30 +
31 +*lc-ooronee-0.6.70 (03 Aug 2014)
32 +
33 + 03 Aug 2014; Maxim Koltsov <maksbotan@g.o> +lc-ooronee-0.6.70.ebuild:
34 + Bump LeechCraft to 0.6.70, thanks to 0xd34df00d.
35
36 *lc-ooronee-0.6.65 (10 Apr 2014)
37
38
39
40
41 1.1 app-leechcraft/lc-ooronee/lc-ooronee-0.6.70.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-leechcraft/lc-ooronee/lc-ooronee-0.6.70.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-leechcraft/lc-ooronee/lc-ooronee-0.6.70.ebuild?rev=1.1&content-type=text/plain
45
46 Index: lc-ooronee-0.6.70.ebuild
47 ===================================================================
48 # Copyright 1999-2014 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/app-leechcraft/lc-ooronee/lc-ooronee-0.6.70.ebuild,v 1.1 2014/08/03 18:59:36 maksbotan Exp $
51
52 EAPI="5"
53
54 inherit leechcraft
55
56 DESCRIPTION="Quark handling text and images droppend onto it"
57
58 SLOT="0"
59 KEYWORDS=" ~amd64 ~x86"
60 IUSE="debug"
61
62 DEPEND="~app-leechcraft/lc-core-${PV}"
63 RDEPEND="${DEPEND}
64 virtual/leechcraft-quark-sideprovider
65 "
66
67 # Grabbed from net-misc/netctl ebuild.
68 optfeature() {
69 local desc=$1
70 shift
71 while (( $# )); do
72 if has_version "$1"; then
73 elog " [I] $1 to ${desc}"
74 else
75 elog " [ ] $1 to ${desc}"
76 fi
77 shift
78 done
79 }
80
81 pkg_postinst() {
82 elog "Install at least some of the following additional LeechCraft modules for Ooronee to be useful:"
83 optfeature "upload images" app-leechcraft/lc-imgaste app-leechcraft/lc-blasq
84 optfeature "search via OpenSearch" app-leechcraft/lc-seekthru
85 optfeature "search via Google" app-leechcraft/lc-pogooglue
86 }