git-svn-id: http://svn.calculate.ru/overlay@2479 c91db197-33c1-4113-bf15-f8a5c547ca64

master
yaleks 15 years ago
parent 9d07620cf6
commit 5f2e9f7963

@ -1,3 +1,3 @@
DIST calculate-1.2.0.tar.bz2 214300 RMD160 d2f2e99d6f4bc9b80279a16ce82901b0582b388c SHA1 1f23b91ca5ad6f4b9454df649d0b836165813e50 SHA256 a87e11cc7e8b8c0be1f80f7d121172618722eba75ab6f7596965f8b4ae8a999b
EBUILD calculate-1.2.0.ebuild 1792 RMD160 7d6248bbb8e242c14c48392bc9156c56e684fb82 SHA1 a3a3d81a5efe8f79399cc7d829c890ea9e5983b2 SHA256 8667084c11de8bbce866d874c15da2181ce38b47e8e79edc40adb11d3de81a2e
EBUILD calculate-9999.ebuild 1396 RMD160 2f0a2d6d6dc794956cb05691a9746b1c5c640b5d SHA1 03a67b17288287ce86e4bf8805ddeda18d0188b3 SHA256 0f3a0aa1415d9528dda79a221673c333d7f148c5cbd866f1bfec8894fdbe5355
EBUILD calculate-1.2.0.ebuild 1680 RMD160 94a6fc7dc19bc52415c1e6477c45ef6d4a862394 SHA1 41235fe999e59b769f09a9551c2df8035ef7322b SHA256 653c458065d97500ac8509a31f69139d2b79cb9ba85097a762a67a2fce573711
EBUILD calculate-9999.ebuild 1284 RMD160 399856045018bd5104f81f743c70dfaafca4e1bb SHA1 2e4d3f94c50575ed8a50199993a5cd0ffb1ca331 SHA256 07bd136354e5046ab4170bfcff7e894f40188ea9b28f84f806e6620ddb400e0c

@ -1,6 +1,6 @@
# Copyright 1999-2006 Gentoo Foundation
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-db/mtop/mtop-0.6.6.ebuild,v 1.9 2007/07/13 06:38:59 mr_bones_ Exp $
# $Header: $
DESCRIPTION="Program for installation, building and upgrading system"
HOMEPAGE="http://www.calculate-linux.org/Calculate"
@ -50,7 +50,7 @@ pkg_setup() {
src_install() {
emake install DESTDIR="${D}" || die "Calculate installation failed."
dodoc Change.log COPYING LICENSE
dodoc Change.log
}
pkg_postinst() {
@ -64,7 +64,7 @@ pkg_postinst() {
fi
if ! [ -e /usr/calculate/share/distfiles ];
then
mkdir -p -m 2775 /usr/calculate/share/distfiles
chgrp portage /usr/calculate/share/distfiles
mkdir -p -m 2775 /usr/calculate/share/distfiles
chgrp portage /usr/calculate/share/distfiles
fi
}

@ -1,6 +1,6 @@
# Copyright 1999-2006 Gentoo Foundation
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-db/mtop/mtop-0.6.6.ebuild,v 1.9 2007/07/13 06:38:59 mr_bones_ Exp $
# $Header: $
inherit subversion
@ -29,7 +29,7 @@ pkg_setup() {
src_install() {
emake install DESTDIR="${D}" || die "Calculate installation failed."
dodoc Change.log COPYING LICENSE
dodoc Change.log
}
pkg_postinst() {
@ -43,7 +43,7 @@ pkg_postinst() {
fi
if ! [ -e /usr/calculate/share/distfiles ];
then
mkdir -p -m 2775 /usr/calculate/share/distfiles
chgrp portage /usr/calculate/share/distfiles
mkdir -p -m 2775 /usr/calculate/share/distfiles
chgrp portage /usr/calculate/share/distfiles
fi
}

Loading…
Cancel
Save