x11-libs/goffice: remove old
authorMart Raudsepp <leio@gentoo.org>
Wed, 20 Dec 2017 19:26:18 +0000 (21:26 +0200)
committerMart Raudsepp <leio@gentoo.org>
Wed, 20 Dec 2017 20:21:08 +0000 (22:21 +0200)
Package-Manager: Portage-2.3.19, Repoman-2.3.6

x11-libs/goffice/Manifest
x11-libs/goffice/goffice-0.10.32.ebuild [deleted file]

index 998f53b1003ab269f64871d90aab17937582af71..77b136523bc7dc366fe3c02be1071bfe7760dc70 100644 (file)
@@ -1,3 +1,2 @@
-DIST goffice-0.10.32.tar.xz 2366700 BLAKE2B a0b60225a5c042a6cfef2b171b916e61726dbd639ea7879384544339c805702deeb3a37ff3b486347d5fbbee33c238d25b2ce9bdd2984fbad2f52b1f4b0e50f9 SHA512 96bdeb4f7771db2da7e89fd89d737d0935507b2b4bbc27de6f8a5126ffd1e8f37816131ecaed26cba5b14aba358f49a5c04273beb8279476ae47331cd838de26
 DIST goffice-0.10.35.tar.xz 2370332 BLAKE2B 44799f90f45b36241aa1a3e9371719dcf76d94ff5b180dbc0d13e633c65cea88c8fa6049a94833c01d7a96db29e768e737f458dfff2eb2211d2915be68ec8338 SHA512 68a274e73b8c237966ff300f129362d5a7a861e0281ca0dca9a0850f0ea30644f16de0eb5480ac8a399e7ff40699af5ddfcd79593c42f06d296ab3e778c368d2
 DIST goffice-0.8.17.tar.xz 1814488 BLAKE2B 8e17ade84f7417e493bbd56bd42805ad9fb87749b4705eb09c208384e3537610f478cf0ecb957b2a2007a097efc5e1c2019060b1aaffddf52bd1db559d7af957 SHA512 61a3063d37e2ded4d4065d261f728c862daea04090ac38abe2524089ed1ee253e0d77e501f5b3451b1e011491a8225f90fd4914f28ce2a347ecf561098e6400c
diff --git a/x11-libs/goffice/goffice-0.10.32.ebuild b/x11-libs/goffice/goffice-0.10.32.ebuild
deleted file mode 100644 (file)
index 6feb538..0000000
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="6"
-GNOME2_LA_PUNT="yes"
-
-inherit gnome2
-
-DESCRIPTION="A library of document-centric objects and utilities"
-HOMEPAGE="https://git.gnome.org/browse/goffice/"
-
-LICENSE="GPL-2"
-SLOT="0.10"
-KEYWORDS="~alpha amd64 ~arm ~ia64 ~mips ~ppc ~ppc64 ~sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~x64-solaris"
-IUSE="+introspection"
-
-# FIXME: add lasem to tree
-RDEPEND="
-       >=app-text/libspectre-0.2.6:=
-       >=dev-libs/glib-2.38.0:2
-       dev-libs/libxslt
-       >=gnome-base/librsvg-2.22:2
-       >=gnome-extra/libgsf-1.14.24:=[introspection?]
-       >=dev-libs/libxml2-2.4.12:2
-       >=x11-libs/pango-1.24:=
-       >=x11-libs/cairo-1.10:=[svg]
-       x11-libs/libXext:=
-       x11-libs/libXrender:=
-       >=x11-libs/gdk-pixbuf-2.22:2
-       >=x11-libs/gtk+-3.8.7:3
-       introspection? (
-               >=dev-libs/gobject-introspection-1:=
-               >=gnome-extra/libgsf-1.14.23:= )
-"
-DEPEND="${RDEPEND}
-       dev-lang/perl
-       virtual/perl-Getopt-Long
-       virtual/perl-IO-Compress
-       virtual/perl-Compress-Raw-Zlib
-       >=dev-util/gtk-doc-am-1.12
-       >=dev-util/intltool-0.35
-       virtual/pkgconfig
-"
-
-src_configure() {
-       gnome2_src_configure \
-               --without-lasem \
-               --with-gtk \
-               --with-config-backend=gsettings \
-               $(use_enable introspection)
-}