Gentoo Archives: gentoo-commits

From: "Kacper Kowalik (xarthisius)" <xarthisius@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-misc/oroborus-desklaunch: oroborus-desklaunch-1.1.7.ebuild metadata.xml ChangeLog
Date: Mon, 31 May 2010 15:45:21
Message-Id: 20100531154517.CE7C52CF37@corvid.gentoo.org
1 xarthisius 10/05/31 15:45:17
2
3 Added: oroborus-desklaunch-1.1.7.ebuild metadata.xml
4 ChangeLog
5 Log:
6 New ebuild for oroborus-desklaunch, formerly part of x11-wm/oroborus-extras
7 (Portage version: 2.1.8.3/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.1 x11-misc/oroborus-desklaunch/oroborus-desklaunch-1.1.7.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/oroborus-desklaunch/oroborus-desklaunch-1.1.7.ebuild?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/oroborus-desklaunch/oroborus-desklaunch-1.1.7.ebuild?rev=1.1&content-type=text/plain
14
15 Index: oroborus-desklaunch-1.1.7.ebuild
16 ===================================================================
17 # Copyright 1999-2010 Gentoo Foundation
18 # Distributed under the terms of the GNU General Public License v2
19 # $Header: /var/cvsroot/gentoo-x86/x11-misc/oroborus-desklaunch/oroborus-desklaunch-1.1.7.ebuild,v 1.1 2010/05/31 15:45:17 xarthisius Exp $
20
21 EAPI=2
22
23 inherit eutils toolchain-funcs
24
25 MY_PN=${PN/oroborus-//}
26
27 DESCRIPTION="utility for creating desktop icons for Oroborus"
28 HOMEPAGE="http://www.oroborus.org"
29 SRC_URI="http://ftp.debian.org/debian/pool/main/d/${MY_PN}/${MY_PN}_${PV}.tar.gz"
30
31 LICENSE="GPL-2"
32 SLOT="0"
33 KEYWORDS="~amd64 ~x86"
34 IUSE=""
35
36 RDEPEND="x11-libs/libX11
37 x11-libs/libXext
38 x11-libs/libXpm
39 !x11-wm/oroborus-extras"
40 DEPEND="${RDEPEND}
41 dev-util/pkgconfig"
42
43 S=${WORKDIR}/${MY_PN}-${PV}
44
45 pkg_setup() {
46 tc-export CC
47 }
48
49 src_prepare() {
50 epatch "${FILESDIR}"/${P}-gentoo.diff
51 }
52
53 src_install() {
54 emake DESTDIR="${D}" install || die
55 dodoc README debian/changelog debian/example_rc || die
56 }
57
58
59
60 1.1 x11-misc/oroborus-desklaunch/metadata.xml
61
62 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/oroborus-desklaunch/metadata.xml?rev=1.1&view=markup
63 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/oroborus-desklaunch/metadata.xml?rev=1.1&content-type=text/plain
64
65 Index: metadata.xml
66 ===================================================================
67 <?xml version="1.0" encoding="UTF-8"?>
68 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
69 <pkgmetadata>
70 <herd>desktop-wm</herd>
71 <longdescription>
72 DeskLaunch is a small utility for creating desktop icons using pixmaps.
73 A simple click will launch the desired application.
74 </longdescription>
75 </pkgmetadata>
76
77
78
79 1.1 x11-misc/oroborus-desklaunch/ChangeLog
80
81 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/oroborus-desklaunch/ChangeLog?rev=1.1&view=markup
82 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/oroborus-desklaunch/ChangeLog?rev=1.1&content-type=text/plain
83
84 Index: ChangeLog
85 ===================================================================
86 # ChangeLog for x11-misc/oroborus-desklaunch
87 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
88 # $Header: /var/cvsroot/gentoo-x86/x11-misc/oroborus-desklaunch/ChangeLog,v 1.1 2010/05/31 15:45:17 xarthisius Exp $
89
90 *oroborus-desklaunch-1.1.7 (31 May 2010)
91
92 31 May 2010; Kacper Kowalik <xarthisius@g.o>
93 +oroborus-desklaunch-1.1.7.ebuild,
94 +files/oroborus-desklaunch-1.1.7-gentoo.diff, +metadata.xml:
95 New ebuild for oroborus-desklaunch, formerly part of
96 x11-wm/oroborus-extras