diff options
author | Daniel Drake <dsd@gentoo.org> | 2006-09-19 15:12:37 +0000 |
---|---|---|
committer | Daniel Drake <dsd@gentoo.org> | 2006-09-19 15:12:37 +0000 |
commit | 5be51d4449c57fc4d752ea9757bfebbc2e597bdd (patch) | |
tree | ebd58ceb000235e0041281660814843af199e154 /dev-util/acgmake | |
parent | Initial import based on ebuild by Seemant Kulleen, thanks to ville in bug #12... (diff) | |
download | historical-5be51d4449c57fc4d752ea9757bfebbc2e597bdd.tar.gz historical-5be51d4449c57fc4d752ea9757bfebbc2e597bdd.tar.bz2 historical-5be51d4449c57fc4d752ea9757bfebbc2e597bdd.zip |
Fix permissions of installed files
Package-Manager: portage-2.1.2_pre1
Diffstat (limited to 'dev-util/acgmake')
-rw-r--r-- | dev-util/acgmake/ChangeLog | 8 | ||||
-rw-r--r-- | dev-util/acgmake/acgmake-1.2-r1.ebuild | 33 | ||||
-rw-r--r-- | dev-util/acgmake/files/digest-acgmake-1.2-r1 | 3 |
3 files changed, 43 insertions, 1 deletions
diff --git a/dev-util/acgmake/ChangeLog b/dev-util/acgmake/ChangeLog index 947c5e65ce3f..7561b08f414e 100644 --- a/dev-util/acgmake/ChangeLog +++ b/dev-util/acgmake/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-util/acgmake # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/acgmake/ChangeLog,v 1.1 2006/09/18 20:08:42 dsd Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/acgmake/ChangeLog,v 1.2 2006/09/19 15:12:37 dsd Exp $ + +*acgmake-1.2-r1 (19 Sep 2006) + + 19 Sep 2006; Daniel Drake <dsd@gentoo.org> -acgmake-1.2.ebuild, + +acgmake-1.2-r1.ebuild: + Fix permissions of installed files *acgmake-1.2 (18 Sep 2006) diff --git a/dev-util/acgmake/acgmake-1.2-r1.ebuild b/dev-util/acgmake/acgmake-1.2-r1.ebuild new file mode 100644 index 000000000000..1844bccb1955 --- /dev/null +++ b/dev-util/acgmake/acgmake-1.2-r1.ebuild @@ -0,0 +1,33 @@ +# Copyright 1999-2006 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-util/acgmake/acgmake-1.2-r1.ebuild,v 1.1 2006/09/19 15:12:37 dsd Exp $ + +S=${WORKDIR}/${PN} +DESCRIPTION="Build system for large projects" +HOMEPAGE="http://www-i8.informatik.rwth-aachen.de/software/acgmake/html/index.html" +SRC_URI="http://www-i8.informatik.rwth-aachen.de/software/acgmake/${P}.tgz" + +LICENSE="LGPL-2" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND="app-shells/bash + sys-devel/make" +RDEPEND="${DEPEND}" + +src_compile() { + find . -name 'CVS' -type d -print0 | xargs -0 rm -rf + sed -i "s:g++.*:g++:" configs/config.gcc-linux + chmod 644 ${S}/configs/* + chmod 644 ${S}/modules/* +} + +src_install() { + insinto /usr/lib/misc/acgmake + doins Config Rules + cp -a bin configs modules ${D}/usr/lib/misc/acgmake + + dosym ../lib/misc/acgmake/bin/acgmake /usr/bin/acgmake +} + diff --git a/dev-util/acgmake/files/digest-acgmake-1.2-r1 b/dev-util/acgmake/files/digest-acgmake-1.2-r1 new file mode 100644 index 000000000000..869e3e35e62d --- /dev/null +++ b/dev-util/acgmake/files/digest-acgmake-1.2-r1 @@ -0,0 +1,3 @@ +MD5 4ad554d1c5694cafb52c71c5dd8d4df5 acgmake-1.2.tgz 60894 +RMD160 3803fe5694451b6da5111e20e71fad6e377eeeb7 acgmake-1.2.tgz 60894 +SHA256 6da22b8cc63c24ada430ca3120357cff774f1348f11d892956dba49cc9d680e8 acgmake-1.2.tgz 60894 |