diff options
author | Pacho Ramos <pacho@gentoo.org> | 2016-05-28 16:49:34 +0200 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2016-05-28 17:48:33 +0200 |
commit | bea1b8e2222d1f2946762539b2e5e83ae58930e7 (patch) | |
tree | 01fdcc5a3c221956b1b9dc0e3badc235ae77a761 /app-office/glabels | |
parent | app-editors/ghex: Version bump (diff) | |
download | gentoo-bea1b8e2222d1f2946762539b2e5e83ae58930e7.tar.gz gentoo-bea1b8e2222d1f2946762539b2e5e83ae58930e7.tar.bz2 gentoo-bea1b8e2222d1f2946762539b2e5e83ae58930e7.zip |
app-office/glabels: Drop old
Package-Manager: portage-2.3.0_rc1
Diffstat (limited to 'app-office/glabels')
-rw-r--r-- | app-office/glabels/Manifest | 1 | ||||
-rw-r--r-- | app-office/glabels/glabels-3.2.0.ebuild | 43 |
2 files changed, 0 insertions, 44 deletions
diff --git a/app-office/glabels/Manifest b/app-office/glabels/Manifest index d1c53762c71f..86b54ebb2074 100644 --- a/app-office/glabels/Manifest +++ b/app-office/glabels/Manifest @@ -1,2 +1 @@ -DIST glabels-3.2.0.tar.xz 3359392 SHA256 c4c5b2c911be7b6513ee5cfeda6cd78434623c24dd741bd29cc3573f90b374c9 SHA512 67faab8eb9f4128b532bce55a9fab34462c008d0990ba87e4d555359bec1bb162489d4bdf5efbb86c4fcfc708c92da4d88a91dd2a85f0989c9133af6b011c3ff WHIRLPOOL f79e3d15ba32041133654fd67c7e05c4bba9e8d899344c52b503c1232ddc5cce8efcec20937c2d21d4f7fa3164a6d4c5ff8f1d9a770dea59c24fcc524b460673 DIST glabels-3.2.1.tar.xz 3368052 SHA256 db615f653b6e78ef1209814b5e6d8d3af4f8d3444a259ddbcc0dfb279c7df855 SHA512 d68fab2697cc596d45fe19c0a4c02a7bceffcb12ff72d71aaff565c62e95afeab6c2cc5b0eb00581c992b576b7ffe81d7b7a0763be2044186ba07929de78a266 WHIRLPOOL 3c0c9d1fba0548442d19a3271f466c1cf84db361d527da4b6c00d231c56a6fb7c1c61b4015d640e805878b7774ba89920c3c4ebc19b2f3fb1049d9bef12bbbc7 diff --git a/app-office/glabels/glabels-3.2.0.ebuild b/app-office/glabels/glabels-3.2.0.ebuild deleted file mode 100644 index 49a2fa7f6b11..000000000000 --- a/app-office/glabels/glabels-3.2.0.ebuild +++ /dev/null @@ -1,43 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI="5" -GCONF_DEBUG="no" - -inherit eutils gnome2 - -DESCRIPTION="Program for creating labels and business cards" -HOMEPAGE="http://www.glabels.org/" - -LICENSE="GPL-2 FDL-1.1 LGPL-2" -SLOT="0" -KEYWORDS="amd64 ~ppc ~sparc x86" -IUSE="barcode eds" - -RDEPEND=" - >=dev-libs/glib-2.28.2:2 - >=x11-libs/gtk+-3.0.9:3 - >=dev-libs/libxml2-2.7.8:2 - >=gnome-base/librsvg-2.32.0:2 - >=x11-libs/cairo-1.10.0 - >=x11-libs/pango-1.28.1 - barcode? ( - >=app-text/barcode-0.98 - >=media-gfx/qrencode-3.1 ) - eds? ( >=gnome-extra/evolution-data-server-2.30.3 ) -" -DEPEND="${RDEPEND} - app-text/scrollkeeper - app-text/docbook-xml-dtd:4.1.2 - app-text/yelp-tools - dev-util/gtk-doc-am - >=dev-util/intltool-0.28 - virtual/pkgconfig -" - -src_configure() { - gnome2_src_configure \ - $(use_with eds libebook) \ - --disable-static -} |