diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2012-10-28 14:29:17 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2012-10-28 14:29:17 +0000 |
commit | 2641d197de9bce9273e4bc02d4f099ee0aebcb69 (patch) | |
tree | 9fc06d1d582300b5b8795e9ae0da8130cf4264b0 /app-misc | |
parent | Adding SELinux dependency on selinux-dovecot (diff) | |
download | historical-2641d197de9bce9273e4bc02d4f099ee0aebcb69.tar.gz historical-2641d197de9bce9273e4bc02d4f099ee0aebcb69.tar.bz2 historical-2641d197de9bce9273e4bc02d4f099ee0aebcb69.zip |
eapi4 + ~amd64 keyword
Package-Manager: portage-2.1.11.9/cvs/Linux x86_64
Diffstat (limited to 'app-misc')
-rw-r--r-- | app-misc/glastree/ChangeLog | 9 | ||||
-rw-r--r-- | app-misc/glastree/glastree-1.04.ebuild | 16 |
2 files changed, 14 insertions, 11 deletions
diff --git a/app-misc/glastree/ChangeLog b/app-misc/glastree/ChangeLog index a60992ac9bc9..8ec578af3f9a 100644 --- a/app-misc/glastree/ChangeLog +++ b/app-misc/glastree/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-misc/glastree -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/glastree/ChangeLog,v 1.15 2011/07/20 16:21:36 pacho Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-misc/glastree/ChangeLog,v 1.16 2012/10/28 14:29:17 ago Exp $ + + 28 Oct 2012; Agostino Sarubbo <ago@gentoo.org> glastree-1.04.ebuild: + eapi4 + ~amd64 keyword 20 Jul 2011; Pacho Ramos <pacho@gentoo.org> metadata.xml: Drop maintainer due retirement, bug #81177 @@ -50,5 +53,3 @@ 03 Aug 2002; Bruce A. Locke <blocke@shivan.org> glastree-0.57.ebuild, files/digest/glastree-0.57: Initial ebuild (with modifications) contributed by T.Kvernes <terjekv@math.uio.no> - - diff --git a/app-misc/glastree/glastree-1.04.ebuild b/app-misc/glastree/glastree-1.04.ebuild index 1e18e0801529..010725175c60 100644 --- a/app-misc/glastree/glastree-1.04.ebuild +++ b/app-misc/glastree/glastree-1.04.ebuild @@ -1,6 +1,8 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/glastree/glastree-1.04.ebuild,v 1.3 2006/10/28 10:58:17 opfer Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/glastree/glastree-1.04.ebuild,v 1.4 2012/10/28 14:29:17 ago Exp $ + +EAPI=4 inherit eutils @@ -10,18 +12,18 @@ SRC_URI="http://www.igmus.org/files/${P}.tar.gz" DEPEND="dev-lang/perl dev-perl/Date-Calc" SLOT="0" -KEYWORDS="ppc x86" +KEYWORDS="~amd64 ppc x86" IUSE="" LICENSE="public-domain" -src_unpack() { - unpack ${A} - cd "${S}" +src_prepare() { epatch "${FILESDIR}"/${PN}-posix-make.patch } +src_compile() { :; } + src_install() { dodir /usr/share/man/man1 - make INSTROOT="${D}"/usr INSTMAN=share/man install || die + emake INSTROOT="${D}"/usr INSTMAN=share/man install dodoc README CHANGES THANKS TODO } |