blob: 6e6d9dc289803b913f4b2b926d281c7e4c41f6d9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
inherit eutils gpe versionator
MY_PV=$(replace_version_separator 2 '-')
SRC_URI="${GPE_MIRROR}/${PN}-${MY_PV}.tar.gz"
DESCRIPTION="Startup notification support"
LICENSE="GPL-2"
KEYWORDS="~arm ~amd64 ~x86"
SLOT="0"
RDEPEND="gpe-base/libgpewidget"
DEPEND="${RDEPEND}"
IUSE=""
S="${WORKDIR}/${PN}-${MY_PV}"
|