diff options
author | Gilles Dartiguelongue <eva@gentoo.org> | 2016-10-20 09:21:43 +0200 |
---|---|---|
committer | Gilles Dartiguelongue <eva@gentoo.org> | 2016-10-20 09:42:26 +0200 |
commit | aa78a99679c4e861c45e07a94efbd0b188454d80 (patch) | |
tree | 8123dc184249fb1fd7d51da695575ad11175d52d /app-editors/latexila | |
parent | app-editors/latexila: version bump 3.20.1 → 3.22.0 (diff) | |
download | gentoo-aa78a99679c4e861c45e07a94efbd0b188454d80.tar.gz gentoo-aa78a99679c4e861c45e07a94efbd0b188454d80.tar.bz2 gentoo-aa78a99679c4e861c45e07a94efbd0b188454d80.zip |
app-editors/latexila: cleanup old revisions
Package-Manager: portage-2.3.1
Diffstat (limited to 'app-editors/latexila')
-rw-r--r-- | app-editors/latexila/Manifest | 2 | ||||
-rw-r--r-- | app-editors/latexila/latexila-3.18.2.ebuild | 57 | ||||
-rw-r--r-- | app-editors/latexila/latexila-3.20.0.ebuild | 56 |
3 files changed, 0 insertions, 115 deletions
diff --git a/app-editors/latexila/Manifest b/app-editors/latexila/Manifest index 3e8c02b1df0e..dbf8d303be73 100644 --- a/app-editors/latexila/Manifest +++ b/app-editors/latexila/Manifest @@ -1,4 +1,2 @@ -DIST latexila-3.18.2.tar.xz 1094728 SHA256 4bb584ec2c8d2ff8ee91e533ad7cf298f68b4a17c18b5663ea38482095c8773a SHA512 98d927e65c26c883e9f46097c204d612ad7815f1f2ebf73194f56f90ff63ce6e51780e6b7b8f7d5d7c303b52f4dfca3e891f61242fd81ce5898dfef90e15c1b6 WHIRLPOOL fae82e1be3cdee1b67a8ef1cf16d892639bd55b0a485136b4d40ef174bd08921a207c0360a17a85a924d362cd25b437d69dc91c3dac6c973bf6f4d940d7ca775 -DIST latexila-3.20.0.tar.xz 1104688 SHA256 fa0a7023b522339a1d5af57121bbed410651f4772b76a7139a3ab1c2ab49f85c SHA512 cc27512299b9388f87edcd03376b177c305249718a6e73e9a536e10f6b408a164cbc14642bd212d34c96204b1accd252ed183c0cc4560c3261f235e191be2c63 WHIRLPOOL a58787458b9a9c43838c2461f2f87f0c3c8c66bbf216eac0758d8053dd14aa7b0cac0535b8be867e822bda39b35d7b9bbc1a9e20f21477ccd5c2ef8f3e6b40e8 DIST latexila-3.20.1.tar.xz 1113788 SHA256 58edbe3a1d7734d590ed4b85387fb8ce2e0df351bde9cd25ed3ee29239c81089 SHA512 22fd8eb6f6ae839404a6c1ca25b7bda796bcd740e2a66fde7d4fd92f8d412972b023e1769fda04247a0c0c4d97640b64ca3426d3285b4c94f33429a576d0b2ff WHIRLPOOL 25aadbf3de455277b981d6c33a1cf307423d3c3355b3518acbfb2ea776eb2c463accae2ef24ae90dc5583c3d4069d981d26772f5440085b269f9bc6fe04a0451 DIST latexila-3.22.0.tar.xz 1113648 SHA256 f78b643d95bbc3867430b32684c859a13aa887c1433d0e8df91a51168b564e54 SHA512 dbb2e195fa3224a9c5ce72ccec5c9c9b188c70152534846782791930107a9c9d761edef53bca2bb92ff20dd7c58413ecee2c4fa514d70a2d574b8f7e847b7673 WHIRLPOOL 1f792d4290f081a49be0d2fa0bcdac8b4e87c7d35b2c11d4e9cb3797a744785044ba6ccc0d655b645a3a620956b11b943b67998d5e6469880436a9e35be27c67 diff --git a/app-editors/latexila/latexila-3.18.2.ebuild b/app-editors/latexila/latexila-3.18.2.ebuild deleted file mode 100644 index 5772193d3331..000000000000 --- a/app-editors/latexila/latexila-3.18.2.ebuild +++ /dev/null @@ -1,57 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI="5" -GCONF_DEBUG="no" -VALA_MIN_API_VERSION="0.26" -VALA_USE_DEPEND="vapigen" - -inherit gnome2 vala - -DESCRIPTION="Integrated LaTeX environment for GNOME" -HOMEPAGE="https://wiki.gnome.org/Apps/LaTeXila" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="+introspection +latexmk rubber" - -# gspell-0.1 is required for this cycle -# https://git.gnome.org/browse/latexila/commit/?h=gnome-3-18&id=fd6b77796e304cfb9e31844cf24432d3b2cb6043 -COMMON_DEPEND="$(vala_depend) - app-text/enchant - =app-text/gspell-0.1* - >=dev-libs/glib-2.40:2[dbus] - >=dev-libs/libgee-0.10:0.8= - gnome-base/gsettings-desktop-schemas - >=x11-libs/gtk+-3.14:3 - >=x11-libs/gtksourceview-3.18:3.0 - x11-libs/gdk-pixbuf:2 - x11-libs/libX11 - x11-libs/pango - introspection? ( >=dev-libs/gobject-introspection-1.30.0:= ) -" -RDEPEND="${COMMON_DEPEND} - virtual/latex-base - x11-themes/hicolor-icon-theme - latexmk? ( dev-tex/latexmk ) - rubber? ( dev-tex/rubber ) -" -DEPEND="${COMMON_DEPEND} - >=dev-util/gtk-doc-am-1.14 - >=dev-util/intltool-0.50.1 - dev-util/itstool - virtual/pkgconfig -" - -src_prepare() { - DOCS="AUTHORS HACKING NEWS README" - gnome2_src_prepare - vala_src_prepare -} - -src_configure() { - gnome2_src_configure \ - $(use_enable introspection) -} diff --git a/app-editors/latexila/latexila-3.20.0.ebuild b/app-editors/latexila/latexila-3.20.0.ebuild deleted file mode 100644 index 539bb636d576..000000000000 --- a/app-editors/latexila/latexila-3.20.0.ebuild +++ /dev/null @@ -1,56 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI="6" -VALA_MIN_API_VERSION="0.26" -VALA_USE_DEPEND="vapigen" - -inherit gnome2 vala - -DESCRIPTION="Integrated LaTeX environment for GNOME" -HOMEPAGE="https://wiki.gnome.org/Apps/LaTeXila" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="+introspection +latexmk rubber" - -# gspell-0.1 is required for this cycle -# https://git.gnome.org/browse/latexila/commit/?h=gnome-3-18&id=fd6b77796e304cfb9e31844cf24432d3b2cb6043 -COMMON_DEPEND="$(vala_depend) - app-text/enchant - >=app-text/gspell-1.0:0= - >=dev-libs/glib-2.40:2[dbus] - >=dev-libs/libgee-0.10:0.8= - gnome-base/gsettings-desktop-schemas - >=x11-libs/gtk+-3.19.3:3 - >=x11-libs/gtksourceview-3.18:3.0 - x11-libs/gdk-pixbuf:2 - x11-libs/libX11 - x11-libs/pango - introspection? ( >=dev-libs/gobject-introspection-1.30.0:= ) -" -RDEPEND="${COMMON_DEPEND} - virtual/latex-base - x11-themes/hicolor-icon-theme - latexmk? ( dev-tex/latexmk ) - rubber? ( dev-tex/rubber ) -" -DEPEND="${COMMON_DEPEND} - >=dev-util/gtk-doc-am-1.14 - >=dev-util/intltool-0.50.1 - dev-util/itstool - virtual/pkgconfig -" - -src_prepare() { - DOCS="AUTHORS HACKING NEWS README" - gnome2_src_prepare - vala_src_prepare -} - -src_configure() { - gnome2_src_configure \ - $(use_enable introspection) -} |