Gentoo Archives: gentoo-commits

From: "Wulf Krueger (philantrop)" <philantrop@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in kde-misc/tellico: ChangeLog tellico-1.2.14.ebuild
Date: Tue, 25 Sep 2007 05:06:14
Message-Id: E1Ia2Ua-0004VQ-FH@stork.gentoo.org
1 philantrop 07/09/25 04:57:52
2
3 Modified: ChangeLog
4 Added: tellico-1.2.14.ebuild
5 Log:
6 Version bump to 1.2.14.
7 (Portage version: 2.1.3.9)
8
9 Revision Changes Path
10 1.71 kde-misc/tellico/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-misc/tellico/ChangeLog?rev=1.71&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-misc/tellico/ChangeLog?rev=1.71&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-misc/tellico/ChangeLog?r1=1.70&r2=1.71
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/kde-misc/tellico/ChangeLog,v
19 retrieving revision 1.70
20 retrieving revision 1.71
21 diff -u -r1.70 -r1.71
22 --- ChangeLog 4 Aug 2007 17:34:36 -0000 1.70
23 +++ ChangeLog 25 Sep 2007 04:57:51 -0000 1.71
24 @@ -1,6 +1,12 @@
25 # ChangeLog for kde-misc/tellico
26 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/kde-misc/tellico/ChangeLog,v 1.70 2007/08/04 17:34:36 beandog Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/kde-misc/tellico/ChangeLog,v 1.71 2007/09/25 04:57:51 philantrop Exp $
29 +
30 +*tellico-1.2.14 (24 Sep 2007)
31 +
32 + 24 Sep 2007; Wulf C. Krueger <philantrop@g.o>
33 + +files/tellico-1.2.14-disable_formattest.patch, +tellico-1.2.14.ebuild:
34 + Version bump to 1.2.14.
35
36 *tellico-1.2.13 (04 Aug 2007)
37
38
39
40
41 1.1 kde-misc/tellico/tellico-1.2.14.ebuild
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-misc/tellico/tellico-1.2.14.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-misc/tellico/tellico-1.2.14.ebuild?rev=1.1&content-type=text/plain
45
46 Index: tellico-1.2.14.ebuild
47 ===================================================================
48 # Copyright 1999-2007 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/kde-misc/tellico/tellico-1.2.14.ebuild,v 1.1 2007/09/25 04:57:51 philantrop Exp $
51
52 inherit kde sgml-catalog eutils
53
54 MY_P=${P/_/}
55 S="${WORKDIR}/${MY_P}"
56
57 DESCRIPTION="A collection manager for the KDE environment."
58 HOMEPAGE="http://www.periapsis.org/tellico"
59 SRC_URI="http://www.periapsis.org/tellico/download/${MY_P}.tar.gz
60 mirror://gentoo/kde-admindir-3.5.5.tar.bz2"
61 LICENSE="GPL-2"
62
63 SLOT="0"
64 KEYWORDS="~amd64 ~ppc ~sparc ~x86"
65 IUSE="calendar cddb yaz"
66
67 RDEPEND=">=dev-libs/libxml2-2.6
68 >=dev-libs/libxslt-1.0.19
69 cddb? ( || ( kde-base/libkcddb kde-base/kdemultimedia ) )
70 calendar? ( || ( ( kde-base/ktnef kde-base/libkcal ) kde-base/kdepim ) )
71 media-libs/taglib
72 yaz? ( dev-libs/yaz )"
73
74 need-kde 3.5
75
76 src_unpack() {
77 kde_src_unpack
78 cd "${S}"
79
80 # Disabling a single test that is broken with --as-needed. Dug into it,
81 # not worth fixing unless you're totally bored.
82 epatch "${FILESDIR}/${P}-disable_formattest.patch"
83
84 sed -i -e "s:\(MimeType=.*\):\1;:" tellico.desktop
85 sed -i -e "s:\(Icon=\).*:\1${PN}:" tellico.desktop
86 }
87
88 src_compile() {
89 local myconf="$(use_enable cddb libkcddb) $(use_enable calendar libkcal)"
90 rm -f "${S}/configure"
91 kde_src_compile
92 }
93
94 pkg_postinst() {
95 einfo "Installing catalog..."
96 "${ROOT}"/usr/bin/xmlcatalog --noout --add "delegatePublic" \
97 "-//Robby Stephenson/DTD Tellico V9.0//EN" \
98 "file://${ROOT}usr/share/apps/tellico/tellico.dtd" \
99 "${ROOT}"/etc/xml/catalog
100 "${ROOT}"/usr/bin/xmlcatalog --noout --add "delegateSystem" \
101 "http://www.periapsis.org/tellico/dtd/v9/tellico.dtd" \
102 "file://${ROOT}usr/share/apps/tellico/tellico.dtd" \
103 "${ROOT}"/etc/xml/catalog
104 "${ROOT}"/usr/bin/xmlcatalog --noout --add "delegateURI" \
105 "http://www.periapsis.org/tellico/dtd/v9/tellico.dtd" \
106 "file://${ROOT}usr/share/apps/tellico/tellico.dtd" \
107 "${ROOT}"/etc/xml/catalog
108 }
109
110 pkg_postrm() {
111 "${ROOT}"/usr/bin/xmlcatalog --noout --del \
112 "file://${ROOT}usr/share/apps/tellico/tellico.dtd" \
113 "${ROOT}"/etc/xml/catalog
114 }
115
116
117
118 --
119 gentoo-commits@g.o mailing list