summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKrzysztof Pawlik <nelchael@gentoo.org>2009-03-21 21:39:22 +0000
committerKrzysztof Pawlik <nelchael@gentoo.org>2009-03-21 21:39:22 +0000
commit08e9094d77e69c1cf06a727039b8e8f5bca06209 (patch)
tree1395800482953eb34b02293c90ab36547513de81 /x11-misc/efax-gtk
parentRemove old versions. (diff)
downloadgentoo-2-08e9094d77e69c1cf06a727039b8e8f5bca06209.tar.gz
gentoo-2-08e9094d77e69c1cf06a727039b8e8f5bca06209.tar.bz2
gentoo-2-08e9094d77e69c1cf06a727039b8e8f5bca06209.zip
Remove old versions.
(Portage version: 2.1.6.9/cvs/Linux x86_64)
Diffstat (limited to 'x11-misc/efax-gtk')
-rw-r--r--x11-misc/efax-gtk/ChangeLog6
-rw-r--r--x11-misc/efax-gtk/efax-gtk-3.0.11.ebuild43
2 files changed, 5 insertions, 44 deletions
diff --git a/x11-misc/efax-gtk/ChangeLog b/x11-misc/efax-gtk/ChangeLog
index ca6efc5ef035..8244bd639198 100644
--- a/x11-misc/efax-gtk/ChangeLog
+++ b/x11-misc/efax-gtk/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for x11-misc/efax-gtk
# Copyright 2000-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/efax-gtk/ChangeLog,v 1.29 2009/02/22 15:26:27 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/efax-gtk/ChangeLog,v 1.30 2009/03/21 21:39:22 nelchael Exp $
+
+ 21 Mar 2009; Krzysiek Pawlik <nelchael@gentoo.org>
+ -efax-gtk-3.0.11.ebuild:
+ Remove old versions.
22 Feb 2009; Raúl Porcel <armin76@gentoo.org> efax-gtk-3.0.18.ebuild:
x86 stable wrt #259157
diff --git a/x11-misc/efax-gtk/efax-gtk-3.0.11.ebuild b/x11-misc/efax-gtk/efax-gtk-3.0.11.ebuild
deleted file mode 100644
index 45618e95b816..000000000000
--- a/x11-misc/efax-gtk/efax-gtk-3.0.11.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/efax-gtk/efax-gtk-3.0.11.ebuild,v 1.4 2007/04/20 21:29:01 josejx Exp $
-
-DESCRIPTION="GTK+2 frontend for the efax program."
-HOMEPAGE="http://efax-gtk.sourceforge.net/"
-SRC_URI="mirror://sourceforge/${PN}/${P}.src.tgz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc x86"
-IUSE=""
-
-RDEPEND=">=dev-libs/glib-2
- >=dev-libs/libsigc++-2
- >=x11-libs/gtk+-2"
-DEPEND="${RDEPEND}
- dev-util/pkgconfig"
-
-src_install() {
- # The binaries
- dobin src/efax-gtk
- dobin efax/efax-0.9a
- dobin efax/efix-0.9a
-
- # The man page
- doman efax-gtk.1
-
- # The spool directory and print filter
- dodir /var/spool/fax
- fowners lp:lp /var/spool/fax
- insinto /var/spool/fax
- insopts -m755 -oroot -groot
- doins efax-gtk-faxfilter/efax-gtk-faxfilter
- doins efax-gtk-faxfilter/efax-gtk-socket-client
-
- # Config file
- insinto /etc
- doins efax-gtkrc
-
- # Docs
- dodoc AUTHORS BUGS ChangeLog README
-}