diff options
author | Thomas Kahle <tomka@gentoo.org> | 2011-05-06 11:11:14 +0000 |
---|---|---|
committer | Thomas Kahle <tomka@gentoo.org> | 2011-05-06 11:11:14 +0000 |
commit | 0e906889add8f0773a5585de011423f5b9b69659 (patch) | |
tree | e16c55a0e40265a8cf0166309c1557497812e896 /app-editors/amyedit | |
parent | Reset the environment when starting the container so that its environment is ... (diff) | |
download | gentoo-2-0e906889add8f0773a5585de011423f5b9b69659.tar.gz gentoo-2-0e906889add8f0773a5585de011423f5b9b69659.tar.bz2 gentoo-2-0e906889add8f0773a5585de011423f5b9b69659.zip |
x86 stable per bug 361887, removed old
(Portage version: 2.1.9.46/cvs/Linux i686)
Diffstat (limited to 'app-editors/amyedit')
-rw-r--r-- | app-editors/amyedit/ChangeLog | 6 | ||||
-rw-r--r-- | app-editors/amyedit/amyedit-1.0-r1.ebuild | 37 | ||||
-rw-r--r-- | app-editors/amyedit/amyedit-1.0-r2.ebuild | 4 |
3 files changed, 7 insertions, 40 deletions
diff --git a/app-editors/amyedit/ChangeLog b/app-editors/amyedit/ChangeLog index 5c2e29ba3051..9169e9ec3805 100644 --- a/app-editors/amyedit/ChangeLog +++ b/app-editors/amyedit/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-editors/amyedit # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/amyedit/ChangeLog,v 1.26 2011/03/21 22:46:18 nirbheek Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/amyedit/ChangeLog,v 1.27 2011/05/06 11:11:14 tomka Exp $ + + 06 May 2011; Thomas Kahle <tomka@gentoo.org> -amyedit-1.0-r1.ebuild, + amyedit-1.0-r2.ebuild: + x86 stable per bug 361887, removed old 21 Mar 2011; Nirbheek Chauhan <nirbheek@gentoo.org> amyedit-1.0-r1.ebuild, amyedit-1.0-r2.ebuild: diff --git a/app-editors/amyedit/amyedit-1.0-r1.ebuild b/app-editors/amyedit/amyedit-1.0-r1.ebuild deleted file mode 100644 index 5d0ef30689ba..000000000000 --- a/app-editors/amyedit/amyedit-1.0-r1.ebuild +++ /dev/null @@ -1,37 +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/amyedit/amyedit-1.0-r1.ebuild,v 1.8 2011/03/21 22:46:18 nirbheek Exp $ - -EAPI="1" - -inherit eutils autotools - -DESCRIPTION=" AmyEdit is a LaTeX editor" -HOMEPAGE="http://amyedit.sf.net" -SRC_URI="mirror://sourceforge/amyedit/${P}.tar.bz2" -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~ppc x86" -IUSE="" -RDEPEND=">=dev-cpp/gtkmm-2.6:2.4 - >=dev-cpp/glibmm-2.14:2 - >=dev-libs/libsigc++-2.2 - x11-libs/gtksourceview:1.0 - app-text/aspell" -DEPEND="${RDEPEND} - dev-util/intltool - dev-util/pkgconfig" - -src_unpack() { - unpack ${A} - cd "${S}" - epatch "${FILESDIR}/${P}-keyfile.patch" - epatch "${FILESDIR}/${P}-signal.patch" - epatch "${FILESDIR}/${P}-gcc45.patch" - eautoreconf -} - -src_install() { - einstall - dodoc ChangeLog README TODO || die -} diff --git a/app-editors/amyedit/amyedit-1.0-r2.ebuild b/app-editors/amyedit/amyedit-1.0-r2.ebuild index c67a2f15f3ee..e6198cc1e167 100644 --- a/app-editors/amyedit/amyedit-1.0-r2.ebuild +++ b/app-editors/amyedit/amyedit-1.0-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/amyedit/amyedit-1.0-r2.ebuild,v 1.2 2011/03/21 22:46:18 nirbheek Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/amyedit/amyedit-1.0-r2.ebuild,v 1.3 2011/05/06 11:11:14 tomka Exp $ EAPI=3 @@ -11,7 +11,7 @@ HOMEPAGE="http://amyedit.sf.net" SRC_URI="mirror://sourceforge/amyedit/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86" +KEYWORDS="~amd64 ~ppc x86" IUSE="" RDEPEND=">=dev-cpp/gtkmm-2.6:2.4 >=dev-cpp/glibmm-2.14:2 |