* [gentoo-commits] proj/gnome:master commit in: x11-wm/metacity/
@ 2012-03-25 17:15 Gilles Dartiguelongue
0 siblings, 0 replies; 7+ messages in thread
From: Gilles Dartiguelongue @ 2012-03-25 17:15 UTC (permalink / raw
To: gentoo-commits
commit: e6acd62f03223a48a230416a17b68b600f939409
Author: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 25 16:35:49 2012 +0000
Commit: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Sun Mar 25 16:36:56 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=e6acd62f
x11-wm/metacity: 2.34.1 → 2.34.3
---
x11-wm/metacity/metacity-2.34.3.ebuild | 74 ++++++++++++++++++++++++++++++++
1 files changed, 74 insertions(+), 0 deletions(-)
diff --git a/x11-wm/metacity/metacity-2.34.3.ebuild b/x11-wm/metacity/metacity-2.34.3.ebuild
new file mode 100644
index 0000000..5e050d4
--- /dev/null
+++ b/x11-wm/metacity/metacity-2.34.3.ebuild
@@ -0,0 +1,74 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/x11-wm/metacity/metacity-2.34.1.ebuild,v 1.1 2011/07/24 13:37:23 eva Exp $
+
+EAPI="4"
+# debug only changes CFLAGS
+GCONF_DEBUG="no"
+GNOME2_LA_PUNT="yes"
+
+inherit eutils gnome2
+
+DESCRIPTION="GNOME default window manager"
+HOMEPAGE="http://blogs.gnome.org/metacity/"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~x86-solaris"
+IUSE="test xinerama"
+
+# XXX: libgtop is automagic, hard-enabled instead
+RDEPEND=">=x11-libs/gtk+-2.24:2
+ >=x11-libs/pango-1.2[X]
+ >=dev-libs/glib-2.25.10:2
+ >=gnome-base/gsettings-desktop-schemas-3.3
+ >=x11-libs/startup-notification-0.7
+ >=x11-libs/libXcomposite-0.2
+ x11-libs/libXfixes
+ x11-libs/libXrender
+ x11-libs/libXdamage
+ x11-libs/libXcursor
+ x11-libs/libX11
+ x11-libs/libXext
+ x11-libs/libXrandr
+ x11-libs/libSM
+ x11-libs/libICE
+ media-libs/libcanberra[gtk]
+ gnome-base/libgtop
+ gnome-extra/zenity
+ xinerama? ( x11-libs/libXinerama )
+ !x11-misc/expocity"
+DEPEND="${RDEPEND}
+ >=app-text/gnome-doc-utils-0.8
+ sys-devel/gettext
+ >=dev-util/pkgconfig-0.9
+ >=dev-util/intltool-0.35
+ test? ( app-text/docbook-xml-dtd:4.5 )
+ xinerama? ( x11-proto/xineramaproto )
+ x11-proto/xextproto
+ x11-proto/xproto"
+
+pkg_setup() {
+ DOCS="AUTHORS ChangeLog HACKING NEWS README *.txt doc/*.txt"
+ G2CONF="${G2CONF}
+ --disable-static
+ --disable-maintainer-mode
+ --enable-canberra
+ --enable-compositor
+ --enable-render
+ --enable-shape
+ --enable-sm
+ --enable-startup-notification
+ --enable-xsync
+ $(use_enable xinerama)"
+}
+
+src_prepare() {
+ gnome2_src_prepare
+
+ # WIFEXITED and friends are defined in sys/wait.h
+ # Fixes a build failure on BSD.
+ # https://bugs.gentoo.org/show_bug.cgi?id=309443
+ # https://bugzilla.gnome.org/show_bug.cgi?id=605460
+ epatch "${FILESDIR}/${PN}-2.28.1-wif_macros.patch"
+}
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] proj/gnome:master commit in: x11-wm/metacity/
@ 2012-05-24 9:11 Alexandre Restovtsev
0 siblings, 0 replies; 7+ messages in thread
From: Alexandre Restovtsev @ 2012-05-24 9:11 UTC (permalink / raw
To: gentoo-commits
commit: bdbd699743ee2c5baf89543220232e79571929fe
Author: Alexandre Rostovtsev <tetromino <AT> gentoo <DOT> org>
AuthorDate: Thu May 24 08:18:30 2012 +0000
Commit: Alexandre Restovtsev <tetromino <AT> gmail <DOT> com>
CommitDate: Thu May 24 08:18:30 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=bdbd6997
x11-wm/metacity: moved to gx86; add live ebuild
---
...metacity-2.34.3.ebuild => metacity-9999.ebuild} | 14 ++++++++++----
1 files changed, 10 insertions(+), 4 deletions(-)
diff --git a/x11-wm/metacity/metacity-2.34.3.ebuild b/x11-wm/metacity/metacity-9999.ebuild
similarity index 84%
rename from x11-wm/metacity/metacity-2.34.3.ebuild
rename to x11-wm/metacity/metacity-9999.ebuild
index 9dcc3fe..362e70d 100644
--- a/x11-wm/metacity/metacity-2.34.3.ebuild
+++ b/x11-wm/metacity/metacity-9999.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-wm/metacity/metacity-2.34.1.ebuild,v 1.1 2011/07/24 13:37:23 eva Exp $
+# $Header: $
EAPI="4"
# debug only changes CFLAGS
@@ -8,13 +8,20 @@ GCONF_DEBUG="no"
GNOME2_LA_PUNT="yes"
inherit eutils gnome2
+if [[ ${PV} = 9999 ]]; then
+ inherit gnome2-live
+fi
DESCRIPTION="GNOME default window manager"
HOMEPAGE="http://blogs.gnome.org/metacity/"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~x86-solaris"
+if [[ ${PV} = 9999 ]]; then
+ KEYWORDS=""
+else
+ KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~x86-solaris"
+fi
IUSE="test xinerama"
# XXX: libgtop is automagic, hard-enabled instead
@@ -52,7 +59,6 @@ pkg_setup() {
DOCS="AUTHORS ChangeLog HACKING NEWS README *.txt doc/*.txt"
G2CONF="${G2CONF}
--disable-static
- --disable-maintainer-mode
--enable-canberra
--enable-compositor
--enable-render
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] proj/gnome:master commit in: x11-wm/metacity/
@ 2013-12-22 23:28 Gilles Dartiguelongue
0 siblings, 0 replies; 7+ messages in thread
From: Gilles Dartiguelongue @ 2013-12-22 23:28 UTC (permalink / raw
To: gentoo-commits
commit: 33cb5fdce69ae4f218c2c2f10a1e23e6cc94dafd
Author: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 22 23:03:51 2013 +0000
Commit: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Sun Dec 22 23:03:51 2013 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=33cb5fdc
x11-wm/metacity: sync with gentoo-x86 + QA
---
x11-wm/metacity/metacity-9999.ebuild | 45 +++++++++++++++++++++---------------
x11-wm/metacity/metadata.xml | 10 ++++++++
2 files changed, 36 insertions(+), 19 deletions(-)
diff --git a/x11-wm/metacity/metacity-9999.ebuild b/x11-wm/metacity/metacity-9999.ebuild
index 362e70d..6cfa917 100644
--- a/x11-wm/metacity/metacity-9999.ebuild
+++ b/x11-wm/metacity/metacity-9999.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
-EAPI="4"
+EAPI="5"
# debug only changes CFLAGS
GCONF_DEBUG="no"
GNOME2_LA_PUNT="yes"
@@ -46,7 +46,6 @@ RDEPEND=">=x11-libs/gtk+-2.24:2
xinerama? ( x11-libs/libXinerama )
!x11-misc/expocity"
DEPEND="${RDEPEND}
- >=app-text/gnome-doc-utils-0.8
sys-devel/gettext
>=dev-util/intltool-0.35
virtual/pkgconfig
@@ -55,26 +54,34 @@ DEPEND="${RDEPEND}
x11-proto/xextproto
x11-proto/xproto"
-pkg_setup() {
- DOCS="AUTHORS ChangeLog HACKING NEWS README *.txt doc/*.txt"
- G2CONF="${G2CONF}
- --disable-static
- --enable-canberra
- --enable-compositor
- --enable-render
- --enable-shape
- --enable-sm
- --enable-startup-notification
- --enable-xsync
- $(use_enable xinerama)"
-}
-
src_prepare() {
- gnome2_src_prepare
-
# WIFEXITED and friends are defined in sys/wait.h
# Fixes a build failure on BSD.
# https://bugs.gentoo.org/show_bug.cgi?id=309443
# https://bugzilla.gnome.org/show_bug.cgi?id=605460
epatch "${FILESDIR}/${PN}-2.28.1-wif_macros.patch"
+
+ gnome2_src_prepare
}
+
+src_configure() {
+ local myconf=""
+
+ if [[ ${PV} != 9999 ]]; then
+ myconf="${myconf} ITSTOOL=$(type -P true)"
+ fi
+
+ DOCS="AUTHORS ChangeLog HACKING NEWS README *.txt doc/*.txt"
+ gnome2_src_configure \
+ --disable-static \
+ --enable-canberra \
+ --enable-compositor \
+ --enable-render \
+ --enable-shape \
+ --enable-sm \
+ --enable-startup-notification \
+ --enable-xsync \
+ --enable-themes-documentation \
+ $(use_enable xinerama) \
+ ${myconf}
+}
\ No newline at end of file
diff --git a/x11-wm/metacity/metadata.xml b/x11-wm/metacity/metadata.xml
new file mode 100644
index 0000000..79e9516
--- /dev/null
+++ b/x11-wm/metacity/metadata.xml
@@ -0,0 +1,10 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<herd>gnome</herd>
+<longdescription>
+A window manager for GNOME, with a focus on simplicity and usability
+rather than novelties or gimmicks. It uses GTK+ 2 for drawing window frames,
+so that it inherits colours, fonts, and so on from the GTK+ theme.
+</longdescription>
+</pkgmetadata>
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] proj/gnome:master commit in: x11-wm/metacity/
@ 2014-10-15 22:26 Gilles Dartiguelongue
0 siblings, 0 replies; 7+ messages in thread
From: Gilles Dartiguelongue @ 2014-10-15 22:26 UTC (permalink / raw
To: gentoo-commits
commit: bea846b799269414b43e92e764b9117ab0225b6f
Author: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Wed Oct 15 22:23:54 2014 +0000
Commit: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Wed Oct 15 22:23:54 2014 +0000
URL: http://sources.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=bea846b7
x11-wm/metacity: 3.14.0 → 3.14.1
---
x11-wm/metacity/{metacity-3.14.0.ebuild => metacity-3.14.1.ebuild} | 0
1 file changed, 0 insertions(+), 0 deletions(-)
diff --git a/x11-wm/metacity/metacity-3.14.0.ebuild b/x11-wm/metacity/metacity-3.14.1.ebuild
similarity index 100%
rename from x11-wm/metacity/metacity-3.14.0.ebuild
rename to x11-wm/metacity/metacity-3.14.1.ebuild
^ permalink raw reply [flat|nested] 7+ messages in thread
* [gentoo-commits] proj/gnome:master commit in: x11-wm/metacity/
@ 2014-11-03 23:24 Gilles Dartiguelongue
0 siblings, 0 replies; 7+ messages in thread
From: Gilles Dartiguelongue @ 2014-11-03 23:24 UTC (permalink / raw
To: gentoo-commits
commit: 42ac1f4bce5216edcbb0d38592bc247781ab0c82
Author: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Sun Nov 2 16:11:38 2014 +0000
Commit: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Sun Nov 2 16:11:38 2014 +0000
URL: http://sources.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=42ac1f4b
x11-wm/metacity: 3.14.1 → 3.14.2
---
x11-wm/metacity/{metacity-3.14.1.ebuild => metacity-3.14.2.ebuild} | 2 +-
x11-wm/metacity/metacity-9999.ebuild | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/x11-wm/metacity/metacity-3.14.1.ebuild b/x11-wm/metacity/metacity-3.14.2.ebuild
similarity index 98%
rename from x11-wm/metacity/metacity-3.14.1.ebuild
rename to x11-wm/metacity/metacity-3.14.2.ebuild
index 1ba0edd..060948c 100644
--- a/x11-wm/metacity/metacity-3.14.1.ebuild
+++ b/x11-wm/metacity/metacity-3.14.2.ebuild
@@ -19,7 +19,7 @@ IUSE="test xinerama"
# XXX: libgtop is automagic, hard-enabled instead
RDEPEND="
- >=x11-libs/gtk+-3.8:3
+ >=x11-libs/gtk+-3.12:3
>=x11-libs/pango-1.2[X]
>=dev-libs/glib-2.25.10:2
>=gnome-base/gsettings-desktop-schemas-3.3
diff --git a/x11-wm/metacity/metacity-9999.ebuild b/x11-wm/metacity/metacity-9999.ebuild
index df2b6b6..7186c8e 100644
--- a/x11-wm/metacity/metacity-9999.ebuild
+++ b/x11-wm/metacity/metacity-9999.ebuild
@@ -26,7 +26,7 @@ IUSE="test xinerama"
# XXX: libgtop is automagic, hard-enabled instead
RDEPEND="
- >=x11-libs/gtk+-3.8:3
+ >=x11-libs/gtk+-3.12:3
>=x11-libs/pango-1.2[X]
>=dev-libs/glib-2.25.10:2
>=gnome-base/gsettings-desktop-schemas-3.3
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] proj/gnome:master commit in: x11-wm/metacity/
@ 2014-11-24 18:52 Gilles Dartiguelongue
0 siblings, 0 replies; 7+ messages in thread
From: Gilles Dartiguelongue @ 2014-11-24 18:52 UTC (permalink / raw
To: gentoo-commits
commit: ee61d0e760d9722b2027580b5c3469588ee1ceb3
Author: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Mon Nov 24 18:41:41 2014 +0000
Commit: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Mon Nov 24 18:41:41 2014 +0000
URL: http://sources.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=ee61d0e7
x11-wm/metacity: 3.14.2 → 3.14.3
---
x11-wm/metacity/{metacity-3.14.2.ebuild => metacity-3.14.3.ebuild} | 0
1 file changed, 0 insertions(+), 0 deletions(-)
diff --git a/x11-wm/metacity/metacity-3.14.2.ebuild b/x11-wm/metacity/metacity-3.14.3.ebuild
similarity index 100%
rename from x11-wm/metacity/metacity-3.14.2.ebuild
rename to x11-wm/metacity/metacity-3.14.3.ebuild
^ permalink raw reply [flat|nested] 7+ messages in thread
* [gentoo-commits] proj/gnome:master commit in: x11-wm/metacity/
@ 2014-12-22 23:50 Gilles Dartiguelongue
0 siblings, 0 replies; 7+ messages in thread
From: Gilles Dartiguelongue @ 2014-12-22 23:50 UTC (permalink / raw
To: gentoo-commits
commit: b5c17c74fdd38771f829989b40ea2ad2e97d0949
Author: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Mon Dec 22 23:44:25 2014 +0000
Commit: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Mon Dec 22 23:44:25 2014 +0000
URL: http://sources.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=b5c17c74
x11-wm/metacity: removed from gentoo-x86
Was only useful for Gnome 2 which got removed.
---
x11-wm/metacity/metacity-3.14.3.ebuild | 67 ----------------------------
x11-wm/metacity/metacity-9999.ebuild | 80 ----------------------------------
x11-wm/metacity/metadata.xml | 10 -----
3 files changed, 157 deletions(-)
diff --git a/x11-wm/metacity/metacity-3.14.3.ebuild b/x11-wm/metacity/metacity-3.14.3.ebuild
deleted file mode 100644
index 060948c..0000000
--- a/x11-wm/metacity/metacity-3.14.3.ebuild
+++ /dev/null
@@ -1,67 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI="5"
-# debug only changes CFLAGS
-GCONF_DEBUG="no"
-GNOME2_LA_PUNT="yes"
-
-inherit gnome2
-
-DESCRIPTION="GNOME default window manager"
-HOMEPAGE="http://blogs.gnome.org/metacity/"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~x86-solaris"
-IUSE="test xinerama"
-
-# XXX: libgtop is automagic, hard-enabled instead
-RDEPEND="
- >=x11-libs/gtk+-3.12:3
- >=x11-libs/pango-1.2[X]
- >=dev-libs/glib-2.25.10:2
- >=gnome-base/gsettings-desktop-schemas-3.3
- >=x11-libs/startup-notification-0.7
- >=x11-libs/libXcomposite-0.2
- x11-libs/libXfixes
- x11-libs/libXrender
- x11-libs/libXdamage
- x11-libs/libXcursor
- x11-libs/libX11
- x11-libs/libXext
- x11-libs/libXrandr
- x11-libs/libSM
- x11-libs/libICE
- media-libs/libcanberra[gtk3]
- gnome-base/libgtop:2=
- gnome-extra/zenity
- xinerama? ( x11-libs/libXinerama )
- !x11-misc/expocity
-"
-DEPEND="${RDEPEND}
- sys-devel/gettext
- >=dev-util/intltool-0.35
- virtual/pkgconfig
- test? ( app-text/docbook-xml-dtd:4.5 )
- xinerama? ( x11-proto/xineramaproto )
- x11-proto/xextproto
- x11-proto/xproto
-"
-
-src_configure() {
- DOCS="AUTHORS ChangeLog HACKING NEWS README *.txt doc/*.txt"
- gnome2_src_configure \
- --disable-static \
- --enable-canberra \
- --enable-compositor \
- --enable-render \
- --enable-shape \
- --enable-sm \
- --enable-startup-notification \
- --enable-xsync \
- --enable-themes-documentation \
- $(use_enable xinerama) \
- ITSTOOL=$(type -P true)
-}
\ No newline at end of file
diff --git a/x11-wm/metacity/metacity-9999.ebuild b/x11-wm/metacity/metacity-9999.ebuild
deleted file mode 100644
index 7186c8e..0000000
--- a/x11-wm/metacity/metacity-9999.ebuild
+++ /dev/null
@@ -1,80 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI="5"
-# debug only changes CFLAGS
-GCONF_DEBUG="no"
-GNOME2_LA_PUNT="yes"
-
-inherit gnome2
-if [[ ${PV} = 9999 ]]; then
- inherit gnome2-live
-fi
-
-DESCRIPTION="GNOME default window manager"
-HOMEPAGE="http://blogs.gnome.org/metacity/"
-
-LICENSE="GPL-2"
-SLOT="0"
-if [[ ${PV} = 9999 ]]; then
- KEYWORDS=""
-else
- KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~x86-solaris"
-fi
-IUSE="test xinerama"
-
-# XXX: libgtop is automagic, hard-enabled instead
-RDEPEND="
- >=x11-libs/gtk+-3.12:3
- >=x11-libs/pango-1.2[X]
- >=dev-libs/glib-2.25.10:2
- >=gnome-base/gsettings-desktop-schemas-3.3
- >=x11-libs/startup-notification-0.7
- >=x11-libs/libXcomposite-0.2
- x11-libs/libXfixes
- x11-libs/libXrender
- x11-libs/libXdamage
- x11-libs/libXcursor
- x11-libs/libX11
- x11-libs/libXext
- x11-libs/libXrandr
- x11-libs/libSM
- x11-libs/libICE
- media-libs/libcanberra[gtk3]
- gnome-base/libgtop:2=
- gnome-extra/zenity
- xinerama? ( x11-libs/libXinerama )
- !x11-misc/expocity
-"
-DEPEND="${RDEPEND}
- sys-devel/gettext
- >=dev-util/intltool-0.35
- virtual/pkgconfig
- test? ( app-text/docbook-xml-dtd:4.5 )
- xinerama? ( x11-proto/xineramaproto )
- x11-proto/xextproto
- x11-proto/xproto
-"
-
-src_configure() {
- local myconf=""
-
- if [[ ${PV} != 9999 ]]; then
- myconf="${myconf} ITSTOOL=$(type -P true)"
- fi
-
- DOCS="AUTHORS ChangeLog HACKING NEWS README *.txt doc/*.txt"
- gnome2_src_configure \
- --disable-static \
- --enable-canberra \
- --enable-compositor \
- --enable-render \
- --enable-shape \
- --enable-sm \
- --enable-startup-notification \
- --enable-xsync \
- --enable-themes-documentation \
- $(use_enable xinerama) \
- ${myconf}
-}
\ No newline at end of file
diff --git a/x11-wm/metacity/metadata.xml b/x11-wm/metacity/metadata.xml
deleted file mode 100644
index 79e9516..0000000
--- a/x11-wm/metacity/metadata.xml
+++ /dev/null
@@ -1,10 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-<herd>gnome</herd>
-<longdescription>
-A window manager for GNOME, with a focus on simplicity and usability
-rather than novelties or gimmicks. It uses GTK+ 2 for drawing window frames,
-so that it inherits colours, fonts, and so on from the GTK+ theme.
-</longdescription>
-</pkgmetadata>
^ permalink raw reply related [flat|nested] 7+ messages in thread
end of thread, other threads:[~2014-12-22 23:50 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-05-24 9:11 [gentoo-commits] proj/gnome:master commit in: x11-wm/metacity/ Alexandre Restovtsev
-- strict thread matches above, loose matches on Subject: below --
2014-12-22 23:50 Gilles Dartiguelongue
2014-11-24 18:52 Gilles Dartiguelongue
2014-11-03 23:24 Gilles Dartiguelongue
2014-10-15 22:26 Gilles Dartiguelongue
2013-12-22 23:28 Gilles Dartiguelongue
2012-03-25 17:15 Gilles Dartiguelongue
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox