summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas K. Hüttel <dilfridge@gentoo.org>2014-06-29 22:46:59 +0000
committerAndreas K. Hüttel <dilfridge@gentoo.org>2014-06-29 22:46:59 +0000
commit58050b7277a48148681301595b9c919999eafa2a (patch)
tree2fcf39f059f77f04aa28cb1d23907dd353c2a5cc /x11-misc/gromit
parentUpdate homepage, bug 467878; drop old (diff)
downloadgentoo-2-58050b7277a48148681301595b9c919999eafa2a.tar.gz
gentoo-2-58050b7277a48148681301595b9c919999eafa2a.tar.bz2
gentoo-2-58050b7277a48148681301595b9c919999eafa2a.zip
Remove old
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key EBE6A336BE19039C!)
Diffstat (limited to 'x11-misc/gromit')
-rw-r--r--x11-misc/gromit/ChangeLog8
-rw-r--r--x11-misc/gromit/gromit-20041213.ebuild32
2 files changed, 6 insertions, 34 deletions
diff --git a/x11-misc/gromit/ChangeLog b/x11-misc/gromit/ChangeLog
index 5ac68c955c5b..c77c6156e51a 100644
--- a/x11-misc/gromit/ChangeLog
+++ b/x11-misc/gromit/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for x11-misc/gromit
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/gromit/ChangeLog,v 1.19 2012/05/05 04:53:40 jdhore Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/gromit/ChangeLog,v 1.20 2014/06/29 22:46:59 dilfridge Exp $
+
+ 29 Jun 2014; Andreas K. Huettel <dilfridge@gentoo.org>
+ -gromit-20041213.ebuild:
+ Remove old
05 May 2012; Jeff Horelick <jdhore@gentoo.org> gromit-20041213.ebuild,
gromit-20041213-r1.ebuild:
diff --git a/x11-misc/gromit/gromit-20041213.ebuild b/x11-misc/gromit/gromit-20041213.ebuild
deleted file mode 100644
index 6d571252488b..000000000000
--- a/x11-misc/gromit/gromit-20041213.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/gromit/gromit-20041213.ebuild,v 1.8 2012/05/05 04:53:40 jdhore Exp $
-
-EAPI=1
-
-inherit toolchain-funcs
-
-DESCRIPTION="GRaphics Over MIscellaneous Things, a presentation helper"
-HOMEPAGE="http://www.home.unix-ag.org/simon/gromit"
-SRC_URI="http://www.home.unix-ag.org/simon/gromit/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ppc x86"
-IUSE=""
-
-RDEPEND="x11-libs/gtk+:2"
-DEPEND="${RDEPEND}
- virtual/pkgconfig"
-
-src_unpack() {
- unpack ${A}
- sed -e "s:-Wall:-Wall ${CFLAGS}:" \
- -e "s:gcc:$(tc-getCC):g" -i "${S}"/Makefile
-}
-
-src_install() {
- dobin ${PN}
- newdoc ${PN}rc ${PN}rc.example
- dodoc AUTHORS ChangeLog README
-}