xfce-base/xfconf: Drop old
authorMichał Górny <mgorny@gentoo.org>
Sun, 20 Oct 2019 09:27:17 +0000 (11:27 +0200)
committerMichał Górny <mgorny@gentoo.org>
Sun, 20 Oct 2019 10:24:02 +0000 (12:24 +0200)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
xfce-base/xfconf/Manifest
xfce-base/xfconf/xfconf-4.13.7.ebuild [deleted file]
xfce-base/xfconf/xfconf-4.13.8.ebuild [deleted file]

index 5856f5da98a5c441a2d53c998c9b67ae1db34182..311d59923a5cd044538b32d344cd9bd6bb4552b7 100644 (file)
@@ -1,4 +1,2 @@
 DIST xfconf-4.12.1.tar.bz2 564131 BLAKE2B 893210f19d743559b0879e9e38004400c8f8af0b6b8c72db4602360eee2ee7058f074e86f2f9e4397f6e728eae0148d3621424461d53e84ad768d7f0673ed08a SHA512 114dba6a78d43b25eebfd9ef78beec75391b0c77e736e66ae2b04fe97dc281f93d05467ddfdd63a5067f44de135347564fe55928ae7de72f0984339db411d77f
-DIST xfconf-4.13.7.tar.bz2 618676 BLAKE2B 8f7dd97530d4781e2d46d8139800f54991d932db5de0050e66d711bafef1daa0355383fd139789037a92b462042563a9aa2269295785b2f8217a0e9ff6a00c80 SHA512 113fb22b449a318b0cca6521914eda6cfeb6b2056a1aad4d49a5e83c28661c843c9912bbf7eddb7d6cd1f172b532c73dd02259bf6fabe60a377024f9f8d5825d
-DIST xfconf-4.13.8.tar.bz2 635519 BLAKE2B 4f8a05063b5acfa34e8a09637050e4c30917966708e956a3d8373d4872e0468e3b546728bafed18f2c6ec1e540170343e59071d5100ff2ec63bb0bbf4dcfe577 SHA512 2b6afee1c9299e56e1576f93b34410c99b16109e83b0b34c4e13d952997d4812de6a6ab69f015c8f7fb8cf01e1b00b5d953261c3cbbfeab216c878aae3618f77
 DIST xfconf-4.14.1.tar.bz2 644804 BLAKE2B 1b04770fa9b3f4901f561bc3978dd7ffdbfea9496330a98334ffb19c0c7413b0540423f20200e2e5191ff876f3e2c32ca8354bbab70aac4de00592d995f77e72 SHA512 727d013f7e71e0eb9ff17e464acd65c1fa507f8eba1bd29621dae070161042f60f47b8ac048b28849bf45232d04d5d6e48530aa0bd1e661a3f58db47703a8808
diff --git a/xfce-base/xfconf/xfconf-4.13.7.ebuild b/xfce-base/xfconf/xfconf-4.13.7.ebuild
deleted file mode 100644 (file)
index 0065db3..0000000
+++ /dev/null
@@ -1,81 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit xdg-utils
-
-DESCRIPTION="A configuration management system for Xfce"
-HOMEPAGE="https://www.xfce.org/projects/"
-SRC_URI="https://archive.xfce.org/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2"
-
-LICENSE="GPL-2+"
-SLOT="0/3"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-solaris"
-IUSE="debug perl"
-
-RDEPEND=">=dev-libs/glib-2.42:=
-       >=xfce-base/libxfce4util-4.10:=
-       perl? (
-               dev-lang/perl:=[-build(-)]
-               dev-perl/glib-perl
-       )
-       !<xfce-base/xfce4-panel-4.13.1
-       !<xfce-base/xfce4-settings-4.13.1"
-DEPEND="${RDEPEND}
-       dev-util/gdbus-codegen
-       dev-util/glib-utils
-       dev-util/intltool
-       virtual/pkgconfig
-       sys-devel/gettext
-       perl? (
-               dev-perl/ExtUtils-Depends
-               dev-perl/ExtUtils-PkgConfig
-       )"
-
-src_configure() {
-       local myconf=(
-               $(use_enable perl perl-bindings)
-               $(use_enable debug checks)
-               --with-perl-options=INSTALLDIRS=vendor
-       )
-
-       xdg_environment_reset
-       econf "${myconf[@]}"
-}
-
-src_compile() {
-       emake OTHERLDFLAGS="${LDFLAGS}"
-}
-
-src_test() {
-       local service_dir=${HOME}/.local/share/dbus-1/services
-       mkdir -p "${service_dir}" || die
-       cat > "${service_dir}/org.xfce.Xfconf.service" <<-EOF || die
-               [D-BUS Service]
-               Name=org.xfce.Xfconf
-               Exec=${S}/xfconfd/xfconfd
-       EOF
-
-       (
-               # start isolated dbus session bus
-               dbus_data=$(dbus-launch --sh-syntax) || exit
-               eval "${dbus_data}"
-
-               nonfatal emake check
-               ret=${?}
-
-               kill "${DBUS_SESSION_BUS_PID}"
-               exit "${ret}"
-       ) || die
-}
-
-src_install() {
-       default
-       find "${D}" -type f -name '*.la' -delete || die
-
-       if use perl; then
-               find "${ED}" -type f -name perllocal.pod -delete || die
-               find "${ED}" -depth -mindepth 1 -type d -empty -delete || die
-       fi
-}
diff --git a/xfce-base/xfconf/xfconf-4.13.8.ebuild b/xfce-base/xfconf/xfconf-4.13.8.ebuild
deleted file mode 100644 (file)
index e8f067e..0000000
+++ /dev/null
@@ -1,87 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit vala
-
-DESCRIPTION="A configuration management system for Xfce"
-HOMEPAGE="https://www.xfce.org/projects/"
-SRC_URI="https://archive.xfce.org/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2"
-
-LICENSE="GPL-2+"
-SLOT="0/3"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-solaris"
-IUSE="debug introspection perl vala"
-REQUIRED_USE="vala? ( introspection )"
-
-RDEPEND=">=dev-libs/glib-2.42:=
-       >=xfce-base/libxfce4util-4.10:=
-       introspection? ( dev-libs/gobject-introspection:= )
-       perl? (
-               dev-lang/perl:=[-build(-)]
-               dev-perl/glib-perl
-       )
-       vala? ( $(vala_depend) )
-       !<xfce-base/xfce4-panel-4.13.1
-       !<xfce-base/xfce4-settings-4.13.1"
-DEPEND="${RDEPEND}
-       dev-util/gdbus-codegen
-       dev-util/glib-utils
-       dev-util/intltool
-       virtual/pkgconfig
-       sys-devel/gettext
-       perl? (
-               dev-perl/ExtUtils-Depends
-               dev-perl/ExtUtils-PkgConfig
-       )"
-
-src_prepare() {
-       # stupid vala.eclass...
-       default
-}
-
-src_configure() {
-       local myconf=(
-               $(use_enable perl perl-bindings)
-               $(use_enable introspection)
-               $(use_enable vala)
-               $(use_enable debug checks)
-               --with-perl-options=INSTALLDIRS=vendor
-       )
-
-       use vala && vala_src_prepare
-       econf "${myconf[@]}"
-}
-
-src_test() {
-       local service_dir=${HOME}/.local/share/dbus-1/services
-       mkdir -p "${service_dir}" || die
-       cat > "${service_dir}/org.xfce.Xfconf.service" <<-EOF || die
-               [D-BUS Service]
-               Name=org.xfce.Xfconf
-               Exec=${S}/xfconfd/xfconfd
-       EOF
-
-       (
-               # start isolated dbus session bus
-               dbus_data=$(dbus-launch --sh-syntax) || exit
-               eval "${dbus_data}"
-
-               nonfatal emake check
-               ret=${?}
-
-               kill "${DBUS_SESSION_BUS_PID}"
-               exit "${ret}"
-       ) || die
-}
-
-src_install() {
-       default
-       find "${D}" -type f -name '*.la' -delete || die
-
-       if use perl; then
-               find "${ED}" -type f -name perllocal.pod -delete || die
-               find "${ED}" -depth -mindepth 1 -type d -empty -delete || die
-       fi
-}