diff options
author | 2007-09-11 11:11:03 +0000 | |
---|---|---|
committer | 2007-09-11 11:11:03 +0000 | |
commit | cff970a6926de005883f328635359fc95031684c (patch) | |
tree | 9ca4c10f530b4657a7dca6889ce37e2e0baeb102 /gnustep-apps/stepulator/stepulator-1.0-r2.ebuild | |
parent | Version bump (diff) | |
download | gentoo-2-cff970a6926de005883f328635359fc95031684c.tar.gz gentoo-2-cff970a6926de005883f328635359fc95031684c.tar.bz2 gentoo-2-cff970a6926de005883f328635359fc95031684c.zip |
Port to new gnustep eclasses
(Portage version: 2.1.3.9)
Diffstat (limited to 'gnustep-apps/stepulator/stepulator-1.0-r2.ebuild')
-rw-r--r-- | gnustep-apps/stepulator/stepulator-1.0-r2.ebuild | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/gnustep-apps/stepulator/stepulator-1.0-r2.ebuild b/gnustep-apps/stepulator/stepulator-1.0-r2.ebuild new file mode 100644 index 000000000000..82b878166dd9 --- /dev/null +++ b/gnustep-apps/stepulator/stepulator-1.0-r2.ebuild @@ -0,0 +1,14 @@ +# Copyright 1999-2007 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/gnustep-apps/stepulator/stepulator-1.0-r2.ebuild,v 1.1 2007/09/11 11:11:03 voyageur Exp $ + +inherit gnustep-2 + +S=${WORKDIR}/${PN/s/S}-gs + +DESCRIPTION="A Reverse Polish Notation calculator" +HOMEPAGE="http://www.linuks.mine.nu/stepulator/index.html" +SRC_URI="http://www.linuks.mine.nu/stepulator/${PN}-gs-${PV}.tar.Z" +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~x86" |