Note: Due to technical difficulties, the Archives are currently not up to date.
GMANE provides an alternative service for most mailing lists. c.f. bug 424647
List Archive: gentoo-commits
hollow 08/02/23 21:22:39
Modified: metadata.xml cssed-0.4.0-r1.ebuild ChangeLog
Log:
rename IUSE=plugin to plugins wrt #178128
(Portage version: 2.1.4.4)
Revision Changes Path
1.2 app-editors/cssed/metadata.xml
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/cssed/metadata.xml?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/cssed/metadata.xml?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/cssed/metadata.xml?r1=1.1&r2=1.2
Index: metadata.xml
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-editors/cssed/metadata.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- metadata.xml 20 Dec 2003 12:49:36 -0000 1.1
+++ metadata.xml 23 Feb 2008 21:22:39 -0000 1.2
@@ -1,9 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
-<herd>web-apps</herd>
-<maintainer>
-<email>web-apps@g.o</email>
-<name>Gentoo Web Application Packages Maintainers</name>
-</maintainer>
+ <herd>web-apps</herd>
</pkgmetadata>
1.3 app-editors/cssed/cssed-0.4.0-r1.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/cssed/cssed-0.4.0-r1.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/cssed/cssed-0.4.0-r1.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/cssed/cssed-0.4.0-r1.ebuild?r1=1.2&r2=1.3
Index: cssed-0.4.0-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-editors/cssed/cssed-0.4.0-r1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- cssed-0.4.0-r1.ebuild 23 Jan 2008 10:12:16 -0000 1.2
+++ cssed-0.4.0-r1.ebuild 23 Feb 2008 21:22:39 -0000 1.3
@@ -1,23 +1,25 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/cssed/cssed-0.4.0-r1.ebuild,v 1.2 2008/01/23 10:12:16 wrobel Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/cssed/cssed-0.4.0-r1.ebuild,v 1.3 2008/02/23 21:22:39 hollow 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}/${P}.tar.gz"
+
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86"
-IUSE="plugin"
+IUSE="plugins"
+
DEPEND=">=x11-libs/gtk+-2
- dev-util/pkgconfig
- >=dev-libs/atk-1.4.0
- >=dev-libs/glib-2.2.3
- >=media-libs/fontconfig-2.2.0-r2
- >=x11-libs/pango-1.2.1-r1"
+ dev-util/pkgconfig
+ >=dev-libs/atk-1.4.0
+ >=dev-libs/glib-2.2.3
+ >=media-libs/fontconfig-2.2.0-r2
+ >=x11-libs/pango-1.2.1-r1"
src_compile() {
- econf $(use_with plugin plugin-headers) || die
+ econf $(use_with plugins plugin-headers) || die
emake || die
}
1.17 app-editors/cssed/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/cssed/ChangeLog?rev=1.17&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/cssed/ChangeLog?rev=1.17&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/cssed/ChangeLog?r1=1.16&r2=1.17
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-editors/cssed/ChangeLog,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- ChangeLog 23 Jan 2008 10:12:16 -0000 1.16
+++ ChangeLog 23 Feb 2008 21:22:39 -0000 1.17
@@ -1,6 +1,10 @@
# ChangeLog for app-editors/cssed
# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/cssed/ChangeLog,v 1.16 2008/01/23 10:12:16 wrobel Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/cssed/ChangeLog,v 1.17 2008/02/23 21:22:39 hollow Exp $
+
+ 23 Feb 2008; Benedikt Böhm <hollow@g.o> metadata.xml,
+ cssed-0.4.0-r1.ebuild:
+ rename IUSE=plugin to plugins wrt #178128
23 Jan 2008; <wrobel@g.o> cssed-0.4.0-r1.ebuild:
Added pkg-config dependency (#205034).
--
gentoo-commits@g.o mailing list
|
|