Gentoo Archives: gentoo-commits

From: "Tomas Chvatal (scarabeus)" <scarabeus@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-misc/shigofumi: shigofumi-9999.ebuild shigofumi-0.3.ebuild ChangeLog shigofumi-0.2.ebuild
Date: Wed, 02 Jan 2013 17:44:29
Message-Id: 20130102174419.AC56E2171D@flycatcher.gentoo.org
1 scarabeus 13/01/02 17:44:19
2
3 Modified: shigofumi-9999.ebuild ChangeLog
4 Added: shigofumi-0.3.ebuild
5 Removed: shigofumi-0.2.ebuild
6 Log:
7 Version bump to latest. Drop older.
8
9 (Portage version: 2.2.0_alpha149/cvs/Linux x86_64, signed Manifest commit with key 8EEE3BE8)
10
11 Revision Changes Path
12 1.9 net-misc/shigofumi/shigofumi-9999.ebuild
13
14 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/shigofumi/shigofumi-9999.ebuild?rev=1.9&view=markup
15 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/shigofumi/shigofumi-9999.ebuild?rev=1.9&content-type=text/plain
16 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/shigofumi/shigofumi-9999.ebuild?r1=1.8&r2=1.9
17
18 Index: shigofumi-9999.ebuild
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/net-misc/shigofumi/shigofumi-9999.ebuild,v
21 retrieving revision 1.8
22 retrieving revision 1.9
23 diff -u -r1.8 -r1.9
24 --- shigofumi-9999.ebuild 30 Oct 2012 12:00:05 -0000 1.8
25 +++ shigofumi-9999.ebuild 2 Jan 2013 17:44:19 -0000 1.9
26 @@ -1,6 +1,6 @@
27 -# Copyright 1999-2012 Gentoo Foundation
28 +# Copyright 1999-2013 Gentoo Foundation
29 # Distributed under the terms of the GNU General Public License v2
30 -# $Header: /var/cvsroot/gentoo-x86/net-misc/shigofumi/shigofumi-9999.ebuild,v 1.8 2012/10/30 12:00:05 blueness Exp $
31 +# $Header: /var/cvsroot/gentoo-x86/net-misc/shigofumi/shigofumi-9999.ebuild,v 1.9 2013/01/02 17:44:19 scarabeus Exp $
32
33 EAPI=5
34
35 @@ -26,7 +26,7 @@
36 RDEPEND="dev-libs/confuse
37 dev-libs/libxml2
38 sys-libs/readline
39 - >=net-libs/libisds-0.6"
40 + >=net-libs/libisds-0.7"
41 DEPEND="${RDEPEND}
42 virtual/pkgconfig
43 doc? (
44
45
46
47 1.10 net-misc/shigofumi/ChangeLog
48
49 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/shigofumi/ChangeLog?rev=1.10&view=markup
50 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/shigofumi/ChangeLog?rev=1.10&content-type=text/plain
51 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/shigofumi/ChangeLog?r1=1.9&r2=1.10
52
53 Index: ChangeLog
54 ===================================================================
55 RCS file: /var/cvsroot/gentoo-x86/net-misc/shigofumi/ChangeLog,v
56 retrieving revision 1.9
57 retrieving revision 1.10
58 diff -u -r1.9 -r1.10
59 --- ChangeLog 30 Oct 2012 12:00:05 -0000 1.9
60 +++ ChangeLog 2 Jan 2013 17:44:19 -0000 1.10
61 @@ -1,6 +1,12 @@
62 # ChangeLog for net-misc/shigofumi
63 -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
64 -# $Header: /var/cvsroot/gentoo-x86/net-misc/shigofumi/ChangeLog,v 1.9 2012/10/30 12:00:05 blueness Exp $
65 +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
66 +# $Header: /var/cvsroot/gentoo-x86/net-misc/shigofumi/ChangeLog,v 1.10 2013/01/02 17:44:19 scarabeus Exp $
67 +
68 +*shigofumi-0.3 (02 Jan 2013)
69 +
70 + 02 Jan 2013; Tomáš Chvátal <scarabeus@g.o> +shigofumi-0.3.ebuild,
71 + -shigofumi-0.2.ebuild, shigofumi-9999.ebuild:
72 + Version bump to latest. Drop older.
73
74 30 Oct 2012; Anthony G. Basile <blueness@g.o> shigofumi-0.2.ebuild,
75 shigofumi-9999.ebuild:
76
77
78
79 1.1 net-misc/shigofumi/shigofumi-0.3.ebuild
80
81 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/shigofumi/shigofumi-0.3.ebuild?rev=1.1&view=markup
82 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/shigofumi/shigofumi-0.3.ebuild?rev=1.1&content-type=text/plain
83
84 Index: shigofumi-0.3.ebuild
85 ===================================================================
86 # Copyright 1999-2013 Gentoo Foundation
87 # Distributed under the terms of the GNU General Public License v2
88 # $Header: /var/cvsroot/gentoo-x86/net-misc/shigofumi/shigofumi-0.3.ebuild,v 1.1 2013/01/02 17:44:19 scarabeus Exp $
89
90 EAPI=5
91
92 EGIT_REPO_URI='git://repo.or.cz/shigofumi.git'
93 WANT_AUTOMAKE="1.11"
94 inherit base
95 [[ ${PV} = 9999* ]] && inherit git-2 autotools
96
97 DESCRIPTION="Command line client for ISDS"
98 HOMEPAGE="http://xpisar.wz.cz/shigofumi/"
99 if [[ ${PV} = 9999* ]]; then
100 SRC_URI=""
101 KEYWORDS=""
102 else
103 SRC_URI="http://xpisar.wz.cz/${PN}/dist/${P}.tar.bz2"
104 KEYWORDS="~amd64 ~mips ~x86"
105 fi
106
107 LICENSE="GPL-3"
108 SLOT="0"
109 IUSE="debug doc nls xattr"
110
111 RDEPEND="dev-libs/confuse
112 dev-libs/libxml2
113 sys-libs/readline
114 >=net-libs/libisds-0.7"
115 DEPEND="${RDEPEND}
116 virtual/pkgconfig
117 doc? (
118 app-text/docbook-xsl-stylesheets
119 dev-libs/libxslt
120 )
121 nls? ( sys-devel/gettext )"
122
123 DOCS=( NEWS README AUTHORS ChangeLog )
124
125 src_prepare() {
126 [[ ${PV} = 9999* ]] && eautoreconf
127 }
128
129 src_configure() {
130 econf \
131 --disable-fatalwarnings \
132 $(use_enable debug) \
133 $(use_enable doc) \
134 $(use_enable nls) \
135 $(use_enable xattr)
136 }