summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStuart Herbert <stuart@gentoo.org>2004-04-23 13:32:04 +0000
committerStuart Herbert <stuart@gentoo.org>2004-04-23 13:32:04 +0000
commit24a9f9798678dfbb4277ed90021aea89753f8fb7 (patch)
treeaa491dd10a03c229dd289c7f4ac17e3855afef7a /app-editors
parentAdded subversion dependency (diff)
downloadhistorical-24a9f9798678dfbb4277ed90021aea89753f8fb7.tar.gz
historical-24a9f9798678dfbb4277ed90021aea89753f8fb7.tar.bz2
historical-24a9f9798678dfbb4277ed90021aea89753f8fb7.zip
bug fix
Diffstat (limited to 'app-editors')
-rw-r--r--app-editors/cssed/ChangeLog6
-rw-r--r--app-editors/cssed/Manifest4
-rw-r--r--app-editors/cssed/cssed-0.2.0.ebuild4
3 files changed, 9 insertions, 5 deletions
diff --git a/app-editors/cssed/ChangeLog b/app-editors/cssed/ChangeLog
index 7ac09305c907..f1e0e040c572 100644
--- a/app-editors/cssed/ChangeLog
+++ b/app-editors/cssed/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-editors/cssed
# Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/cssed/ChangeLog,v 1.3 2004/04/23 10:43:11 stuart Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/cssed/ChangeLog,v 1.4 2004/04/23 13:32:04 stuart Exp $
+
+ 23 Apr 2004; Stuart Herbert <stuart@gentoo.org> cssed-0.2.0.ebuild:
+ Fixed bug where cssed was looking in the wrong place for the icons; thanks to
+ latexer@gentoo.org for the report.
*cssed-0.2.0 (23 Apr 2004)
diff --git a/app-editors/cssed/Manifest b/app-editors/cssed/Manifest
index 7e5aa831c2ff..509062f07e94 100644
--- a/app-editors/cssed/Manifest
+++ b/app-editors/cssed/Manifest
@@ -1,6 +1,6 @@
MD5 3aa69b68defa84fd48a4e1c1b566ab9b cssed-0.1.1_pre.ebuild 1451
-MD5 43275d83d878cd9a55031020dc9f6a9a ChangeLog 733
+MD5 bee354d138f0c8c37493a03dd70da3d8 ChangeLog 921
MD5 c339473e0ff43da76eb2f2607c441921 metadata.xml 280
-MD5 fbbbddf25d5eadd13d3592fdd55eb826 cssed-0.2.0.ebuild 1375
+MD5 36a5782ad0847b7552252a8797045dba cssed-0.2.0.ebuild 1389
MD5 dc43eb178818c5d5ff198216e51b84fd files/digest-cssed-0.1.1_pre 66
MD5 08593a08dd2fe764eb2d928ef2c94e12 files/digest-cssed-0.2.0 63
diff --git a/app-editors/cssed/cssed-0.2.0.ebuild b/app-editors/cssed/cssed-0.2.0.ebuild
index 60f39527eccb..4791d3f0e4ab 100644
--- a/app-editors/cssed/cssed-0.2.0.ebuild
+++ b/app-editors/cssed/cssed-0.2.0.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/cssed/cssed-0.2.0.ebuild,v 1.1 2004/04/23 10:43:11 stuart Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/cssed/cssed-0.2.0.ebuild,v 1.2 2004/04/23 13:32:04 stuart Exp $
DESCRIPTION="CSSED a GTK2 application to help create and maintain CSS style sheets for web developing"
HOMEPAGE="http://cssed.sourceforge.net/"
@@ -40,7 +40,7 @@ DEPEND=">=x11-libs/gtk+-2
S=${WORKDIR}/cssed-0.2.0
src_compile() {
- ./autogen.sh
+ ./autogen.sh --prefix=/usr
emake || die
}