tabs->4spaces. deps-sorting. pax: gcc->$CC

for/master
Denis Knauf 2013-03-09 15:32:00 +01:00
parent eb02dc0370
commit ff1e779c20
6 changed files with 39 additions and 38 deletions

View File

@ -1,4 +1,4 @@
summary=local
summary=DenKn: exhereses
homepage=https://github.com/DenisKnauf/exherbo-denkn
owner=Denis Knauf <Denis.Knauf@gmail.com>
status=third-party

View File

@ -15,7 +15,7 @@ src_compile() {
# Makefile says:
# # -DLONG_OFF_T The base type of off_t is a long, not a long long.
# # This is often defined in: /usr/include/sys/types.h
edo gcc -DLONG_OFF_T ${CFLAGS} ${LDFLAGS} -o pax *.c
edo $CC -DLONG_OFF_T ${CFLAGS} ${LDFLAGS} -o pax *.c
}
src_install() {

View File

@ -13,8 +13,8 @@ MYOPTIONS=""
DEPENDENCIES="
run:
sys-apps/paludis
dev-lang/ruby[>=1.9]
sys-apps/paludis
"
src_install() {

View File

@ -10,9 +10,9 @@ SLOT="0"
LICENCES="GPL-2"
PLATFORMS="~amd64 ~x86"
DEPENDENCIES="
app-doc/asciidoc
group/tinyproxy
user/tinyproxy
app-doc/asciidoc
"
# PID-file will be created in /var/run, but /var/run is a link to /run.
# in future, tinyproxy needs an other config, that it uses /run.

View File

@ -13,3 +13,4 @@ DEPENDENCIES="
sys-fs/xfsprogs
"
DEFAULT_SRC_INSTALL_PARAMS+=( DIST_ROOT="${IMAGE}" )