diff options
author | 2004-04-25 15:58:41 +0000 | |
---|---|---|
committer | 2004-04-25 15:58:41 +0000 | |
commit | 4fe7d38d3ba56d3c492ca423322d73f878c5a1de (patch) | |
tree | 1662143577fac6eed8df82810f4129ce79ba059b /app-editors/cssed | |
parent | Added to ~ppc (Manifest recommit) (diff) | |
download | gentoo-2-4fe7d38d3ba56d3c492ca423322d73f878c5a1de.tar.gz gentoo-2-4fe7d38d3ba56d3c492ca423322d73f878c5a1de.tar.bz2 gentoo-2-4fe7d38d3ba56d3c492ca423322d73f878c5a1de.zip |
Added to ~ppc
Diffstat (limited to 'app-editors/cssed')
-rw-r--r-- | app-editors/cssed/ChangeLog | 5 | ||||
-rw-r--r-- | app-editors/cssed/cssed-0.2.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-editors/cssed/ChangeLog b/app-editors/cssed/ChangeLog index f1e0e040c572..ececc74cf59f 100644 --- a/app-editors/cssed/ChangeLog +++ b/app-editors/cssed/ChangeLog @@ -1,6 +1,9 @@ # 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.4 2004/04/23 13:32:04 stuart Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/cssed/ChangeLog,v 1.5 2004/04/25 15:58:41 dholm Exp $ + + 25 Apr 2004; David Holm <dholm@gentoo.org> cssed-0.2.0.ebuild: + Added to ~ppc. 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 diff --git a/app-editors/cssed/cssed-0.2.0.ebuild b/app-editors/cssed/cssed-0.2.0.ebuild index 4791d3f0e4ab..9b5693a1093c 100644 --- a/app-editors/cssed/cssed-0.2.0.ebuild +++ b/app-editors/cssed/cssed-0.2.0.ebuild @@ -1,13 +1,13 @@ # 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.2 2004/04/23 13:32:04 stuart Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/cssed/cssed-0.2.0.ebuild,v 1.3 2004/04/25 15:58:41 dholm Exp $ DESCRIPTION="CSSED a GTK2 application to help create and maintain CSS style sheets for web developing" HOMEPAGE="http://cssed.sourceforge.net/" SRC_URI="mirror://sourceforge/${PN}/${PN}-${PV}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~x86" +KEYWORDS="~x86 ~ppc" IUSE="X gnome gtk" DEPEND=">=x11-libs/gtk+-2 >=dev-libs/atk-1.4.0 |