summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Sachau <tommy@gentoo.org>2010-08-13 21:28:11 +0000
committerThomas Sachau <tommy@gentoo.org>2010-08-13 21:28:11 +0000
commitc749fc2a2daba72624e019c2d9a87ee6e83fae3a (patch)
treeb3641f9cd111168eaadaf70f4ed6b8499b14c0c8 /app-editors
parentnet-analyzer/ icinga-core: Remove icingia-core, missing prior review (diff)
downloadsunrise-c749fc2a2daba72624e019c2d9a87ee6e83fae3a.tar.gz
sunrise-c749fc2a2daba72624e019c2d9a87ee6e83fae3a.tar.bz2
sunrise-c749fc2a2daba72624e019c2d9a87ee6e83fae3a.zip
app-editors/gummi: Remove old version
svn path=/sunrise/; revision=11136
Diffstat (limited to 'app-editors')
-rw-r--r--app-editors/gummi/ChangeLog4
-rw-r--r--app-editors/gummi/Manifest3
-rw-r--r--app-editors/gummi/gummi-0.4.8.ebuild36
3 files changed, 5 insertions, 38 deletions
diff --git a/app-editors/gummi/ChangeLog b/app-editors/gummi/ChangeLog
index a4f7b569e..6628bccde 100644
--- a/app-editors/gummi/ChangeLog
+++ b/app-editors/gummi/ChangeLog
@@ -2,6 +2,10 @@
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+ 13 Aug 2010; Thomas Sachau (Tommy[D]) <tommy@gentoo.org>
+ -gummi-0.4.8.ebuild:
+ Remove old version
+
*gummi-0.4.8-r1 (09 Aug 2010)
09 Aug 2010; Justin Lecher <jlec@gentoo.org> gummi-0.4.8.ebuild,
diff --git a/app-editors/gummi/Manifest b/app-editors/gummi/Manifest
index c936c9070..9231d5ec5 100644
--- a/app-editors/gummi/Manifest
+++ b/app-editors/gummi/Manifest
@@ -1,5 +1,4 @@
DIST gummi-0.4.8.tar.gz 44807 RMD160 2b386155f7813b550c4b64b6afabc9e7f8fe5fb5 SHA1 82f869c7e7abab7ea166fa38f91d6bbaf56d11ea SHA256 a17f7abed74abe5b56e287268725a12ed0f02af02f2b567c6bebe4115b712015
EBUILD gummi-0.4.8-r1.ebuild 944 RMD160 cc29adba04c3a14c61156093c5e89e101f82079d SHA1 4bebd1c4272d5ae479b08a5f6cc0d16290c824fa SHA256 3e9e3c37c856aff7152c395d3eb5422cf7445cb00053ce0c2b139c0398de410a
-EBUILD gummi-0.4.8.ebuild 944 RMD160 cc29adba04c3a14c61156093c5e89e101f82079d SHA1 4bebd1c4272d5ae479b08a5f6cc0d16290c824fa SHA256 3e9e3c37c856aff7152c395d3eb5422cf7445cb00053ce0c2b139c0398de410a
-MISC ChangeLog 1990 RMD160 a2f6a6951a18989fca387efed8f197ac821c8b1d SHA1 04e3f1c41f4a6b082a253c078127f7080ccbd5f6 SHA256 a1ac4bcf4edf9776db7e0807d7ad565d06a0392c24b37bf46e268904f82d1e9f
+MISC ChangeLog 2094 RMD160 c246275bf63dcce9931e1434c51572a854feecd0 SHA1 dcddba6dc0e3c37c92352fa21f2b279063e61fd9 SHA256 51777541d55d3c63b0447843dc2c9dc41067f216473607fe49f78742f731b7b4
MISC metadata.xml 229 RMD160 f0f6417bec31ce8baba6d476664f7210c8c84c98 SHA1 e5f94f5caadc6f843fc90bb7959570cd503676fd SHA256 3b08fca3c878bdfc4e7639f477dd542d55a4ab5dce39a475e82633071d13eb3f
diff --git a/app-editors/gummi/gummi-0.4.8.ebuild b/app-editors/gummi/gummi-0.4.8.ebuild
deleted file mode 100644
index f37e66c99..000000000
--- a/app-editors/gummi/gummi-0.4.8.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=3
-
-PYTHON_DEPEND="2"
-SUPPORT_PYTHON_ABIS="1"
-RESTRICT_PYTHON_ABIS="3.*"
-
-inherit distutils
-
-DESCRIPTION="Simple LaTeX editor for GTK+ users"
-HOMEPAGE="http://gummi.midnightcoding.org"
-SRC_URI="http://dev.midnightcoding.org/redmine/attachments/download/25/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND="
- >=dev-python/pygtksourceview-2.4.0:2
- dev-python/python-poppler
- dev-texlive/texlive-latex
- dev-texlive/texlive-latexextra
- x11-libs/gtk+:2
- x11-libs/pango"
-
-pkg_postinst() {
- elog "Gummi >=0.4.8 supports spell checking through gtkspell. You are"
- elog "required to have dev-python/gtkspell-python installed to use this"
- elog "feature. Support for additional languages can be enabled by"
- elog "installing myspell-** packages for your language of choice."
- distutils_pkg_postinst
-}