mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
Remove local definitions for global USE=vala and USE=introspeciton
23 packages had local use definitions that matched up perfectly with the global definitions. Remove them as they're not necessary. This is a metadata only change. Closes: https://github.com/gentoo/gentoo/pull/1100 Acked-by: Justin Lecher <jlec@gentoo.org> Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
This commit is contained in:
committed by
Patrice Clement
parent
cbf881d1fb
commit
fa91631b6c
@@ -5,7 +5,4 @@
|
||||
<email>gnome@gentoo.org</email>
|
||||
<name>Gentoo GNOME Desktop</name>
|
||||
</maintainer>
|
||||
<use>
|
||||
<flag name="vala">Enable bindings for <pkg>dev-lang/vala</pkg></flag>
|
||||
</use>
|
||||
</pkgmetadata>
|
||||
|
||||
@@ -24,7 +24,6 @@
|
||||
modifying virtual machine (VM) disk images</longdescription>
|
||||
<use>
|
||||
<flag name="fuse">Enable image mount support via fuse</flag>
|
||||
<flag name="introspection">Use <pkg>dev-libs/gobject-introspection</pkg> for introspection</flag>
|
||||
<flag name="erlang">Build Erlang bindings</flag>
|
||||
<flag name="systemtap">Use <pkg>dev-util/systemtap</pkg> to inspect VM via "probes" way</flag>
|
||||
<flag name="inspect-icons">Use <pkg>media-gfx/icoutils</pkg>for acces icon file in image and inspect it</flag>
|
||||
|
||||
@@ -12,7 +12,6 @@
|
||||
<use>
|
||||
<flag name="autostart">Enable XDG-compatible autostart of Fcitx</flag>
|
||||
<flag name="enchant">Enable Enchant backend (using <pkg>app-text/enchant</pkg>) for spelling hinting</flag>
|
||||
<flag name="introspection">Enable support for GObject Introspection</flag>
|
||||
<flag name="gtk">Install input method module for GTK+ 2</flag>
|
||||
<flag name="gtk2">Install input method module for GTK+ 2</flag>
|
||||
<flag name="gtk3">Install input method module for GTK+ 3</flag>
|
||||
|
||||
@@ -13,8 +13,6 @@ developers to develop input method easily.
|
||||
<use>
|
||||
<flag name="gconf">Enable support for <pkg>gnome-base/gconf</pkg></flag>
|
||||
<flag name="gtk3">Enable support for gtk+3</flag>
|
||||
<flag name="vala">Enable support for <pkg>dev-lang/vala</pkg></flag>
|
||||
<flag name="introspection">Use <pkg>dev-libs/gobject-introspection</pkg> for introspection</flag>
|
||||
<flag name="deprecated">install the deprecated ibus python library</flag>
|
||||
</use>
|
||||
<upstream>
|
||||
|
||||
@@ -5,9 +5,6 @@
|
||||
<email>cjk@gentoo.org</email>
|
||||
<name>Cjk</name>
|
||||
</maintainer>
|
||||
<use>
|
||||
<flag name="introspection">Use <pkg>dev-libs/gobject-introspection</pkg> for introspection</flag>
|
||||
</use>
|
||||
<upstream>
|
||||
<remote-id type="github">ueno/libskk</remote-id>
|
||||
</upstream>
|
||||
|
||||
@@ -5,9 +5,6 @@
|
||||
<email>gnome@gentoo.org</email>
|
||||
<name>Gentoo GNOME Desktop</name>
|
||||
</maintainer>
|
||||
<use>
|
||||
<flag name="vala">Enable bindings for <pkg>dev-lang/vala</pkg></flag>
|
||||
</use>
|
||||
<upstream>
|
||||
<remote-id type="sourceforge">gtkspell</remote-id>
|
||||
</upstream>
|
||||
|
||||
@@ -5,9 +5,6 @@
|
||||
<email>office@gentoo.org</email>
|
||||
<name>Gentoo Office project</name>
|
||||
</maintainer>
|
||||
<use>
|
||||
<flag name="introspection">Use <pkg>dev-libs/gobject-introspection</pkg> for introspection</flag>
|
||||
</use>
|
||||
<upstream>
|
||||
<remote-id type="bitbucket">tagoh/liblangtag</remote-id>
|
||||
</upstream>
|
||||
|
||||
@@ -5,9 +5,6 @@
|
||||
<email>ssuominen@gentoo.org</email>
|
||||
<name>Samuli Suominen</name>
|
||||
</maintainer>
|
||||
<use>
|
||||
<flag name="introspection">Use <pkg>dev-libs/gobject-introspection</pkg> for introspection</flag>
|
||||
</use>
|
||||
<upstream>
|
||||
<remote-id type="github">engla/keybinder</remote-id>
|
||||
</upstream>
|
||||
|
||||
@@ -8,7 +8,6 @@
|
||||
<use>
|
||||
<flag name="gtk" restrict=">=dev-libs/libdbusmenu-12.10.2-r2">Enable support for GTK+2</flag>
|
||||
<flag name="gtk3">Enable support for GTK+3</flag>
|
||||
<flag name="introspection">Use <pkg>dev-libs/gobject-introspection</pkg> for introspection</flag>
|
||||
</use>
|
||||
<upstream>
|
||||
<remote-id type="launchpad">dbusmenu</remote-id>
|
||||
|
||||
@@ -5,9 +5,6 @@
|
||||
<email>kde@gentoo.org</email>
|
||||
<name>Gentoo KDE Project</name>
|
||||
</maintainer>
|
||||
<use>
|
||||
<flag name="introspection">Use <pkg>dev-libs/gobject-introspection</pkg> for introspection</flag>
|
||||
</use>
|
||||
<upstream>
|
||||
<remote-id type="launchpad">libindicate</remote-id>
|
||||
</upstream>
|
||||
|
||||
@@ -8,8 +8,4 @@
|
||||
<longdescription lang="en">
|
||||
Unique is a library for writing single instance application. If you launch a single instance application twice, the second instance will either just quit or will send a message to the running instance.
|
||||
</longdescription>
|
||||
<use>
|
||||
<flag name="introspection">Use <pkg>dev-libs/gobject-introspection</pkg>
|
||||
for introspection</flag>
|
||||
</use>
|
||||
</pkgmetadata>
|
||||
|
||||
@@ -5,7 +5,4 @@
|
||||
<email>gnome@gentoo.org</email>
|
||||
<name>Gentoo GNOME Desktop</name>
|
||||
</maintainer>
|
||||
<use>
|
||||
<flag name="vala">Enable bindings for <pkg>dev-lang/vala</pkg></flag>
|
||||
</use>
|
||||
</pkgmetadata>
|
||||
|
||||
@@ -5,7 +5,4 @@
|
||||
<email>gnome@gentoo.org</email>
|
||||
<name>Gentoo GNOME Desktop</name>
|
||||
</maintainer>
|
||||
<use>
|
||||
<flag name="vala">Enable bindings for <pkg>dev-lang/vala</pkg></flag>
|
||||
</use>
|
||||
</pkgmetadata>
|
||||
|
||||
@@ -5,10 +5,8 @@
|
||||
<email>sping@gentoo.org</email>
|
||||
</maintainer>
|
||||
<use>
|
||||
<flag name="introspection">Use <pkg>dev-libs/gobject-introspection</pkg> for introspection.</flag>
|
||||
<flag name="lensfun">Enable support for <pkg>media-libs/lensfun</pkg>.</flag>
|
||||
<flag name="umfpack">Enable sparse solving via <pkg>sci-libs/umfpack</pkg>.</flag>
|
||||
<flag name="vala">Enable bindings for <pkg>dev-lang/vala</pkg></flag>
|
||||
<flag name="webp">Enable support for <pkg>media-libs/libwebp</pkg></flag>
|
||||
</use>
|
||||
</pkgmetadata>
|
||||
|
||||
@@ -5,8 +5,4 @@
|
||||
<email>gnome@gentoo.org</email>
|
||||
<name>Gentoo GNOME Desktop</name>
|
||||
</maintainer>
|
||||
<use>
|
||||
<flag name="introspection">Use <pkg>dev-libs/gobject-introspection</pkg>
|
||||
for introspection</flag>
|
||||
</use>
|
||||
</pkgmetadata>
|
||||
|
||||
@@ -5,8 +5,4 @@
|
||||
<email>sci-geosciences@gentoo.org</email>
|
||||
<name>Gentoo Geosciences Project</name>
|
||||
</maintainer>
|
||||
<use>
|
||||
<flag name="introspection">Use dev-libs/gobject-introspection for introspection</flag>
|
||||
<flag name="vala">Add support for Vala</flag>
|
||||
</use>
|
||||
</pkgmetadata>
|
||||
|
||||
@@ -5,7 +5,4 @@
|
||||
<email>gnome@gentoo.org</email>
|
||||
<name>Gentoo GNOME Desktop</name>
|
||||
</maintainer>
|
||||
<use>
|
||||
<flag name="vala">Enable bindings for <pkg>dev-lang/vala</pkg></flag>
|
||||
</use>
|
||||
</pkgmetadata>
|
||||
|
||||
@@ -19,8 +19,6 @@
|
||||
usbredir acl helper</flag>
|
||||
<flag name="usbredir">Use <pkg>sys-apps/usbredir</pkg> to redirect USB
|
||||
devices to another machine over TCP</flag>
|
||||
<flag name="vala">Generate <pkg>dev-lang/vala</pkg> bindings using
|
||||
vapigen and regenerate .vala files using valac</flag>
|
||||
<flag name="webdav">Support for folder-sharing between guest and client
|
||||
using <pkg>net-libs/phodav</pkg></flag>
|
||||
</use>
|
||||
|
||||
@@ -7,8 +7,6 @@
|
||||
<use>
|
||||
<flag name="gudev">enable libudev gobject interface</flag>
|
||||
<flag name="hwdb">read vendor/device string database and add it to udev database</flag>
|
||||
<flag name="introspection">Use <pkg>dev-libs/gobject-introspection</pkg>
|
||||
for introspection</flag>
|
||||
<flag name="keymap">map custom hardware's multimedia keys</flag>
|
||||
<flag name="kmod">enable module loading through libkmod</flag>
|
||||
<flag name="modutils">enable module loading support - use modutils calls if kmod not enabled</flag>
|
||||
|
||||
@@ -7,7 +7,6 @@
|
||||
<use>
|
||||
<flag name="cryptsetup">Enable <pkg>sys-fs/cryptsetup</pkg> support</flag>
|
||||
<flag name="gptfdisk">Pull in <pkg>sys-apps/gptfdisk</pkg> for sgdisk command as used by partitioning functionality</flag>
|
||||
<flag name="introspection">Use <pkg>dev-libs/gobject-introspection</pkg> for introspection</flag>
|
||||
<flag name="remote-access">Control whether connections from other clients over LAN are allowed</flag>
|
||||
<flag name="systemd">Support <pkg>sys-apps/systemd</pkg>'s logind</flag>
|
||||
</use>
|
||||
|
||||
@@ -8,7 +8,6 @@
|
||||
<use>
|
||||
<flag name="gconf">Enable GConf as configuration backend</flag>
|
||||
<flag name="glade">Install the Glade catalog for the desktop-agnotstic GTK widgets.</flag>
|
||||
<flag name="introspection">Use dev-libs/gobject-introspection for introspection</flag>
|
||||
</use>
|
||||
<upstream>
|
||||
<remote-id type="launchpad">libdesktop-agnostic</remote-id>
|
||||
|
||||
@@ -4,7 +4,4 @@
|
||||
<maintainer type="project">
|
||||
<email>freedesktop-bugs@gentoo.org</email>
|
||||
</maintainer>
|
||||
<use>
|
||||
<flag name="introspection">Use <pkg>dev-libs/gobject-introspection</pkg> for introspection</flag>
|
||||
</use>
|
||||
</pkgmetadata>
|
||||
|
||||
@@ -7,7 +7,6 @@
|
||||
</maintainer>
|
||||
<use>
|
||||
<flag name="gtk">Pull in the gtk+ greeter</flag>
|
||||
<flag name="introspection">Use dev-libs/gobject-introspection for introspection</flag>
|
||||
<flag name="kde">Pull in the kde greeter</flag>
|
||||
</use>
|
||||
<longdescription lang="en">
|
||||
|
||||
Reference in New Issue
Block a user