diff options
author | 2007-02-10 19:56:27 +0000 | |
---|---|---|
committer | 2007-02-10 19:56:27 +0000 | |
commit | 540fb9cab01dabc8a0e597f267ada1d427f96e2a (patch) | |
tree | 1c6f26f4528b843ce121094eec995c51f8f1d027 /rox-base/systemtrayn/systemtrayn-0.3.1-r1.ebuild | |
parent | Version bump #166198 by Rafal Boniecki. (diff) | |
download | historical-540fb9cab01dabc8a0e597f267ada1d427f96e2a.tar.gz historical-540fb9cab01dabc8a0e597f267ada1d427f96e2a.tar.bz2 historical-540fb9cab01dabc8a0e597f267ada1d427f96e2a.zip |
Removed src directory on install
Package-Manager: portage-2.1.2-r8
Diffstat (limited to 'rox-base/systemtrayn/systemtrayn-0.3.1-r1.ebuild')
-rw-r--r-- | rox-base/systemtrayn/systemtrayn-0.3.1-r1.ebuild | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/rox-base/systemtrayn/systemtrayn-0.3.1-r1.ebuild b/rox-base/systemtrayn/systemtrayn-0.3.1-r1.ebuild new file mode 100644 index 000000000000..8474c58a823c --- /dev/null +++ b/rox-base/systemtrayn/systemtrayn-0.3.1-r1.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2007 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/rox-base/systemtrayn/systemtrayn-0.3.1-r1.ebuild,v 1.1 2007/02/10 19:56:26 lack Exp $ + +ROX_CLIB_VER=2.1.7 +inherit rox + +MY_PN="SystemTrayN" +DESCRIPTION="SystemTrayN is an updated notification area applet for ROX-Filer" +HOMEPAGE="http://www.kerofin.demon.co.uk/rox/systemtrayn.html" +SRC_URI="http://www.kerofin.demon.co.uk/rox/${MY_PN}-${PV}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="x86" +IUSE="" + +APPNAME=${MY_PN} +S=${WORKDIR} |