blob: eb6007caedab4c479cf8761e67d45b6fb5003cef (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-screenshooter/xfce4-screenshooter-1.4.90.0.ebuild,v 1.1 2009/01/03 18:33:55 angelos Exp $
# needed because the eclass sucks
MY_P=${P}
MY_PN=${PN}
inherit eutils xfce44
xfce44
xfce44_gzipped
xfce44_goodies
DESCRIPTION="Xfce4 panel screenshooter plugin"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
IUSE=""
DOCS="AUTHORS ChangeLog NEWS README TODO"
|