diff options
author | Markos Chandras <hwoarang@gentoo.org> | 2010-10-03 20:24:51 +0000 |
---|---|---|
committer | Markos Chandras <hwoarang@gentoo.org> | 2010-10-03 20:24:51 +0000 |
commit | e4354ba5d7089379d4f5262cfc91e71ae17e17f9 (patch) | |
tree | abe0dc4a3766e97615444fe3fa980f96b0c86d64 /sci-electronics | |
parent | Depend on fltk v1 (bug #339047). (diff) | |
download | gentoo-2-e4354ba5d7089379d4f5262cfc91e71ae17e17f9.tar.gz gentoo-2-e4354ba5d7089379d4f5262cfc91e71ae17e17f9.tar.bz2 gentoo-2-e4354ba5d7089379d4f5262cfc91e71ae17e17f9.zip |
Remove old ebuilds
(Portage version: 2.2_rc88/cvs/Linux x86_64)
Diffstat (limited to 'sci-electronics')
-rw-r--r-- | sci-electronics/plcedit/ChangeLog | 5 | ||||
-rw-r--r-- | sci-electronics/plcedit/plcedit-2.1.1.ebuild | 31 |
2 files changed, 4 insertions, 32 deletions
diff --git a/sci-electronics/plcedit/ChangeLog b/sci-electronics/plcedit/ChangeLog index d99551a28ad9..36802afe2cd0 100644 --- a/sci-electronics/plcedit/ChangeLog +++ b/sci-electronics/plcedit/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-electronics/plcedit # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-electronics/plcedit/ChangeLog,v 1.7 2010/07/07 22:11:05 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-electronics/plcedit/ChangeLog,v 1.8 2010/10/03 20:24:51 hwoarang Exp $ + + 03 Oct 2010; Markos Chandras <hwoarang@gentoo.org> -plcedit-2.1.1.ebuild: + Remove old ebuilds *plcedit-2.2.0 (07 Jul 2010) diff --git a/sci-electronics/plcedit/plcedit-2.1.1.ebuild b/sci-electronics/plcedit/plcedit-2.1.1.ebuild deleted file mode 100644 index 209c33dbc9d3..000000000000 --- a/sci-electronics/plcedit/plcedit-2.1.1.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-electronics/plcedit/plcedit-2.1.1.ebuild,v 1.3 2010/03/09 12:21:47 abcd Exp $ - -EAPI="2" - -inherit versionator qt4-r2 -MY_PN="PLCEdit" - -DESCRIPTION="Qt4 notepad for PLC programming" -HOMEPAGE="http://www.qt-apps.org/content/show.php/PLCEdit?content=78380" -#upstreams default tarball is quite messy. Better repack it myself :/ -SRC_URI="mirror://gentoo/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="debug doc" - -RDEPEND="x11-libs/qt-gui:4" -DEPEND="${RDEPEND}" - -src_install(){ - newbin release/${MY_PN} ${PN} || die "dobin failed" - newicon src/ressources/images/icon.png ${PN}.png - make_desktop_entry ${PN} ${MY_PN} ${PN} 'Qt;Electronics' - dodoc readme.txt || die "dodoc failed" - if use doc; then - dohtml -r Docs/html/* || die "dohtml failed" - fi -} |