Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GLEP 70 (probably) #17

Open
wants to merge 25 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
23557ff
Base profile: Add DISTRO{,_BUG_URL} definitions
awilfox Dec 14, 2016
b5fa3a2
app-admin: GLEP 70 modifications
awilfox Dec 14, 2016
cef06ac
app-editors: GLEP 70 modifications
awilfox Dec 14, 2016
0cd26ea
app-emulation: GLEP 70 modifications
awilfox Dec 14, 2016
153341c
app-office/libreoffice: GLEP 70 modifications
awilfox Dec 14, 2016
65e5d7f
dev-java/icedtea: GLEP 70 modifications
awilfox Dec 14, 2016
a77bcef
dev-lang/perl: GLEP 70 modifications
awilfox Dec 14, 2016
ec6133d
dev-lisp/sbcl: GLEP 70 modifications
awilfox Dec 14, 2016
33ecf99
games-*/*: GLEP 70 modifications
awilfox Dec 14, 2016
a933bab
gnome-base/gnome-desktop: GLEP 70 modifications
awilfox Dec 14, 2016
afaaabc
kde-plasma/breeze-plymouth: GLEP 70 modifications
awilfox Dec 14, 2016
eb7260e
mail-*/*: GLEP 70 modifications
awilfox Dec 14, 2016
baf4049
GLEP 70 modifications for all eclasses
awilfox Dec 14, 2016
1239dc5
media-*/*: GLEP 70 modifications
awilfox Dec 14, 2016
62bde5b
net-*/*: GLEP 70 modifications
awilfox Dec 14, 2016
b0c4fde
sci-*/*: GLEP 70 modifications
awilfox Dec 14, 2016
7ade1de
sys-apps/*: GLEP 70 modifications
awilfox Dec 14, 2016
db35527
sys-block/tw_cli: GLEP 70 modifications
awilfox Dec 14, 2016
6f629bf
sys-devel/*: GLEP 70 modifications
awilfox Dec 14, 2016
b04081b
sys-firmware/seabios: GLEP 70 modifications
awilfox Dec 14, 2016
ad6fc6a
zfs: GLEP 70 modifications
awilfox Dec 14, 2016
08cac96
sys-libs/binutils-libs: GLEP 70 modifications
awilfox Dec 14, 2016
661eacd
www-*/*: GLEP 70 modifications
awilfox Dec 14, 2016
6d19a0a
x*/*: GLEP 70 modifications
awilfox Dec 14, 2016
7cab617
sys-boot/elilo: GLEP 70 modifications
awilfox Dec 14, 2016
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ src_configure() {
fi

gnome2_src_configure \
--with-desktop-vendor=Gentoo \
--with-desktop-vendor=${DISTRO} \
--with-udev-rules \
$(systemd_with_unitdir) \
${myconf}
Expand Down
2 changes: 1 addition & 1 deletion app-admin/webmin/webmin-1.791.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -285,7 +285,7 @@ pkg_config(){
export perl="$( which perl )"
export os_type='gentoo-linux'
export os_version='*'
export real_os_type='Gentoo Linux'
export real_os_type="${DISTRO} Linux"
export real_os_version='Any version'
# Forcing 'ssl', 'no_ssl2', 'no_ssl3', 'ssl_redirect', 'no_sslcompression',
# 'ssl_honorcipherorder', 'no_tls1' and 'no_tls1_1' for tightening security
Expand Down
2 changes: 1 addition & 1 deletion app-editors/gvim/gvim-7.4.2102.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,7 @@ src_configure() {
fi

econf \
--with-modified-by=Gentoo-${PVR} \
--with-modified-by=${DISTRO}-${PVR} \
--with-vim-name=gvim \
--with-x \
"${myconf[@]}"
Expand Down
2 changes: 1 addition & 1 deletion app-editors/gvim/gvim-7.4.769.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,7 @@ src_configure() {
fi

econf \
--with-modified-by=Gentoo-${PVR} \
--with-modified-by=${DISTRO}-${PVR} \
--with-vim-name=gvim \
--with-x \
"${myconf[@]}"
Expand Down
2 changes: 1 addition & 1 deletion app-editors/gvim/gvim-8.0.0005.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,7 @@ src_configure() {
fi

econf \
--with-modified-by=Gentoo-${PVR} \
--with-modified-by=${DISTRO}-${PVR} \
--with-vim-name=gvim \
--with-x \
"${myconf[@]}"
Expand Down
2 changes: 1 addition & 1 deletion app-editors/gvim/gvim-8.0.0106.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,7 @@ src_configure() {
fi

econf \
--with-modified-by=Gentoo-${PVR} \
--with-modified-by=${DISTRO}-${PVR} \
--with-vim-name=gvim \
--with-x \
"${myconf[@]}"
Expand Down
2 changes: 1 addition & 1 deletion app-editors/gvim/gvim-9999.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,7 @@ src_configure() {
fi

econf \
--with-modified-by=Gentoo-${PVR} \
--with-modified-by=${DISTRO}-${PVR} \
--with-vim-name=gvim \
--with-x \
"${myconf[@]}"
Expand Down
2 changes: 1 addition & 1 deletion app-editors/vim-core/vim-core-7.4.2102.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ src_configure() {
use prefix && myconf+=" --without-local-dir"

econf \
--with-modified-by=Gentoo-${PVR} \
--with-modified-by=${DISTRO}-${PVR} \
--enable-gui=no \
--without-x \
--disable-darwin \
Expand Down
2 changes: 1 addition & 1 deletion app-editors/vim-core/vim-core-7.4.769.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ src_configure() {
use prefix && myconf+=" --without-local-dir"

econf \
--with-modified-by=Gentoo-${PVR} \
--with-modified-by=${DISTRO}-${PVR} \
--enable-gui=no \
--without-x \
--disable-darwin \
Expand Down
2 changes: 1 addition & 1 deletion app-editors/vim-core/vim-core-8.0.0005-r1.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ src_configure() {
use prefix && myconf+=" --without-local-dir"

econf \
--with-modified-by=Gentoo-${PVR} \
--with-modified-by=${DISTRO}-${PVR} \
--enable-gui=no \
--without-x \
--disable-darwin \
Expand Down
2 changes: 1 addition & 1 deletion app-editors/vim-core/vim-core-8.0.0005.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ src_configure() {
use prefix && myconf+=" --without-local-dir"

econf \
--with-modified-by=Gentoo-${PVR} \
--with-modified-by=${DISTRO}-${PVR} \
--enable-gui=no \
--without-x \
--disable-darwin \
Expand Down
2 changes: 1 addition & 1 deletion app-editors/vim-core/vim-core-8.0.0106.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ src_configure() {
use prefix && myconf+=" --without-local-dir"

econf \
--with-modified-by=Gentoo-${PVR} \
--with-modified-by=${DISTRO}-${PVR} \
--enable-gui=no \
--without-x \
--disable-darwin \
Expand Down
2 changes: 1 addition & 1 deletion app-editors/vim-core/vim-core-9999.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ src_configure() {
use prefix && myconf+=" --without-local-dir"

econf \
--with-modified-by=Gentoo-${PVR} \
--with-modified-by=${DISTRO}-${PVR} \
--enable-gui=no \
--without-x \
--disable-darwin \
Expand Down
2 changes: 1 addition & 1 deletion app-editors/vim-qt/vim-qt-20150102-r1.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ src_configure() {
myconf+=" --disable-pythoninterp --disable-python3interp"
fi

econf ${myconf} --enable-gui=qt --with-vim-name=qvim --with-modified-by=Gentoo-${PVR}
econf ${myconf} --enable-gui=qt --with-vim-name=qvim --with-modified-by=${DISTRO}-${PVR}

if use lto ; then
LDFLAGS="${LDFLAGS_OLD}"
Expand Down
2 changes: 1 addition & 1 deletion app-editors/vim/vim-7.4.2102.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ src_configure() {
use prefix && myconf+=( --without-local-dir )

econf \
--with-modified-by=Gentoo-${PVR} \
--with-modified-by=${DISTRO}-${PVR} \
"${myconf[@]}"
}

Expand Down
2 changes: 1 addition & 1 deletion app-editors/vim/vim-7.4.769.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@ src_configure() {
use prefix && myconf+=( --without-local-dir )

econf \
--with-modified-by=Gentoo-${PVR} \
--with-modified-by=${DISTRO}-${PVR} \
"${myconf[@]}"
}

Expand Down
2 changes: 1 addition & 1 deletion app-editors/vim/vim-8.0.0005.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ src_configure() {
use prefix && myconf+=( --without-local-dir )

econf \
--with-modified-by=Gentoo-${PVR} \
--with-modified-by=${DISTRO}-${PVR} \
"${myconf[@]}"
}

Expand Down
2 changes: 1 addition & 1 deletion app-editors/vim/vim-8.0.0106.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ src_configure() {
use prefix && myconf+=( --without-local-dir )

econf \
--with-modified-by=Gentoo-${PVR} \
--with-modified-by=${DISTRO}-${PVR} \
"${myconf[@]}"
}

Expand Down
2 changes: 1 addition & 1 deletion app-editors/vim/vim-9999.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ src_configure() {
use prefix && myconf+=( --without-local-dir )

econf \
--with-modified-by=Gentoo-${PVR} \
--with-modified-by=${DISTRO}-${PVR} \
"${myconf[@]}"
}

Expand Down
2 changes: 1 addition & 1 deletion app-emulation/hercules/hercules-3.10.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ src_configure() {
$(use_enable bzip2 cckd-bzip2) \
$(use_enable bzip2 het-bzip2) \
$(use_enable suid setuid-hercifc) \
--enable-custom="Gentoo ${PF}.ebuild" \
--enable-custom="${DISTRO} ${PF}.ebuild" \
--disable-optimization
}

Expand Down
2 changes: 1 addition & 1 deletion app-emulation/hercules/hercules-3.12.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ src_configure() {
$(use_enable bzip2 cckd-bzip2) \
$(use_enable bzip2 het-bzip2) \
$(use_enable suid setuid-hercifc) \
--enable-custom="Gentoo ${PF}.ebuild" \
--enable-custom="${DISTRO} ${PF}.ebuild" \
--disable-optimization
}

Expand Down
2 changes: 1 addition & 1 deletion app-emulation/virtualbox/virtualbox-4.3.38.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ src_compile() {
MAKELOAD=$(echo ${MAKEOPTS} | egrep -o '(\-l|\-\-load-average)(=?|[[:space:]]*)[[:digit:]]+')
MAKEOPTS="${MAKEJOBS} ${MAKELOAD}"
MAKE="kmk" emake \
VBOX_BUILD_PUBLISHER=_Gentoo \
VBOX_BUILD_PUBLISHER=_${DISTRO} \
TOOL_GCC3_CC="$(tc-getCC)" TOOL_GCC3_CXX="$(tc-getCXX)" \
TOOL_GCC3_AS="$(tc-getCC)" TOOL_GCC3_AR="$(tc-getAR)" \
TOOL_GCC3_LD="$(tc-getCXX)" TOOL_GCC3_LD_SYSMOD="$(tc-getLD)" \
Expand Down
2 changes: 1 addition & 1 deletion app-emulation/virtualbox/virtualbox-4.3.40.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ src_compile() {
MAKELOAD=$(echo ${MAKEOPTS} | egrep -o '(\-l|\-\-load-average)(=?|[[:space:]]*)[[:digit:]]+')
MAKEOPTS="${MAKEJOBS} ${MAKELOAD}"
MAKE="kmk" emake \
VBOX_BUILD_PUBLISHER=_Gentoo \
VBOX_BUILD_PUBLISHER=_${DISTRO} \
TOOL_GCC3_CC="$(tc-getCC)" TOOL_GCC3_CXX="$(tc-getCXX)" \
TOOL_GCC3_AS="$(tc-getCC)" TOOL_GCC3_AR="$(tc-getAR)" \
TOOL_GCC3_LD="$(tc-getCXX)" TOOL_GCC3_LD_SYSMOD="$(tc-getLD)" \
Expand Down
2 changes: 1 addition & 1 deletion app-emulation/virtualbox/virtualbox-5.0.16-r1.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ src_compile() {
MAKELOAD=$(echo ${MAKEOPTS} | egrep -o '(\-l|\-\-load-average)(=?|[[:space:]]*)[[:digit:]]+') #'
MAKEOPTS="${MAKEJOBS} ${MAKELOAD}"
MAKE="kmk" emake \
VBOX_BUILD_PUBLISHER=_Gentoo \
VBOX_BUILD_PUBLISHER=_${DISTRO} \
TOOL_GCC3_CC="$(tc-getCC)" TOOL_GCC3_CXX="$(tc-getCXX)" \
TOOL_GCC3_AS="$(tc-getCC)" TOOL_GCC3_AR="$(tc-getAR)" \
TOOL_GCC3_LD="$(tc-getCXX)" TOOL_GCC3_LD_SYSMOD="$(tc-getLD)" \
Expand Down
2 changes: 1 addition & 1 deletion app-emulation/virtualbox/virtualbox-5.0.26.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ src_compile() {
MAKELOAD=$(echo ${MAKEOPTS} | egrep -o '(\-l|\-\-load-average)(=?|[[:space:]]*)[[:digit:]]+') #'
MAKEOPTS="${MAKEJOBS} ${MAKELOAD}"
MAKE="kmk" emake \
VBOX_BUILD_PUBLISHER=_Gentoo \
VBOX_BUILD_PUBLISHER=_${DISTRO} \
TOOL_GCC3_CC="$(tc-getCC)" TOOL_GCC3_CXX="$(tc-getCXX)" \
TOOL_GCC3_AS="$(tc-getCC)" TOOL_GCC3_AR="$(tc-getAR)" \
TOOL_GCC3_LD="$(tc-getCXX)" TOOL_GCC3_LD_SYSMOD="$(tc-getLD)" \
Expand Down
2 changes: 1 addition & 1 deletion app-emulation/virtualbox/virtualbox-5.0.28.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ src_compile() {
MAKELOAD=$(echo ${MAKEOPTS} | egrep -o '(\-l|\-\-load-average)(=?|[[:space:]]*)[[:digit:]]+') #'
MAKEOPTS="${MAKEJOBS} ${MAKELOAD}"
MAKE="kmk" emake \
VBOX_BUILD_PUBLISHER=_Gentoo \
VBOX_BUILD_PUBLISHER=_${DISTRO} \
TOOL_GCC3_CC="$(tc-getCC)" TOOL_GCC3_CXX="$(tc-getCXX)" \
TOOL_GCC3_AS="$(tc-getCC)" TOOL_GCC3_AR="$(tc-getAR)" \
TOOL_GCC3_LD="$(tc-getCXX)" TOOL_GCC3_LD_SYSMOD="$(tc-getLD)" \
Expand Down
2 changes: 1 addition & 1 deletion app-emulation/virtualbox/virtualbox-5.0.30.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ src_compile() {
MAKELOAD=$(echo ${MAKEOPTS} | egrep -o '(\-l|\-\-load-average)(=?|[[:space:]]*)[[:digit:]]+') #'
MAKEOPTS="${MAKEJOBS} ${MAKELOAD}"
MAKE="kmk" emake \
VBOX_BUILD_PUBLISHER=_Gentoo \
VBOX_BUILD_PUBLISHER=_${DISTRO} \
TOOL_GCC3_CC="$(tc-getCC)" TOOL_GCC3_CXX="$(tc-getCXX)" \
TOOL_GCC3_AS="$(tc-getCC)" TOOL_GCC3_AR="$(tc-getAR)" \
TOOL_GCC3_LD="$(tc-getCXX)" TOOL_GCC3_LD_SYSMOD="$(tc-getLD)" \
Expand Down
2 changes: 1 addition & 1 deletion app-emulation/virtualbox/virtualbox-5.1.10-r1.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ src_compile() {
MAKELOAD=$(echo ${MAKEOPTS} | egrep -o '(\-l|\-\-load-average)(=?|[[:space:]]*)[[:digit:]]+') #'
MAKEOPTS="${MAKEJOBS} ${MAKELOAD}"
MAKE="kmk" emake \
VBOX_BUILD_PUBLISHER=_Gentoo \
VBOX_BUILD_PUBLISHER=_${DISTRO} \
TOOL_GCC3_CC="$(tc-getCC)" TOOL_GCC3_CXX="$(tc-getCXX)" \
TOOL_GCC3_AS="$(tc-getCC)" TOOL_GCC3_AR="$(tc-getAR)" \
TOOL_GCC3_LD="$(tc-getCXX)" TOOL_GCC3_LD_SYSMOD="$(tc-getLD)" \
Expand Down
2 changes: 1 addition & 1 deletion app-emulation/virtualbox/virtualbox-5.1.6.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ src_compile() {
MAKELOAD=$(echo ${MAKEOPTS} | egrep -o '(\-l|\-\-load-average)(=?|[[:space:]]*)[[:digit:]]+') #'
MAKEOPTS="${MAKEJOBS} ${MAKELOAD}"
MAKE="kmk" emake \
VBOX_BUILD_PUBLISHER=_Gentoo \
VBOX_BUILD_PUBLISHER=_${DISTRO} \
TOOL_GCC3_CC="$(tc-getCC)" TOOL_GCC3_CXX="$(tc-getCXX)" \
TOOL_GCC3_AS="$(tc-getCC)" TOOL_GCC3_AR="$(tc-getAR)" \
TOOL_GCC3_LD="$(tc-getCXX)" TOOL_GCC3_LD_SYSMOD="$(tc-getLD)" \
Expand Down
2 changes: 1 addition & 1 deletion app-emulation/virtualbox/virtualbox-5.1.8.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ src_compile() {
MAKELOAD=$(echo ${MAKEOPTS} | egrep -o '(\-l|\-\-load-average)(=?|[[:space:]]*)[[:digit:]]+') #'
MAKEOPTS="${MAKEJOBS} ${MAKELOAD}"
MAKE="kmk" emake \
VBOX_BUILD_PUBLISHER=_Gentoo \
VBOX_BUILD_PUBLISHER=_${DISTRO} \
TOOL_GCC3_CC="$(tc-getCC)" TOOL_GCC3_CXX="$(tc-getCXX)" \
TOOL_GCC3_AS="$(tc-getCC)" TOOL_GCC3_AR="$(tc-getAR)" \
TOOL_GCC3_LD="$(tc-getCXX)" TOOL_GCC3_LD_SYSMOD="$(tc-getLD)" \
Expand Down
4 changes: 2 additions & 2 deletions app-office/libreoffice/libreoffice-5.2.3.3-r1.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -447,7 +447,7 @@ src_configure() {
--disable-online-update \
--disable-report-builder \
--with-alloc=$(use jemalloc && echo "jemalloc" || echo "system") \
--with-build-version="Gentoo official package" \
--with-build-version="${DISTRO} official package" \
--enable-extension-integration \
--with-external-dict-dir="${EPREFIX}/usr/share/myspell" \
--with-external-hyph-dir="${EPREFIX}/usr/share/myspell" \
Expand All @@ -456,7 +456,7 @@ src_configure() {
--with-lang="" \
--with-parallelism=$(makeopts_jobs) \
--with-system-ucpp \
--with-vendor="Gentoo Foundation" \
--with-vendor="${DISTRO} Linux" \
--with-x \
--without-fonts \
--without-myspell-dicts \
Expand Down
4 changes: 2 additions & 2 deletions app-office/libreoffice/libreoffice-5.2.9999.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -447,7 +447,7 @@ src_configure() {
--disable-online-update \
--disable-report-builder \
--with-alloc=$(use jemalloc && echo "jemalloc" || echo "system") \
--with-build-version="Gentoo official package" \
--with-build-version="${DISTRO} official package" \
--enable-extension-integration \
--with-external-dict-dir="${EPREFIX}/usr/share/myspell" \
--with-external-hyph-dir="${EPREFIX}/usr/share/myspell" \
Expand All @@ -456,7 +456,7 @@ src_configure() {
--with-lang="" \
--with-parallelism=$(makeopts_jobs) \
--with-system-ucpp \
--with-vendor="Gentoo Foundation" \
--with-vendor="${DISTRO} Linux" \
--with-x \
--without-fonts \
--without-myspell-dicts \
Expand Down
4 changes: 2 additions & 2 deletions app-office/libreoffice/libreoffice-9999.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -446,7 +446,7 @@ src_configure() {
--disable-online-update \
--disable-report-builder \
--with-alloc=$(use jemalloc && echo "jemalloc" || echo "system") \
--with-build-version="Gentoo official package" \
--with-build-version="${DISTRO} official package" \
--enable-extension-integration \
--with-external-dict-dir="${EPREFIX}/usr/share/myspell" \
--with-external-hyph-dir="${EPREFIX}/usr/share/myspell" \
Expand All @@ -455,7 +455,7 @@ src_configure() {
--with-lang="" \
--with-parallelism=$(makeopts_jobs) \
--with-system-ucpp \
--with-vendor="Gentoo Foundation" \
--with-vendor="${DISTRO} Linux" \
--with-x \
--without-fonts \
--without-myspell-dicts \
Expand Down
2 changes: 1 addition & 1 deletion dev-java/icedtea/icedtea-3.2.0.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -302,7 +302,7 @@ src_configure() {
--mandir="${EPREFIX}/usr/$(get_libdir)/icedtea${SLOT}/man" \
--docdir="${EPREFIX}/usr/share/doc/${PF}" \
--htmldir="${EPREFIX}/usr/share/doc/${PF}/html" \
--with-pkgversion="Gentoo ${PF}" \
--with-pkgversion="${DISTRO} ${PF}" \
--disable-downloading --disable-Werror --disable-tests \
--enable-system-lcms --enable-system-jpeg \
--enable-system-zlib --disable-systemtap-tests \
Expand Down
2 changes: 1 addition & 1 deletion dev-java/icedtea/icedtea-7.2.6.8.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,7 @@ src_configure() {
--mandir="${EPREFIX}/usr/$(get_libdir)/icedtea${SLOT}/man" \
--docdir="${EPREFIX}/usr/share/doc/${PF}" \
--htmldir="${EPREFIX}/usr/share/doc/${PF}/html" \
--with-pkgversion="Gentoo ${PF}" \
--with-pkgversion="${DISTRO} ${PF}" \
--disable-downloading --disable-Werror --disable-tests \
--enable-system-lcms --enable-system-jpeg \
--enable-system-zlib --disable-systemtap-tests \
Expand Down
2 changes: 1 addition & 1 deletion dev-lang/perl/perl-5.22.3_rc4.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -435,7 +435,7 @@ src_configure() {
-Dglibpth="${EPREFIX}/$(get_libdir) ${EPREFIX}/usr/$(get_libdir)"' ' \
-Duselargefiles \
-Dd_semctl_semun \
-Dcf_by='Gentoo' \
-Dcf_by="${DISTRO}" \
-Dmyhostname='localhost' \
-Dperladmin='root@localhost' \
-Ud_csh \
Expand Down
2 changes: 1 addition & 1 deletion dev-lang/perl/perl-5.24.0-r1.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -415,7 +415,7 @@ src_configure() {
-Dglibpth="${EPREFIX}/$(get_libdir) ${EPREFIX}/usr/$(get_libdir)"' ' \
-Duselargefiles \
-Dd_semctl_semun \
-Dcf_by='Gentoo' \
-Dcf_by="${DISTRO}" \
-Dmyhostname='localhost' \
-Dperladmin='root@localhost' \
-Dinstallusrbinperl='n' \
Expand Down
2 changes: 1 addition & 1 deletion dev-lang/perl/perl-5.24.0-r2.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -434,7 +434,7 @@ src_configure() {
-Dglibpth="${EPREFIX}/$(get_libdir) ${EPREFIX}/usr/$(get_libdir)"' ' \
-Duselargefiles \
-Dd_semctl_semun \
-Dcf_by='Gentoo' \
-Dcf_by="${DISTRO}" \
-Dmyhostname='localhost' \
-Dperladmin='root@localhost' \
-Ud_csh \
Expand Down
2 changes: 1 addition & 1 deletion dev-lang/perl/perl-5.24.1_rc4.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -435,7 +435,7 @@ src_configure() {
-Dglibpth="${EPREFIX}/$(get_libdir) ${EPREFIX}/usr/$(get_libdir)"' ' \
-Duselargefiles \
-Dd_semctl_semun \
-Dcf_by='Gentoo' \
-Dcf_by="${DISTRO}" \
-Dmyhostname='localhost' \
-Dperladmin='root@localhost' \
-Ud_csh \
Expand Down
2 changes: 1 addition & 1 deletion dev-lisp/sbcl/sbcl-1.1.18.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ src_prepare() {
src_configure() {
# customizing SBCL version as per
# http://sbcl.cvs.sourceforge.net/sbcl/sbcl/doc/PACKAGING-SBCL.txt?view=markup
echo -e ";;; Auto-generated by Gentoo\n\"gentoo-${PR}\"" > branch-version.lisp-expr
echo -e ";;; Auto-generated by ${DISTRO}\n\"${DISTRO}-${PR}\"" > branch-version.lisp-expr

# applying customizations
sbcl_apply_features
Expand Down
2 changes: 1 addition & 1 deletion dev-lisp/sbcl/sbcl-1.3.0.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ src_prepare() {
src_configure() {
# customizing SBCL version as per
# http://sbcl.cvs.sourceforge.net/sbcl/sbcl/doc/PACKAGING-SBCL.txt?view=markup
echo -e ";;; Auto-generated by Gentoo\n\"gentoo-${PR}\"" > branch-version.lisp-expr
echo -e ";;; Auto-generated by ${DISTRO}\n\"${DISTRO}-${PR}\"" > branch-version.lisp-expr

# applying customizations
sbcl_apply_features
Expand Down
Loading