mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
x11-libs/goffice: remove old
Package-Manager: Portage-2.3.5, Repoman-2.3.2
This commit is contained in:
@@ -1,5 +1,3 @@
|
||||
DIST goffice-0.10.29.tar.xz 2379280 SHA256 b395dcf062f8575788aeab087b66ae21c2e22a7661309adc81d1825b507b7ff9 SHA512 7e6bf2e3d469f8428e6f0c4c7b381ac9f855b3c491cb70676df15aa33f05555d15a899147d488c8478b57aabd206bfe61b811352c05be0f9d8458a611b7aa6f4 WHIRLPOOL 44d83acd5fd65ee566a25c48fec5b8bbd7bbb6e5843a2aa51b2406991d515399da0ad55831b822f5102c6c30ca065ba05f6282fc24183aed4d0476b6f998cbf6
|
||||
DIST goffice-0.10.31.tar.xz 2386264 SHA256 9d1fc2dcc131742348ed6e1597e2fab143cbf73e7067c5c05a3f3565266ed5a5 SHA512 bdc497bd61c9b1e303afba6c9ed5f2d23a09e380702959a64d6877ce5ad7c7c495e63650686135aef137206ebec285227c9ee24cb3f73c64d7e5a504bf49bfc6 WHIRLPOOL c270d7a29a555173ed1d0f2942d50000b32ff90102cbc9ad14e07d307701533bf5f9b8813328457fa122376aaf56eba6df71f971f369fcb7cff7d16f9530cdbe
|
||||
DIST goffice-0.10.32.tar.xz 2366700 SHA256 02b37da9f54fb92725b973875d1d2da49b54f6486eb03648fd1ea58e4a297ac3 SHA512 96bdeb4f7771db2da7e89fd89d737d0935507b2b4bbc27de6f8a5126ffd1e8f37816131ecaed26cba5b14aba358f49a5c04273beb8279476ae47331cd838de26 WHIRLPOOL b1a4d68bd3659dcf6fbff985536c5be6898a57bd85329182b8c1e88b10e66c86a7f2ba2035d18ca2b4349e9c53360b4f7d71c64522b430473b88232043e138a2
|
||||
DIST goffice-0.10.35.tar.xz 2370332 SHA256 c19001afca09dc5446e06605a113d81a57124018a09c5889aeebba16cf1d5738 SHA512 68a274e73b8c237966ff300f129362d5a7a861e0281ca0dca9a0850f0ea30644f16de0eb5480ac8a399e7ff40699af5ddfcd79593c42f06d296ab3e778c368d2 WHIRLPOOL 5b255ccbadb1441f531452110e0fc1c9c8e29833d4c6a7f1577cbab5935ecc1f7ec4bb1c998cefe101ca1e7f36e0238ee5e1905110a288266d1d72429c79df99
|
||||
DIST goffice-0.8.17.tar.xz 1814488 SHA256 165070beb67b84580afe80a8a100b674a81d553ab791acd72ac0c655f4fadb15 SHA512 61a3063d37e2ded4d4065d261f728c862daea04090ac38abe2524089ed1ee253e0d77e501f5b3451b1e011491a8225f90fd4914f28ce2a347ecf561098e6400c WHIRLPOOL 12ac2587af25c41686797b9bd5ff93429687217cb3d14e130067685701fd0685ed1c4f9900eb34a15cfb30dcdfe9ebe9f9856a1b4eb6684555d0a9cb1ef86ff1
|
||||
|
||||
@@ -1,53 +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
|
||||
"
|
||||
# eautoreconf requires:
|
||||
# gnome-base/gnome-common
|
||||
|
||||
src_configure() {
|
||||
gnome2_src_configure \
|
||||
--without-lasem \
|
||||
--with-gtk \
|
||||
--with-config-backend=gsettings \
|
||||
$(use_enable introspection)
|
||||
}
|
||||
@@ -1,53 +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
|
||||
"
|
||||
# eautoreconf requires:
|
||||
# gnome-base/gnome-common
|
||||
|
||||
src_configure() {
|
||||
gnome2_src_configure \
|
||||
--without-lasem \
|
||||
--with-gtk \
|
||||
--with-config-backend=gsettings \
|
||||
$(use_enable introspection)
|
||||
}
|
||||
Reference in New Issue
Block a user