summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkos Chandras <hwoarang@gentoo.org>2010-10-10 13:09:07 +0000
committerMarkos Chandras <hwoarang@gentoo.org>2010-10-10 13:09:07 +0000
commitb5560f0b11e43d912ff0a9dd7529e75a3e75f351 (patch)
tree37071fd007386022073d63564075e29d4a7526de /sci-electronics/plcedit
parentKeyworded on alpha, bug #325465 (diff)
downloadgentoo-2-b5560f0b11e43d912ff0a9dd7529e75a3e75f351.tar.gz
gentoo-2-b5560f0b11e43d912ff0a9dd7529e75a3e75f351.tar.bz2
gentoo-2-b5560f0b11e43d912ff0a9dd7529e75a3e75f351.zip
Remove old ebuild
(Portage version: 2.2_rc91/cvs/Linux x86_64)
Diffstat (limited to 'sci-electronics/plcedit')
-rw-r--r--sci-electronics/plcedit/ChangeLog5
-rw-r--r--sci-electronics/plcedit/plcedit-2.1.2.ebuild31
2 files changed, 4 insertions, 32 deletions
diff --git a/sci-electronics/plcedit/ChangeLog b/sci-electronics/plcedit/ChangeLog
index cf6278c96678..32a0bdf972aa 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.10 2010/10/10 10:13:07 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-electronics/plcedit/ChangeLog,v 1.11 2010/10/10 13:09:06 hwoarang Exp $
+
+ 10 Oct 2010; Markos Chandras <hwoarang@gentoo.org> -plcedit-2.1.2.ebuild:
+ Remove old ebuild
10 Oct 2010; Pawel Hajdan jr <phajdan.jr@gentoo.org> plcedit-2.2.0.ebuild:
x86 stable wrt bug #339632
diff --git a/sci-electronics/plcedit/plcedit-2.1.2.ebuild b/sci-electronics/plcedit/plcedit-2.1.2.ebuild
deleted file mode 100644
index 5daeacb0ba24..000000000000
--- a/sci-electronics/plcedit/plcedit-2.1.2.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.2.ebuild,v 1.2 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
-}