diff options
author | Markos Chandras <hwoarang@gentoo.org> | 2011-01-25 12:52:50 +0000 |
---|---|---|
committer | Markos Chandras <hwoarang@gentoo.org> | 2011-01-25 12:52:50 +0000 |
commit | 838feebaf745f2046f1aaa6a8f98be37331c4c63 (patch) | |
tree | 7573c24ee3f15faa0c95d03186fbd70f2796bdeb /app-editors | |
parent | stable x86, bug 352013 (diff) | |
download | gentoo-2-838feebaf745f2046f1aaa6a8f98be37331c4c63.tar.gz gentoo-2-838feebaf745f2046f1aaa6a8f98be37331c4c63.tar.bz2 gentoo-2-838feebaf745f2046f1aaa6a8f98be37331c4c63.zip |
drop old
(Portage version: 2.1.9.33/cvs/Linux x86_64)
Diffstat (limited to 'app-editors')
-rw-r--r-- | app-editors/gummi/gummi-0.5.3.ebuild | 44 | ||||
-rw-r--r-- | app-editors/gummi/gummi-0.5.4.ebuild | 44 |
2 files changed, 0 insertions, 88 deletions
diff --git a/app-editors/gummi/gummi-0.5.3.ebuild b/app-editors/gummi/gummi-0.5.3.ebuild deleted file mode 100644 index 55ed2e085f4b..000000000000 --- a/app-editors/gummi/gummi-0.5.3.ebuild +++ /dev/null @@ -1,44 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/gummi/gummi-0.5.3.ebuild,v 1.3 2010/11/28 17:23:41 maekke Exp $ - -EAPI=2 -inherit base eutils - -DESCRIPTION="Simple LaTeX editor for GTK+ users" -HOMEPAGE="http://gummi.midnightcoding.org" -SRC_URI="http://dev.midnightcoding.org/redmine/attachments/download/90/${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="" - -LANGS="ca da de fr el it nl pt_BR ru zh_TW" - -for X in ${LANGS} ; do - IUSE="${IUSE} linguas_${X}" -done - -RDEPEND="app-text/gtkspell - >=dev-libs/glib-2.16:2 - dev-texlive/texlive-latex - dev-texlive/texlive-latexextra - >=x11-libs/gtk+-2.16:2 - x11-libs/gtksourceview" -DEPEND="${RDEPEND} - app-text/poppler[cairo] - x11-libs/gtksourceview:2.0 - x11-libs/pango" - -DOCS=( AUTHORS ChangeLog README ) - -src_prepare() { - strip-linguas ${LANGS} -} - -pkg_postinst() { - elog "Gummi >=0.4.8 supports spell-checking through gtkspell. Support for" - elog "additional languages can be added by installing myspell-** packages" - elog "for your language of choice." -} diff --git a/app-editors/gummi/gummi-0.5.4.ebuild b/app-editors/gummi/gummi-0.5.4.ebuild deleted file mode 100644 index 5a79d15b8795..000000000000 --- a/app-editors/gummi/gummi-0.5.4.ebuild +++ /dev/null @@ -1,44 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/gummi/gummi-0.5.4.ebuild,v 1.1 2010/12/08 20:21:10 hwoarang Exp $ - -EAPI=2 -inherit base eutils - -DESCRIPTION="Simple LaTeX editor for GTK+ users" -HOMEPAGE="http://gummi.midnightcoding.org" -SRC_URI="http://dev.midnightcoding.org/redmine/attachments/download/110/${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -LANGS="ca da de fr el es it nl pl pt_BR ro ru zh_TW" - -for X in ${LANGS} ; do - IUSE="${IUSE} linguas_${X}" -done - -RDEPEND="app-text/gtkspell - >=dev-libs/glib-2.16:2 - dev-texlive/texlive-latex - dev-texlive/texlive-latexextra - >=x11-libs/gtk+-2.16:2 - x11-libs/gtksourceview" -DEPEND="${RDEPEND} - app-text/poppler[cairo] - x11-libs/gtksourceview:2.0 - x11-libs/pango" - -DOCS=( AUTHORS ChangeLog README ) - -src_prepare() { - strip-linguas ${LANGS} -} - -pkg_postinst() { - elog "Gummi >=0.4.8 supports spell-checking through gtkspell. Support for" - elog "additional languages can be added by installing myspell-** packages" - elog "for your language of choice." -} |