summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRaúl Porcel <armin76@gentoo.org>2008-02-07 12:42:55 +0000
committerRaúl Porcel <armin76@gentoo.org>2008-02-07 12:42:55 +0000
commitb542535625ed293185fae258daff5b1e4ad62eba (patch)
tree0ed71f4bf99c624fd1d1a31b2ed0231b960df7b9
parentfix bug 209164 thanks to Harald van Dijk <truedfx@gentoo.org> (diff)
downloadhistorical-b542535625ed293185fae258daff5b1e4ad62eba.tar.gz
historical-b542535625ed293185fae258daff5b1e4ad62eba.tar.bz2
historical-b542535625ed293185fae258daff5b1e4ad62eba.zip
old
Package-Manager: portage-2.1.3.19
-rw-r--r--sys-apps/ifplugd/Manifest2
-rw-r--r--sys-apps/ifplugd/ifplugd-0.28-r7.ebuild69
-rw-r--r--sys-apps/ifplugd/ifplugd-0.28-r8.ebuild72
-rw-r--r--sys-apps/smartmontools/Manifest4
4 files changed, 2 insertions, 145 deletions
diff --git a/sys-apps/ifplugd/Manifest b/sys-apps/ifplugd/Manifest
index 0c5d6ec14380..9d3f43e258d1 100644
--- a/sys-apps/ifplugd/Manifest
+++ b/sys-apps/ifplugd/Manifest
@@ -4,8 +4,6 @@ AUX ifplugd-0.28-noip.patch 707 RMD160 014184b097659fef27b2a4728ae20bd9f5c69380
AUX ifplugd-0.28-strictalias.patch 1658 RMD160 2873f0375385d8a305c265bda4ea391156697086 SHA1 1b824596ca1184fcc6caac68417f03e79885c831 SHA256 733b317baa5b819b1f4191a0d5829411e41291997e0bf6cc3920cb9c834d1452
AUX ifplugd.action 891 RMD160 1ee45a699b2402598cc4c6a18a3d294c4914a105 SHA1 e59bf81beb02b4ebf9c1d6538e00c473e3b78bf2 SHA256 55c88d2c773bc242e81f9fe310cd48999e69543fa8e0b2389c054e8890260015
DIST ifplugd-0.28.tar.gz 142677 RMD160 09914a1914a4432822bb660d6aef194debe688f1 SHA1 0f00e6b544c0b7ed6c66fc58cb74f038d3fba77a SHA256 474754ac4ab32d738cbf2a4a3e87ee0a2c71b9048a38bdcd7df1e4f9fd6541f0
-EBUILD ifplugd-0.28-r7.ebuild 1883 RMD160 3b255c638b118e94a53e2eb5dbc68a07c89d665a SHA1 7a42bc536c21d67b3e59870b985a3fe1c531146a SHA256 4ac56a354b00e062297bd98760d0decad9c2b60dbd23928d32ff882dc61e9b66
-EBUILD ifplugd-0.28-r8.ebuild 1994 RMD160 5f2ebf5d59d218af6c2241fd0a809e4363a59603 SHA1 872ddf821d65bda9f59e3c9f6a7bf5899cff51b7 SHA256 44969417b5f96a6deb75661d777d5f579acc30b2ffc7110d6d1f8154d21456aa
EBUILD ifplugd-0.28-r9.ebuild 2022 RMD160 40032a48c431708ee387e268cec0c653d8b6ea5e SHA1 c07f83fbdcd3d229cc22873c0291b0fab2c9e224 SHA256 ccca35cb22cc87ae8d1529cecfad9789d7e12471a42034549a1adb50ea11a24a
MISC ChangeLog 8646 RMD160 d1e17ddfe2700a63e498b1231d5aa9796626c204 SHA1 112106c73be63d0111194bd9495caafc0022c571 SHA256 a6724386353110903a32befd9903a02c1495bde8edc205e87cd96cb9b2ee4bcb
MISC metadata.xml 281 RMD160 787ed71d23c1cffb4c79b49d1e1c2313b04676ca SHA1 cb5b250ae412b780798ce777e3351c787d527795 SHA256 1ba07a0fc2398616150381cbcd59bed37c710a49b382c487cc24678a30bf5042
diff --git a/sys-apps/ifplugd/ifplugd-0.28-r7.ebuild b/sys-apps/ifplugd/ifplugd-0.28-r7.ebuild
deleted file mode 100644
index 3ccd3f6dff6f..000000000000
--- a/sys-apps/ifplugd/ifplugd-0.28-r7.ebuild
+++ /dev/null
@@ -1,69 +0,0 @@
-# Copyright 1999-2006 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/ifplugd/ifplugd-0.28-r7.ebuild,v 1.4 2006/10/03 21:48:52 wolf31o2 Exp $
-
-inherit eutils
-
-DESCRIPTION="Brings up/down ethernet ports automatically with cable detection"
-HOMEPAGE="http://0pointer.de/lennart/projects/ifplugd/"
-SRC_URI="http://0pointer.de/lennart/projects/ifplugd/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ppc x86"
-IUSE="doc"
-
-DEPEND="dev-util/pkgconfig
- doc? ( www-client/lynx )
- >=dev-libs/libdaemon-0.5"
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
- epatch "${FILESDIR}/${P}-nlapi.diff"
- epatch "${FILESDIR}/${P}-interface.patch"
-}
-
-src_compile() {
- econf $(use_enable doc lynx) \
- --with-initdir=/etc/init.d \
- --disable-xmltoman \
- --disable-subversion \
- || die "econf failed"
- emake || die "emake failed"
-}
-
-src_install() {
- make DESTDIR="${D}" install || die "make install failed"
-
- # Remove init.d configuration as we no longer use it
- rm -rf "${D}/etc/ifplugd" "${D}/etc/init.d/${PN}"
-
- dodir "/etc/${PN}"
- exeinto "/etc/${PN}"
- newexe "${FILESDIR}/${PN}.action" "${PN}.action" || die
-
- cd "${S}/doc"
- dodoc README SUPPORTED_DRIVERS
- use doc && dohtml *.{html,css}
-}
-
-pkg_postinst() {
- # Warn about old init script
- einfo "baselayout now starts ifplugd automatically on wired interfaces"
- einfo "If you do not want this behaviour then add !plug to your modules"
- einfo "in /etc/conf.d/net like so"
- einfo " modules=( \"!plug\" )"
-
- if [[ -e "${ROOT}/etc/init.d/ifplugd" \
- || -e "${ROOT}/etc/conf.d/ifplugd" ]] ; then
- echo
- ewarn "You should stop the ifplugd service now and remove its init"
- ewarn "script and config file"
- if [[ ${ROOT} == "/" ]] ; then
- ewarn " /etc/init.d/ifplugd stop"
- ewarn " rc-update del ifplugd"
- ewarn " rm -f /etc/{conf,init}.d/ifplugd"
- fi
- fi
-}
diff --git a/sys-apps/ifplugd/ifplugd-0.28-r8.ebuild b/sys-apps/ifplugd/ifplugd-0.28-r8.ebuild
deleted file mode 100644
index cc56e3eaae05..000000000000
--- a/sys-apps/ifplugd/ifplugd-0.28-r8.ebuild
+++ /dev/null
@@ -1,72 +0,0 @@
-# Copyright 1999-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/ifplugd/ifplugd-0.28-r8.ebuild,v 1.2 2007/07/26 10:37:21 uberlord Exp $
-
-inherit eutils
-
-DESCRIPTION="Brings up/down ethernet ports automatically with cable detection"
-HOMEPAGE="http://0pointer.de/lennart/projects/ifplugd/"
-SRC_URI="http://0pointer.de/lennart/projects/ifplugd/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
-IUSE="doc"
-
-DEPEND="dev-util/pkgconfig
- doc? ( www-client/lynx )
- >=dev-libs/libdaemon-0.5"
-RDEPEND=">=dev-libs/libdaemon-0.5
- >=sys-apps/baselayout-1.12"
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
- epatch "${FILESDIR}/${P}-nlapi.diff"
- epatch "${FILESDIR}/${P}-interface.patch"
- epatch "${FILESDIR}/${P}-strictalias.patch"
-}
-
-src_compile() {
- econf $(use_enable doc lynx) \
- --with-initdir=/etc/init.d \
- --disable-xmltoman \
- --disable-subversion \
- || die "econf failed"
- emake || die "emake failed"
-}
-
-src_install() {
- make DESTDIR="${D}" install || die "make install failed"
-
- # Remove init.d configuration as we no longer use it
- rm -rf "${D}/etc/ifplugd" "${D}/etc/init.d/${PN}"
-
- dodir "/etc/${PN}"
- exeinto "/etc/${PN}"
- newexe "${FILESDIR}/${PN}.action" "${PN}.action" || die
-
- cd "${S}/doc"
- dodoc README SUPPORTED_DRIVERS
- use doc && dohtml *.{html,css}
-}
-
-pkg_postinst() {
- # Warn about old init script
- einfo "baselayout now starts ifplugd automatically on wired interfaces"
- einfo "If you do not want this behaviour then add !plug to your modules"
- einfo "in /etc/conf.d/net like so"
- einfo " modules=( \"!plug\" )"
-
- if [[ -e "${ROOT}/etc/init.d/ifplugd" \
- || -e "${ROOT}/etc/conf.d/ifplugd" ]] ; then
- echo
- ewarn "You should stop the ifplugd service now and remove its init"
- ewarn "script and config file"
- if [[ ${ROOT} == "/" ]] ; then
- ewarn " /etc/init.d/ifplugd stop"
- ewarn " rc-update del ifplugd"
- ewarn " rm -f /etc/{conf,init}.d/ifplugd"
- fi
- fi
-}
diff --git a/sys-apps/smartmontools/Manifest b/sys-apps/smartmontools/Manifest
index 974e5f94519b..4def16e944ac 100644
--- a/sys-apps/smartmontools/Manifest
+++ b/sys-apps/smartmontools/Manifest
@@ -4,6 +4,6 @@ AUX smartmontools-5.36-utf8.patch 1276 RMD160 4a44e931474c484420dd6cd61861006d37
DIST smartmontools-5.36.tar.gz 540786 RMD160 38efdc3b8dd78ded3f09890683c84973ccc036e7 SHA1 aafc42287c694e4206d80b7886401acdb0eff230 SHA256 f2032adf22f8d17aad7f3dbed0a9361c25e273d3ca6abb996c84159afd624bf4
DIST smartmontools-5.37.tar.gz 590605 RMD160 e9d18c71340766dc43bf462a4c12cb0d152f2812 SHA1 d6e88f576e26836b929c570290644b0580645602 SHA256 2984645b207c52ea9b8ef3951af8bd0c5aab469607fabf63ade05f8fe87309c1
EBUILD smartmontools-5.36-r1.ebuild 1316 RMD160 98d9829992e6e6c1029827bd52bd2fc6a16b3710 SHA1 510ce4c3ad4c83adad29568d16150a96068c3023 SHA256 ab3815809765a3f00f4cfe4ea27800a86e75fc1ee37d8f7112cefa531eaa3157
-EBUILD smartmontools-5.37.ebuild 1233 RMD160 283e88b158fc61c7b7a46c54de90e41d54655ec9 SHA1 00703e88e5cc7773712f1a54bacaee08da4bee2f SHA256 10c79d0e8ca1c39ecc6a45780723795ab643bde822efc385fd304ce81c57371f
-MISC ChangeLog 9030 RMD160 c35ffe867379a82dd95ae7f057d387da665a2fdc SHA1 f53fef3bda017a1bbd29b2d1c85b3377a64c6d8e SHA256 9fec024b9133757a67a389ff0e98916291806091c257811a4e41f14f34d8017f
+EBUILD smartmontools-5.37.ebuild 1231 RMD160 d62ec6874bf2ab126e38c0f66be6a81f8536481b SHA1 8bff77684c53e75fcf8e5823426914b7e8b72963 SHA256 fbdb5d3d9ec16e00050b4f5260f30f0ad1f04ba05d036d3e6a8666ddaf7e12b2
+MISC ChangeLog 9127 RMD160 208405bced35d8ad1280ac04c0d2dfc612bdb5f8 SHA1 643d57b26837a98a0ea68a2c5587e770d1f37619 SHA256 b6f2404dee30cfdafdde30fb7ab44c2a168356f28a5470efe0f75fdba56bf9e0
MISC metadata.xml 164 RMD160 f43cbec30b7074319087c9acffdb9354b17b0db3 SHA1 9c213f5803676c56439df3716be07d6692588856 SHA256 f5f2891f2a4791cd31350bb2bb572131ad7235cd0eeb124c9912c187ac10ce92