Gentoo Archives: gentoo-commits

From: "Steve Dibb (beandog)" <beandog@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-themes/pidgin-smileys: ChangeLog pidgin-smileys-20071023-r2.ebuild pidgin-smileys-20071023-r1.ebuild
Date: Thu, 10 Jan 2008 00:40:00
Message-Id: E1JClSf-00017c-Ba@stork.gentoo.org
1 beandog 08/01/10 00:39:57
2
3 Modified: ChangeLog
4 Added: pidgin-smileys-20071023-r2.ebuild
5 Removed: pidgin-smileys-20071023-r1.ebuild
6 Log:
7 Add unzip dep, bug 204932
8 (Portage version: 2.1.4_rc14)
9
10 Revision Changes Path
11 1.3 x11-themes/pidgin-smileys/ChangeLog
12
13 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-themes/pidgin-smileys/ChangeLog?rev=1.3&view=markup
14 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-themes/pidgin-smileys/ChangeLog?rev=1.3&content-type=text/plain
15 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-themes/pidgin-smileys/ChangeLog?r1=1.2&r2=1.3
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/x11-themes/pidgin-smileys/ChangeLog,v
20 retrieving revision 1.2
21 retrieving revision 1.3
22 diff -u -r1.2 -r1.3
23 --- ChangeLog 24 Oct 2007 16:13:04 -0000 1.2
24 +++ ChangeLog 10 Jan 2008 00:39:56 -0000 1.3
25 @@ -1,6 +1,12 @@
26 # ChangeLog for x11-themes/pidgin-smileys
27 -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/x11-themes/pidgin-smileys/ChangeLog,v 1.2 2007/10/24 16:13:04 beandog Exp $
29 +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
30 +# $Header: /var/cvsroot/gentoo-x86/x11-themes/pidgin-smileys/ChangeLog,v 1.3 2008/01/10 00:39:56 beandog Exp $
31 +
32 +*pidgin-smileys-20071023-r2 (10 Jan 2008)
33 +
34 + 10 Jan 2008; Steve Dibb <beandog@g.o>
35 + -pidgin-smileys-20071023-r1.ebuild, +pidgin-smileys-20071023-r2.ebuild:
36 + Add unzip dep, bug 204932
37
38 *pidgin-smileys-20071023-r1 (24 Oct 2007)
39
40
41
42
43 1.1 x11-themes/pidgin-smileys/pidgin-smileys-20071023-r2.ebuild
44
45 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-themes/pidgin-smileys/pidgin-smileys-20071023-r2.ebuild?rev=1.1&view=markup
46 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-themes/pidgin-smileys/pidgin-smileys-20071023-r2.ebuild?rev=1.1&content-type=text/plain
47
48 Index: pidgin-smileys-20071023-r2.ebuild
49 ===================================================================
50 # Copyright 1999-2008 Gentoo Foundation
51 # Distributed under the terms of the GNU General Public License v2
52 # $Header: /var/cvsroot/gentoo-x86/x11-themes/pidgin-smileys/pidgin-smileys-20071023-r2.ebuild,v 1.1 2008/01/10 00:39:56 beandog Exp $
53
54 DESCRIPTION="Pidgin smiley themes"
55 HOMEPAGE="http://pidgin.im/"
56 SRC_URI="http://gaim.sourceforge.net/exhaustive.tar.gz
57 http://www.the-kgb.org/~reivec/Bugeyes.tar.gz
58 http://www.the-kgb.org/~reivec/CrystalAIM.tar.gz
59 http://www.the-kgb.org/~reivec/EasterAIM.tar.gz
60 http://www.gnomepro.com/smallsmiles/SmallSmiles.tar.gz
61 http://users.skynet.be/xterm/tweak-0.1.3.tar.gz
62 http://hejieshijie.net/files/Maya.tar.gz
63 http://stephane.pontier.free.fr/projects/TrillyPro.tgz
64 http://www.rit.edu/~kod1929/Aqua.tar.gz
65 http://www.rit.edu/~kod1929/Jimmac_2.tar.gz
66 http://smart-idiot.no-ip.com/smilies/smart.zip
67 http://www.geocities.com/drewd146/Hand_Drawn.zip
68 http://www.zicklepop.com/downloads/dudes.zip
69 http://www.pfarroli.de/monne/piko/icq_lite.tar.gz
70 http://www.mbpublish.de/downloads/icq-lite-4_smileys.tar.gz"
71
72 LICENSE="as-is"
73 IUSE=""
74 SLOT="0"
75
76 KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
77 RDEPEND="net-im/pidgin"
78 DEPEND="app-arch/unzip"
79
80 S="${WORKDIR}"
81
82 src_unpack() {
83 unpack ${A}
84
85 # Delete all files not theme-related
86 find "${S}" -type f ! -name '*.png' -and ! -name '*.gif' -and ! -name '*.jpg' -and ! -name 'theme' -delete
87 }
88
89 src_install() {
90 dodir /usr/share/pixmaps/pidgin/emotes
91 cp -r "${S}"/* "${D}"/usr/share/pixmaps/pidgin/emotes
92 }
93
94 pkg_postinst() {
95 einfo "To request a new theme to be added, file a request at"
96 einfo "http://bugs.gentoo.org/"
97 }
98
99
100
101 --
102 gentoo-commits@l.g.o mailing list