summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Hadaway <raker@gentoo.org>2003-10-18 20:25:15 +0000
committerNick Hadaway <raker@gentoo.org>2003-10-18 20:25:15 +0000
commit57a57cf124601a53e8f4f9cb51bbcf45b0065bdc (patch)
tree39b6f819938acb2b5bc476f27e0c4b840e0eee21 /app-gnustep/affiche/affiche-0.6.0.ebuild
parentstable on alpha (diff)
downloadgentoo-2-57a57cf124601a53e8f4f9cb51bbcf45b0065bdc.tar.gz
gentoo-2-57a57cf124601a53e8f4f9cb51bbcf45b0065bdc.tar.bz2
gentoo-2-57a57cf124601a53e8f4f9cb51bbcf45b0065bdc.zip
Fixed the policy violation of setting ${A}
Diffstat (limited to 'app-gnustep/affiche/affiche-0.6.0.ebuild')
-rw-r--r--app-gnustep/affiche/affiche-0.6.0.ebuild10
1 files changed, 8 insertions, 2 deletions
diff --git a/app-gnustep/affiche/affiche-0.6.0.ebuild b/app-gnustep/affiche/affiche-0.6.0.ebuild
index 364015218b0c..404dc35beda9 100644
--- a/app-gnustep/affiche/affiche-0.6.0.ebuild
+++ b/app-gnustep/affiche/affiche-0.6.0.ebuild
@@ -1,16 +1,22 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-gnustep/affiche/affiche-0.6.0.ebuild,v 1.2 2003/07/28 06:52:56 phosphan Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-gnustep/affiche/affiche-0.6.0.ebuild,v 1.3 2003/10/18 20:20:36 raker Exp $
inherit gnustep
S=${WORKDIR}/${PN/a/A}
-A=${P/a/A}.tar.gz
DESCRIPTION="Affiche allows people to 'stick' notes"
HOMEPAGE="http://www.collaboration-world.com/cgi-bin/collaboration-world/project/release.cgi?pid=5"
SRC_URI="http://www.collaboration-world.com/affiche.data/releases/Stable/${P/a/A}.tar.gz"
+
LICENSE="LGPL-2.1"
SLOT="0"
KEYWORDS="x86"
+
DEPEND=">=dev-util/gnustep-gui-0.8.5"
+
+src_unpack() {
+ unpack ${P/a/A}.tar.gz
+ cd ${S}
+}