summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Volkov <pva@gentoo.org>2009-11-20 19:25:17 +0000
committerPeter Volkov <pva@gentoo.org>2009-11-20 19:25:17 +0000
commite07f4e4001acc146312628752b9b6a720f518891 (patch)
tree737c5dceecd5d3fa98139ef83baf228ada5b7988 /x11-themes/psi-themes
parentNew package, ebuild written by me (diff)
downloadgentoo-2-e07f4e4001acc146312628752b9b6a720f518891.tar.gz
gentoo-2-e07f4e4001acc146312628752b9b6a720f518891.tar.bz2
gentoo-2-e07f4e4001acc146312628752b9b6a720f518891.zip
Added blocker for psi[extras], bug #293756, thank Nikoli for report.
(Portage version: 2.1.7.4/cvs/Linux x86_64)
Diffstat (limited to 'x11-themes/psi-themes')
-rw-r--r--x11-themes/psi-themes/ChangeLog5
-rw-r--r--x11-themes/psi-themes/psi-themes-0.9.3_p1-r2.ebuild13
2 files changed, 12 insertions, 6 deletions
diff --git a/x11-themes/psi-themes/ChangeLog b/x11-themes/psi-themes/ChangeLog
index 436d4e277cf7..3caa72cedfc6 100644
--- a/x11-themes/psi-themes/ChangeLog
+++ b/x11-themes/psi-themes/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for x11-themes/psi-themes
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-themes/psi-themes/ChangeLog,v 1.19 2009/10/28 11:06:12 pva Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-themes/psi-themes/ChangeLog,v 1.20 2009/11/20 19:25:17 pva Exp $
+
+ 20 Nov 2009; Peter Volkov <pva@gentoo.org> psi-themes-0.9.3_p1-r2.ebuild:
+ Added blocker for psi[extras], bug #293756, thank Nikoli for report.
28 Oct 2009; Peter Volkov <pva@gentoo.org> psi-themes-0.9.3_p1-r2.ebuild:
Updated HOMEPAGE, bug #273550, thank hitachi for report.
diff --git a/x11-themes/psi-themes/psi-themes-0.9.3_p1-r2.ebuild b/x11-themes/psi-themes/psi-themes-0.9.3_p1-r2.ebuild
index dea2829717d1..674efa9f503b 100644
--- a/x11-themes/psi-themes/psi-themes-0.9.3_p1-r2.ebuild
+++ b/x11-themes/psi-themes/psi-themes-0.9.3_p1-r2.ebuild
@@ -1,6 +1,8 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-themes/psi-themes/psi-themes-0.9.3_p1-r2.ebuild,v 1.6 2009/10/28 11:06:12 pva Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-themes/psi-themes/psi-themes-0.9.3_p1-r2.ebuild,v 1.7 2009/11/20 19:25:17 pva Exp $
+
+EAPI="2"
SMILEYS="critters-1.0.jisp
icq-2002a.jisp
@@ -91,13 +93,14 @@ SLOT="0"
LICENSE="GPL-2"
KEYWORDS="~amd64 ~ppc ~sparc ~x86 ~x86-fbsd"
IUSE=""
-DEPEND=">=net-im/psi-0.9.2"
+DEPEND=">=net-im/psi-0.9.2
+ !!net-im/psi[extras]"
-S="${WORKDIR}"
+S=${WORKDIR}
src_unpack() {
unpack ${A}
- cd ${S}
+ cd "${S}"
mkdir roster
for FILE in ${ICONSETS}; do
@@ -123,5 +126,5 @@ src_unpack() {
src_install() {
dodir /usr/share/psi/iconsets
- mv {emoticons,system,roster} ${D}/usr/share/psi/iconsets/
+ mv {emoticons,system,roster} "${D}/usr/share/psi/iconsets/"
}