diff options
author | Mike Frysinger <vapier@gentoo.org> | 2007-07-23 02:45:54 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2007-07-23 02:45:54 +0000 |
commit | de86d8aa5744008ad98b4a68b52247bd8f435cd8 (patch) | |
tree | 8352a6d4cd7e0cb9841facbe93560f9f2516c6c2 /sys-libs | |
parent | arm/s390/sh stable (diff) | |
download | historical-de86d8aa5744008ad98b4a68b52247bd8f435cd8.tar.gz historical-de86d8aa5744008ad98b4a68b52247bd8f435cd8.tar.bz2 historical-de86d8aa5744008ad98b4a68b52247bd8f435cd8.zip |
old
Diffstat (limited to 'sys-libs')
4 files changed, 0 insertions, 172 deletions
diff --git a/sys-libs/timezone-data/files/digest-timezone-data-2007c b/sys-libs/timezone-data/files/digest-timezone-data-2007c deleted file mode 100644 index 2b141edcb42a..000000000000 --- a/sys-libs/timezone-data/files/digest-timezone-data-2007c +++ /dev/null @@ -1,6 +0,0 @@ -MD5 e4913aa2edaf097b0627ead6b45fbedc tzcode2007c.tar.gz 189109 -RMD160 e6b7c7a1c832d0ac0b78a87efa56b8282f7ce304 tzcode2007c.tar.gz 189109 -SHA256 3c976bdd5c5657b46aabb7e3af20e325e94cfb790e2859f1c9de7ec465562546 tzcode2007c.tar.gz 189109 -MD5 730d744ac691e950066f8b6bd17b02d0 tzdata2007c.tar.gz 158198 -RMD160 f63b65a0a0c8326080ed4eb0fbf1241d2308b6a3 tzdata2007c.tar.gz 158198 -SHA256 3575df0a341fef53240620423da519c6cba16212ab8b2576c9595b80deaf3af2 tzdata2007c.tar.gz 158198 diff --git a/sys-libs/timezone-data/files/digest-timezone-data-2007e b/sys-libs/timezone-data/files/digest-timezone-data-2007e deleted file mode 100644 index eede0e711bdc..000000000000 --- a/sys-libs/timezone-data/files/digest-timezone-data-2007e +++ /dev/null @@ -1,6 +0,0 @@ -MD5 4ac16fb9de55c6e8e4c86b4e3613fbcf tzcode2007e.tar.gz 189157 -RMD160 2f8315f13840921e718aad0c35b2bc4c02b08350 tzcode2007e.tar.gz 189157 -SHA256 86d0db25f691ba5b86939e8a5911939b9b306d1deb13fccc5d7f899a9fdabac3 tzcode2007e.tar.gz 189157 -MD5 b74e5f71714e5222340f1fb30da30a76 tzdata2007e.tar.gz 159753 -RMD160 a9c48fb31700f3d0cd261faefc145048fc781990 tzdata2007e.tar.gz 159753 -SHA256 51d14a60ea12aa901bf91e5d39ea30c13ffdc299640e8ec9cb0d35a128874767 tzdata2007e.tar.gz 159753 diff --git a/sys-libs/timezone-data/timezone-data-2007c.ebuild b/sys-libs/timezone-data/timezone-data-2007c.ebuild deleted file mode 100644 index cd29da3586b4..000000000000 --- a/sys-libs/timezone-data/timezone-data-2007c.ebuild +++ /dev/null @@ -1,80 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/timezone-data/timezone-data-2007c.ebuild,v 1.11 2007/04/07 20:16:37 vapier Exp $ - -inherit eutils toolchain-funcs flag-o-matic - -code_ver=${PV} -data_ver=${PV} -DESCRIPTION="Timezone data (/usr/share/zoneinfo) and utilities (tzselect/zic/zdump)" -HOMEPAGE="ftp://elsie.nci.nih.gov/pub/" -SRC_URI="ftp://elsie.nci.nih.gov/pub/tzdata${data_ver}.tar.gz - ftp://elsie.nci.nih.gov/pub/tzcode${code_ver}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 m68k mips ppc ppc64 s390 sh sparc ~sparc-fbsd x86 ~x86-fbsd" -IUSE="nls" - -DEPEND="" - -S=${WORKDIR} - -src_unpack() { - unpack ${A} - epatch "${FILESDIR}"/${PN}-2005n-makefile.patch - tc-is-cross-compiler && cp -pR "${S}" "${S}"-native -} - -src_compile() { - tc-export CC - use elibc_FreeBSD && append-flags -DSTD_INSPIRED #138251 - if use nls ; then - use elibc_glibc || append-ldflags -lintl #154181 - export NLS=1 - else - export NLS=0 - fi - emake || die "emake failed" - if tc-is-cross-compiler ; then - make -C "${S}"-native CC=$(tc-getBUILD_CC) CFLAGS="${BUILD_CFLAGS}" zic || die - fi -} - -src_install() { - local zic="" - tc-is-cross-compiler && zic="zic=${S}-native/zic" - make install ${zic} DESTDIR="${D}" || die - rm -rf "${D}"/usr/share/zoneinfo-leaps - dodoc README Theory - dohtml *.htm *.jpg -} - -pkg_config() { - # make sure the /etc/localtime file does not get stale #127899 - local tz=$(unset TIMEZONE ; source "${ROOT}"/etc/conf.d/clock ; echo ${TIMEZONE-FOOKABLOIE}) - [[ -z ${tz} ]] && return 0 - if [[ ${tz} == "FOOKABLOIE" ]] ; then - elog "You do not have TIMEZONE set in /etc/conf.d/clock." - if [[ ! -e ${ROOT}/etc/localtime ]] ; then - cp -f "${ROOT}"/usr/share/zoneinfo/Factory "${ROOT}"/etc/localtime - elog "Setting /etc/localtime to Factory." - else - elog "Skipping auto-update of /etc/localtime." - fi - return 0 - fi - - if [[ ! -e ${ROOT}/usr/share/zoneinfo/${tz} ]] ; then - elog "You have an invalid TIMEZONE setting in /etc/conf.d/clock." - elog "Your /etc/localtime has been reset to Factory; enjoy!" - tz="Factory" - fi - einfo "Updating /etc/localtime with /usr/share/zoneinfo/${tz}" - [[ -L ${ROOT}/etc/localtime ]] && rm -f "${ROOT}"/etc/localtime - cp -f "${ROOT}"/usr/share/zoneinfo/"${tz}" "${ROOT}"/etc/localtime -} - -pkg_postinst() { - pkg_config -} diff --git a/sys-libs/timezone-data/timezone-data-2007e.ebuild b/sys-libs/timezone-data/timezone-data-2007e.ebuild deleted file mode 100644 index 3ba480f0fb52..000000000000 --- a/sys-libs/timezone-data/timezone-data-2007e.ebuild +++ /dev/null @@ -1,80 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/timezone-data/timezone-data-2007e.ebuild,v 1.11 2007/06/01 06:11:15 kumba Exp $ - -inherit eutils toolchain-funcs flag-o-matic - -code_ver=${PV} -data_ver=${PV} -DESCRIPTION="Timezone data (/usr/share/zoneinfo) and utilities (tzselect/zic/zdump)" -HOMEPAGE="ftp://elsie.nci.nih.gov/pub/" -SRC_URI="ftp://elsie.nci.nih.gov/pub/tzdata${data_ver}.tar.gz - ftp://elsie.nci.nih.gov/pub/tzcode${code_ver}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 m68k mips ppc ppc64 s390 sh sparc ~sparc-fbsd x86 ~x86-fbsd" -IUSE="nls" - -DEPEND="" - -S=${WORKDIR} - -src_unpack() { - unpack ${A} - epatch "${FILESDIR}"/${PN}-2005n-makefile.patch - tc-is-cross-compiler && cp -pR "${S}" "${S}"-native -} - -src_compile() { - tc-export CC - use elibc_FreeBSD && append-flags -DSTD_INSPIRED #138251 - if use nls ; then - use elibc_glibc || append-ldflags -lintl #154181 - export NLS=1 - else - export NLS=0 - fi - emake || die "emake failed" - if tc-is-cross-compiler ; then - make -C "${S}"-native CC=$(tc-getBUILD_CC) CFLAGS="${BUILD_CFLAGS}" zic || die - fi -} - -src_install() { - local zic="" - tc-is-cross-compiler && zic="zic=${S}-native/zic" - make install ${zic} DESTDIR="${D}" || die - rm -rf "${D}"/usr/share/zoneinfo-leaps - dodoc README Theory - dohtml *.htm *.jpg -} - -pkg_config() { - # make sure the /etc/localtime file does not get stale #127899 - local tz=$(unset TIMEZONE ; source "${ROOT}"/etc/conf.d/clock ; echo ${TIMEZONE-FOOKABLOIE}) - [[ -z ${tz} ]] && return 0 - if [[ ${tz} == "FOOKABLOIE" ]] ; then - elog "You do not have TIMEZONE set in /etc/conf.d/clock." - if [[ ! -e ${ROOT}/etc/localtime ]] ; then - cp -f "${ROOT}"/usr/share/zoneinfo/Factory "${ROOT}"/etc/localtime - elog "Setting /etc/localtime to Factory." - else - elog "Skipping auto-update of /etc/localtime." - fi - return 0 - fi - - if [[ ! -e ${ROOT}/usr/share/zoneinfo/${tz} ]] ; then - elog "You have an invalid TIMEZONE setting in /etc/conf.d/clock." - elog "Your /etc/localtime has been reset to Factory; enjoy!" - tz="Factory" - fi - einfo "Updating /etc/localtime with /usr/share/zoneinfo/${tz}" - [[ -L ${ROOT}/etc/localtime ]] && rm -f "${ROOT}"/etc/localtime - cp -f "${ROOT}"/usr/share/zoneinfo/"${tz}" "${ROOT}"/etc/localtime -} - -pkg_postinst() { - pkg_config -} |