summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAgostino Sarubbo <ago@gentoo.org>2012-08-18 12:42:34 +0000
committerAgostino Sarubbo <ago@gentoo.org>2012-08-18 12:42:34 +0000
commitc62cb85ad3a95dd8eafcd65ad19ef188b41efe8f (patch)
treed67b789add82f7b65d68c6f87d9596af8413fa36 /app-editors
parentppc stable (bug 407701) (diff)
downloadgentoo-2-c62cb85ad3a95dd8eafcd65ad19ef188b41efe8f.tar.gz
gentoo-2-c62cb85ad3a95dd8eafcd65ad19ef188b41efe8f.tar.bz2
gentoo-2-c62cb85ad3a95dd8eafcd65ad19ef188b41efe8f.zip
Remove old
(Portage version: 2.1.11.9/cvs/Linux x86_64)
Diffstat (limited to 'app-editors')
-rw-r--r--app-editors/gummi/ChangeLog6
-rw-r--r--app-editors/gummi/gummi-0.6.0.ebuild44
-rw-r--r--app-editors/gummi/gummi-0.6.1.ebuild44
-rw-r--r--app-editors/gummi/gummi-0.6.2.ebuild44
4 files changed, 5 insertions, 133 deletions
diff --git a/app-editors/gummi/ChangeLog b/app-editors/gummi/ChangeLog
index 31098c24c6b9..c8715bd374f8 100644
--- a/app-editors/gummi/ChangeLog
+++ b/app-editors/gummi/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-editors/gummi
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/gummi/ChangeLog,v 1.37 2012/06/25 20:15:33 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/gummi/ChangeLog,v 1.38 2012/08/18 12:42:34 ago Exp $
+
+ 18 Aug 2012; Agostino Sarubbo <ago@gentoo.org> -gummi-0.6.0.ebuild,
+ -gummi-0.6.1.ebuild, -gummi-0.6.2.ebuild:
+ Remove old
*gummi-0.6.4 (25 Jun 2012)
diff --git a/app-editors/gummi/gummi-0.6.0.ebuild b/app-editors/gummi/gummi-0.6.0.ebuild
deleted file mode 100644
index 650dcb26a7f9..000000000000
--- a/app-editors/gummi/gummi-0.6.0.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/gummi/gummi-0.6.0.ebuild,v 1.1 2011/11/13 19:51:23 hwoarang Exp $
-
-EAPI=4
-inherit base eutils
-
-DESCRIPTION="Simple LaTeX editor for GTK+"
-HOMEPAGE="http://gummi.midnightcoding.org"
-SRC_URI="http://dev.midnightcoding.org/redmine/attachments/download/212/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-LANGS="ar ca cs da de el es fr it nl pl pt pt_BR ro ru sv zh_TW"
-
-for X in ${LANGS} ; do
- IUSE="${IUSE} linguas_${X}"
-done
-
-RDEPEND="app-text/gtkspell:2
- >=dev-libs/glib-2.28.6
- dev-texlive/texlive-latex
- dev-texlive/texlive-latexextra
- >=x11-libs/gtk+-2.24:2
- x11-libs/gtksourceview:2.0"
-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.6.1.ebuild b/app-editors/gummi/gummi-0.6.1.ebuild
deleted file mode 100644
index 694d150e47ba..000000000000
--- a/app-editors/gummi/gummi-0.6.1.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/gummi/gummi-0.6.1.ebuild,v 1.3 2012/01/21 16:25:30 phajdan.jr Exp $
-
-EAPI=4
-inherit base eutils
-
-DESCRIPTION="Simple LaTeX editor for GTK+"
-HOMEPAGE="http://gummi.midnightcoding.org"
-SRC_URI="http://dev.midnightcoding.org/redmine/attachments/download/217/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-LANGS="ar ca cs da de el es fr it nl pl pt pt_BR ro ru sv zh_TW"
-
-for X in ${LANGS} ; do
- IUSE="${IUSE} linguas_${X}"
-done
-
-RDEPEND="app-text/gtkspell:2
- >=dev-libs/glib-2.28.6
- dev-texlive/texlive-latex
- dev-texlive/texlive-latexextra
- >=x11-libs/gtk+-2.24:2
- x11-libs/gtksourceview:2.0"
-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.6.2.ebuild b/app-editors/gummi/gummi-0.6.2.ebuild
deleted file mode 100644
index 495e6bae6af8..000000000000
--- a/app-editors/gummi/gummi-0.6.2.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/gummi/gummi-0.6.2.ebuild,v 1.1 2012/03/18 10:06:58 hwoarang Exp $
-
-EAPI=4
-inherit base eutils
-
-DESCRIPTION="Simple LaTeX editor for GTK+"
-HOMEPAGE="http://gummi.midnightcoding.org"
-SRC_URI="http://dev.midnightcoding.org/attachments/download/258/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-LANGS="ar ca cs da de el es fr it nl pl pt pt_BR ro ru sv zh_TW"
-
-for X in ${LANGS} ; do
- IUSE="${IUSE} linguas_${X}"
-done
-
-RDEPEND="app-text/gtkspell:2
- >=dev-libs/glib-2.28.6
- dev-texlive/texlive-latex
- dev-texlive/texlive-latexextra
- >=x11-libs/gtk+-2.24:2
- x11-libs/gtksourceview:2.0"
-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."
-}