diff options
author | Mart Raudsepp <leio@gentoo.org> | 2019-05-18 15:55:41 +0300 |
---|---|---|
committer | Mart Raudsepp <leio@gentoo.org> | 2019-05-18 16:41:06 +0300 |
commit | ee7c729da2eb749c63fc6148fcc9248b266f544b (patch) | |
tree | 766309012d0e72fa84b00ad287fc874a56a3d84f /app-arch | |
parent | app-arch/file-roller: remove old (diff) | |
download | gentoo-ee7c729da2eb749c63fc6148fcc9248b266f544b.tar.gz gentoo-ee7c729da2eb749c63fc6148fcc9248b266f544b.tar.bz2 gentoo-ee7c729da2eb749c63fc6148fcc9248b266f544b.zip |
app-arch/gnome-autoar: remove old
Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Mart Raudsepp <leio@gentoo.org>
Diffstat (limited to 'app-arch')
-rw-r--r-- | app-arch/gnome-autoar/Manifest | 1 | ||||
-rw-r--r-- | app-arch/gnome-autoar/gnome-autoar-0.2.2.ebuild | 43 |
2 files changed, 0 insertions, 44 deletions
diff --git a/app-arch/gnome-autoar/Manifest b/app-arch/gnome-autoar/Manifest index 72924c59b1c1..448c2c65b2bd 100644 --- a/app-arch/gnome-autoar/Manifest +++ b/app-arch/gnome-autoar/Manifest @@ -1,2 +1 @@ -DIST gnome-autoar-0.2.2.tar.xz 295488 BLAKE2B 33f614846547921b208239f7756cab3561ec417f2030e3196bece43c47af2a6496fef82838d90fa3ddcf8742023b525bc4e8cbdfbf3fc925c92c74a8a6918c3b SHA512 78faf8f82eeab4cb5f1f364d6e9caa4d24f21f9b81a79ebde4404253f3e7ae120f44600f236612859810afc6fc6f1a8c6f2e065db98be79103255642139c10a2 DIST gnome-autoar-0.2.3.tar.xz 297632 BLAKE2B 37b5861b1e0866200884aa1791fced6168c12aa740413a1330a08629aaf4e18105b02b36828619c20a15874ac41c779836627728c82fa1a79a1bab6dc9224d97 SHA512 f87299817c52e7862a6c1cc950b1c362db8e7465e008d988e70245a203c728a9179400aac8601c399abe361e5a1ac4558b1190641ad3afa7224f883546fae7bc diff --git a/app-arch/gnome-autoar/gnome-autoar-0.2.2.ebuild b/app-arch/gnome-autoar/gnome-autoar-0.2.2.ebuild deleted file mode 100644 index a182d63d71b4..000000000000 --- a/app-arch/gnome-autoar/gnome-autoar-0.2.2.ebuild +++ /dev/null @@ -1,43 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 -VALA_USE_DEPEND="vapigen" - -inherit gnome2 vala - -DESCRIPTION="Automatic archives creating and extracting library" -HOMEPAGE="https://git.gnome.org/browse/gnome-autoar" - -LICENSE="LGPL-2+ GPL-2+" -SLOT="0" -IUSE="gtk +introspection vala" -REQUIRED_USE="vala? ( introspection )" - -KEYWORDS="~alpha amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc x86" - -RDEPEND=" - >=app-arch/libarchive-3.2.0 - >=dev-libs/glib-2.35.6:2 - gtk? ( >=x11-libs/gtk+-3.2:3[introspection?] ) - introspection? ( >=dev-libs/gobject-introspection-1.30.0:= ) -" -DEPEND="${RDEPEND} - >=dev-util/gtk-doc-am-1.14 - gnome-base/gnome-common - virtual/pkgconfig - vala? ( $(vala_depend) ) -" - -src_prepare() { - use vala && vala_src_prepare - gnome2_src_prepare -} - -src_configure() { - gnome2_src_configure \ - --disable-static \ - $(use_enable introspection) \ - $(use_enable vala) \ - $(use_enable gtk) -} |