mrueg       14/10/27 17:34:59

  Modified:             ChangeLog
  Added:                axyftp-0.5.1-r2.ebuild
  Log:
  Cleanup superseded EAPI1 ebuild.
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key )

Revision  Changes    Path
1.10                 net-ftp/axyftp/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-ftp/axyftp/ChangeLog?rev=1.10&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-ftp/axyftp/ChangeLog?rev=1.10&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-ftp/axyftp/ChangeLog?r1=1.9&r2=1.10

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-ftp/axyftp/ChangeLog,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- ChangeLog   24 Oct 2012 19:21:00 -0000      1.9
+++ ChangeLog   27 Oct 2014 17:34:59 -0000      1.10
@@ -1,6 +1,11 @@
 # ChangeLog for net-ftp/axyftp
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-ftp/axyftp/ChangeLog,v 1.9 2012/10/24 
19:21:00 ulm Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-ftp/axyftp/ChangeLog,v 1.10 2014/10/27 
17:34:59 mrueg Exp $
+
+*axyftp-0.5.1-r2 (27 Oct 2014)
+
+  27 Oct 2014; Manuel Rüger <[email protected]> +axyftp-0.5.1-r2.ebuild:
+  Cleanup superseded EAPI1 ebuild.
 
   24 Oct 2012; Ulrich Müller <[email protected]> axyftp-0.5.1-r1.ebuild:
   Update dependency after package move from x11-libs/openmotif to
@@ -33,4 +38,3 @@
 
   27 Jan 2004; Martin Holzer <[email protected]> axyftp-0.5.1.ebuild:
   Initial ebuild. Submitted by Jan Schubert <[email protected]> in #36856
-



1.1                  net-ftp/axyftp/axyftp-0.5.1-r2.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-ftp/axyftp/axyftp-0.5.1-r2.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-ftp/axyftp/axyftp-0.5.1-r2.ebuild?rev=1.1&content-type=text/plain

Index: axyftp-0.5.1-r2.ebuild
===================================================================
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-ftp/axyftp/axyftp-0.5.1-r2.ebuild,v 1.1 
2014/10/27 17:34:59 mrueg Exp $

EAPI=5

inherit eutils

DESCRIPTION="GUI FTP client for X Window System (former WXftp)"
HOMEPAGE="http://freecode.com/projects/axyftp/ http://www.wxftp.seul.org";
SRC_URI="http://www.wxftp.seul.org/download/${P}.tar.gz";

LICENSE="Artistic LGPL-2.1"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86"
IUSE=""

RDEPEND=">=x11-libs/motif-2.3:0
        x11-libs/libXt
        x11-libs/libX11
        x11-libs/libXpm
        x11-libs/libXaw"
DEPEND="${RDEPEND}"

src_prepare() {
        epatch "${FILESDIR}"/${P}-built-in-function-exit.patch
}

src_configure(){
        econf --with-help=/usr/share/doc/${PF}/html \
                --with-gui=motif
}

src_compile() {
        emake -j1
}

src_install() {
        emake DESTDIR="${D}" install
        dodoc CHANGES README TODO
        newicon icons/${PN}-ball64.xpm ${PN}.xpm
        make_desktop_entry ${PN} "AxY FTP" ${PN} "Network;FileTransfer;Motif"
}




Reply via email to