diff options
author | Mart Raudsepp <leio@gentoo.org> | 2018-10-06 22:57:52 +0300 |
---|---|---|
committer | Mart Raudsepp <leio@gentoo.org> | 2018-10-06 23:21:58 +0300 |
commit | 2158b952081d89a96e504b10e323171c6b1ba887 (patch) | |
tree | 188dbec38ab223d29280a28681e174139349b1fc /mate-extra/mate-polkit | |
parent | mate-extra/mate-netbook: remove old (diff) | |
download | gentoo-2158b952081d89a96e504b10e323171c6b1ba887.tar.gz gentoo-2158b952081d89a96e504b10e323171c6b1ba887.tar.bz2 gentoo-2158b952081d89a96e504b10e323171c6b1ba887.zip |
mate-extra/mate-polkit: remove old
Signed-off-by: Mart Raudsepp <leio@gentoo.org>
Package-Manager: Portage-2.3.49, Repoman-2.3.11
Diffstat (limited to 'mate-extra/mate-polkit')
-rw-r--r-- | mate-extra/mate-polkit/Manifest | 3 | ||||
-rw-r--r-- | mate-extra/mate-polkit/mate-polkit-1.12.0-r2.ebuild | 51 | ||||
-rw-r--r-- | mate-extra/mate-polkit/mate-polkit-1.14.0.ebuild | 53 | ||||
-rw-r--r-- | mate-extra/mate-polkit/mate-polkit-1.16.0.ebuild | 46 | ||||
-rw-r--r-- | mate-extra/mate-polkit/metadata.xml | 1 |
5 files changed, 0 insertions, 154 deletions
diff --git a/mate-extra/mate-polkit/Manifest b/mate-extra/mate-polkit/Manifest index 433d85c17b2d..2b1e7f359030 100644 --- a/mate-extra/mate-polkit/Manifest +++ b/mate-extra/mate-polkit/Manifest @@ -1,4 +1 @@ -DIST mate-polkit-1.12.0.tar.xz 324708 BLAKE2B 088ac84721f1a3274c935c40ed2ee2985a7743851bd3ea85cf5ef8891481d25319c37e6d9900e89ef0b7e9e7e29446028de8c762f7c93cb55fc161ebfbf5b557 SHA512 b6e771062e29d2f4f2823638e39f5e5b349b98fcf8fd8d652d847d568eee919d37956089d7bef1463d96f801f852d10d9423bb8c20f8a54dfe8188d19ab6fb0c -DIST mate-polkit-1.14.0.tar.xz 339872 BLAKE2B 25bee9752133416d06e46f41e48fc13d71bc8756792a0f33ae582c59a6b0a40e1648157b5e512cd5016cf9dedf9eb1dad641a924076ac51e461ffb3cde018d4c SHA512 f3507380152798af192e3338b5f056b1105fd297e935f098803c21450b04b6d149bc22106f34129a6394655be2e6505c91ad1433e817c68274a1243cc862bcdf -DIST mate-polkit-1.16.0.tar.xz 340500 BLAKE2B b8a42053af3b895029fda08f5a613301630941855cf229d509d3864e570be46f3adf1e85689a3906e01ac23f08f8336313a027907b914160aa9fdc36bc662d4c SHA512 9b2a1870fdbe828b39ced7b24e1096edb559dcd553bac3fb15a6ab8d5dbc442870916f5105550a0e14cf3e85ac06c798d7daf0b464a182ba686bb3eb1bac1cb4 DIST mate-polkit-1.18.2.tar.xz 348272 BLAKE2B 38b2359be2f908181805fa213fcd6973d8b208bc52542702b19a7dc8162ea316540ad8c524b102b6fd95d85dd1e87c3eda29023c798dedf39eb301ff7f691d14 SHA512 4150e0a18ecc1ea1d554334ca3725ab62008f9ea5693ab95eb70df408cfd08a46717d3252017f14f99e9389a2e106add1f74fd63d26cd5db9011707a5a4f63f9 diff --git a/mate-extra/mate-polkit/mate-polkit-1.12.0-r2.ebuild b/mate-extra/mate-polkit/mate-polkit-1.12.0-r2.ebuild deleted file mode 100644 index 95d9df6dc89f..000000000000 --- a/mate-extra/mate-polkit/mate-polkit-1.12.0-r2.ebuild +++ /dev/null @@ -1,51 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit mate - -if [[ ${PV} != 9999 ]]; then - KEYWORDS="amd64 ~arm x86" -fi - -DESCRIPTION="A MATE specific DBUS service that is used to bring up authentication dialogs" -LICENSE="LGPL-2" -SLOT="0" - -IUSE="accountsservice appindicator debug examples gtk3 +introspection" - -RDEPEND=">=dev-libs/glib-2.36:2 - >=sys-auth/polkit-0.102:0[introspection?] - x11-libs/gdk-pixbuf:2[introspection?] - virtual/libintl:0 - accountsservice? ( sys-apps/accountsservice:0[introspection?] ) - !gtk3? ( - >=x11-libs/gtk+-2.24:2[introspection?] - appindicator? ( dev-libs/libappindicator:2 ) - ) - gtk3? ( - >=x11-libs/gtk+-3.0:3[introspection?] - appindicator? ( dev-libs/libappindicator:3 ) - ) - introspection? ( >=dev-libs/gobject-introspection-0.6.2:= )" - -DEPEND="${RDEPEND} - dev-util/gtk-doc - dev-util/gtk-doc-am - >=dev-util/intltool-0.35:* - sys-devel/gettext:* - >=sys-devel/libtool-2.2.6 - virtual/pkgconfig:* - !<gnome-extra/polkit-gnome-0.102:0" - -src_configure() { - mate_src_configure \ - --disable-static \ - --with-gtk=$(usex gtk3 3.0 2.0) \ - $(use_enable accountsservice) \ - $(use_enable appindicator) \ - $(use_enable debug) \ - $(use_enable examples) \ - $(use_enable introspection) -} diff --git a/mate-extra/mate-polkit/mate-polkit-1.14.0.ebuild b/mate-extra/mate-polkit/mate-polkit-1.14.0.ebuild deleted file mode 100644 index 07a5529360d1..000000000000 --- a/mate-extra/mate-polkit/mate-polkit-1.14.0.ebuild +++ /dev/null @@ -1,53 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit mate - -if [[ ${PV} != 9999 ]]; then - KEYWORDS="~amd64 ~arm ~x86" -fi - -DESCRIPTION="A MATE specific DBUS service that is used to bring up authentication dialogs" -LICENSE="LGPL-2" -SLOT="0" - -IUSE="accountsservice appindicator debug examples gtk3 +introspection" - -COMMON_DEPEND=">=dev-libs/glib-2.36:2 - >=sys-auth/polkit-0.102:0[introspection?] - x11-libs/gdk-pixbuf:2[introspection?] - virtual/libintl:0 - !gtk3? ( - >=x11-libs/gtk+-2.24:2[introspection?] - appindicator? ( dev-libs/libappindicator:2 ) - ) - gtk3? ( - >=x11-libs/gtk+-3.0:3[introspection?] - appindicator? ( dev-libs/libappindicator:3 ) - ) - introspection? ( >=dev-libs/gobject-introspection-0.6.2:= )" - -RDEPEND="${COMMON_DEPEND} - accountsservice? ( sys-apps/accountsservice:0[introspection?] )" - -DEPEND="${COMMON_DEPEND} - dev-util/gtk-doc - dev-util/gtk-doc-am - >=dev-util/intltool-0.35:* - sys-devel/gettext:* - >=sys-devel/libtool-2.2.6 - virtual/pkgconfig:* - !<gnome-extra/polkit-gnome-0.102:0" - -src_configure() { - mate_src_configure \ - --disable-static \ - --with-gtk=$(usex gtk3 3.0 2.0) \ - $(use_enable accountsservice) \ - $(use_enable appindicator) \ - $(use_enable debug) \ - $(use_enable examples) \ - $(use_enable introspection) -} diff --git a/mate-extra/mate-polkit/mate-polkit-1.16.0.ebuild b/mate-extra/mate-polkit/mate-polkit-1.16.0.ebuild deleted file mode 100644 index 294d7edfb02b..000000000000 --- a/mate-extra/mate-polkit/mate-polkit-1.16.0.ebuild +++ /dev/null @@ -1,46 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit mate - -if [[ ${PV} != 9999 ]]; then - KEYWORDS="~amd64 ~arm ~x86" -fi - -DESCRIPTION="A MATE specific DBUS service that is used to bring up authentication dialogs" -LICENSE="LGPL-2" -SLOT="0" - -IUSE="accountsservice appindicator debug examples +introspection" - -COMMON_DEPEND=">=dev-libs/glib-2.36:2 - >=sys-auth/polkit-0.102:0[introspection?] - x11-libs/gdk-pixbuf:2[introspection?] - virtual/libintl:0 - >=x11-libs/gtk+-3.14.0:3[introspection?] - appindicator? ( dev-libs/libappindicator:3 ) - introspection? ( >=dev-libs/gobject-introspection-0.6.2:= )" - -RDEPEND="${COMMON_DEPEND} - accountsservice? ( sys-apps/accountsservice:0[introspection?] )" - -DEPEND="${COMMON_DEPEND} - dev-util/gtk-doc - dev-util/gtk-doc-am - >=dev-util/intltool-0.35:* - sys-devel/gettext:* - >=sys-devel/libtool-2.2.6 - virtual/pkgconfig:* - !<gnome-extra/polkit-gnome-0.102:0" - -src_configure() { - mate_src_configure \ - --disable-static \ - $(use_enable accountsservice) \ - $(use_enable appindicator) \ - $(use_enable debug) \ - $(use_enable examples) \ - $(use_enable introspection) -} diff --git a/mate-extra/mate-polkit/metadata.xml b/mate-extra/mate-polkit/metadata.xml index a91d00933e6a..29daec0e17ce 100644 --- a/mate-extra/mate-polkit/metadata.xml +++ b/mate-extra/mate-polkit/metadata.xml @@ -11,6 +11,5 @@ <use> <flag name="accountsservice">Support extraction of data from AccountsService</flag> <flag name="appindicator">Add support for AppIndicator</flag> - <flag name="gtk3">Build with GTK+3 instead of GTK+2</flag> </use> </pkgmetadata> |