Gentoo Archives: gentoo-commits

From: "Markos Chandras (hwoarang)" <hwoarang@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-gfx/feh: metadata.xml ChangeLog feh-1.11.1.ebuild
Date: Thu, 27 Jan 2011 00:01:38
Message-Id: 20110127000127.E248A20054@flycatcher.gentoo.org
1 hwoarang 11/01/27 00:01:27
2
3 Modified: metadata.xml ChangeLog
4 Added: feh-1.11.1.ebuild
5 Log:
6 Version bump. Add myself as maintainer
7
8 (Portage version: 2.2.0_alpha19/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.3 media-gfx/feh/metadata.xml
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/feh/metadata.xml?rev=1.3&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/feh/metadata.xml?rev=1.3&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/feh/metadata.xml?r1=1.2&r2=1.3
16
17 Index: metadata.xml
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/media-gfx/feh/metadata.xml,v
20 retrieving revision 1.2
21 retrieving revision 1.3
22 diff -u -r1.2 -r1.3
23 --- metadata.xml 31 May 2008 04:48:36 -0000 1.2
24 +++ metadata.xml 27 Jan 2011 00:01:27 -0000 1.3
25 @@ -2,6 +2,10 @@
26 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
27 <pkgmetadata>
28 <herd>graphics</herd>
29 +<maintainer>
30 + <email>hwoarang@g.o</email>
31 + <name>Markos Chandras</name>
32 +</maintainer>
33 <longdescription>
34 feh is an image viewer at heart, though it does other cool stuff.
35 </longdescription>
36
37
38
39 1.66 media-gfx/feh/ChangeLog
40
41 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/feh/ChangeLog?rev=1.66&view=markup
42 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/feh/ChangeLog?rev=1.66&content-type=text/plain
43 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/feh/ChangeLog?r1=1.65&r2=1.66
44
45 Index: ChangeLog
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/media-gfx/feh/ChangeLog,v
48 retrieving revision 1.65
49 retrieving revision 1.66
50 diff -u -r1.65 -r1.66
51 --- ChangeLog 22 Jan 2011 23:19:26 -0000 1.65
52 +++ ChangeLog 27 Jan 2011 00:01:27 -0000 1.66
53 @@ -1,6 +1,12 @@
54 # ChangeLog for media-gfx/feh
55 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
56 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/feh/ChangeLog,v 1.65 2011/01/22 23:19:26 hwoarang Exp $
57 +# $Header: /var/cvsroot/gentoo-x86/media-gfx/feh/ChangeLog,v 1.66 2011/01/27 00:01:27 hwoarang Exp $
58 +
59 +*feh-1.11.1 (27 Jan 2011)
60 +
61 + 27 Jan 2011; Markos Chandras <hwoarang@g.o> +feh-1.11.1.ebuild,
62 + metadata.xml:
63 + Version bump. Add myself as maintainer
64
65 *feh-1.11 (22 Jan 2011)
66
67
68
69
70 1.1 media-gfx/feh/feh-1.11.1.ebuild
71
72 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/feh/feh-1.11.1.ebuild?rev=1.1&view=markup
73 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/feh/feh-1.11.1.ebuild?rev=1.1&content-type=text/plain
74
75 Index: feh-1.11.1.ebuild
76 ===================================================================
77 # Copyright 1999-2011 Gentoo Foundation
78 # Distributed under the terms of the GNU General Public License v2
79 # $Header: /var/cvsroot/gentoo-x86/media-gfx/feh/feh-1.11.1.ebuild,v 1.1 2011/01/27 00:01:27 hwoarang Exp $
80
81 EAPI=2
82 inherit toolchain-funcs
83
84 DESCRIPTION="A fast, lightweight imageviewer using imlib2"
85 HOMEPAGE="https://derf.homelinux.org/~derf/projects/feh/"
86 SRC_URI="http://www.chaosdorf.de/~derf/feh/${P}.tar.bz2"
87
88 LICENSE="as-is"
89 SLOT="0"
90 KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~sparc ~x86"
91 IUSE="test xinerama"
92
93 COMMON_DEPEND=">=media-libs/giblib-1.2.4
94 media-libs/imlib2
95 >=media-libs/libpng-1.4
96 x11-libs/libX11
97 xinerama? ( x11-libs/libXinerama )"
98 RDEPEND="${COMMON_DEPEND}
99 virtual/jpeg"
100 DEPEND="${COMMON_DEPEND}
101 x11-libs/libXt
102 x11-proto/xproto
103 test? ( >=dev-lang/perl-5.10
104 dev-perl/Test-Command )"
105
106 pkg_setup() {
107 fehopts=(
108 DESTDIR="${D}"
109 PREFIX=/usr
110 doc_dir='${main_dir}'/share/doc/${PF}
111 )
112 }
113
114 src_prepare() {
115 if ! use xinerama; then
116 sed -i -e '/^xinerama/d' config.mk || die
117 fi
118 }
119
120 src_compile() {
121 tc-export CC
122 emake "${fehopts[@]}" || die
123 }
124
125 src_install() {
126 emake "${fehopts[@]}" install || die
127 prepalldocs
128 }
129
130 pkg_postinst(){
131 elog
132 elog "Default configuration path was moved to:"
133 elog "/home/<user>/.config/feh/themes. Please "
134 elog "update your configuration"
135 elog
136 }