diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-06-30 17:24:50 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-06-30 17:24:50 +0000 |
commit | ea82b786b01811b1f33255fa31239bb1e4aeeae8 (patch) | |
tree | 309c54b0e41a98751b4c5e8ab6fb64fbcc3048fe | |
parent | libgd -> gd (diff) | |
download | historical-ea82b786b01811b1f33255fa31239bb1e4aeeae8.tar.gz historical-ea82b786b01811b1f33255fa31239bb1e4aeeae8.tar.bz2 historical-ea82b786b01811b1f33255fa31239bb1e4aeeae8.zip |
sync IUSE (+doc)
-rw-r--r-- | sys-apps/ifplugd/ChangeLog | 5 | ||||
-rw-r--r-- | sys-apps/ifplugd/ifplugd-0.15.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-apps/ifplugd/ChangeLog b/sys-apps/ifplugd/ChangeLog index 19e1530903a7..80bb716702d5 100644 --- a/sys-apps/ifplugd/ChangeLog +++ b/sys-apps/ifplugd/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-apps/ifplugd # Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/ifplugd/ChangeLog,v 1.9 2004/06/24 22:11:45 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/ifplugd/ChangeLog,v 1.10 2004/06/30 17:24:50 agriffis Exp $ + + 30 Jun 2004; Aron Griffis <agriffis@gentoo.org> ifplugd-0.15.ebuild: + sync IUSE (+doc) *ifplugd-0.25 (18 May 2004) diff --git a/sys-apps/ifplugd/ifplugd-0.15.ebuild b/sys-apps/ifplugd/ifplugd-0.15.ebuild index cc819b25e91d..6ad7e2d7004a 100644 --- a/sys-apps/ifplugd/ifplugd-0.15.ebuild +++ b/sys-apps/ifplugd/ifplugd-0.15.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/ifplugd/ifplugd-0.15.ebuild,v 1.4 2004/06/24 22:11:45 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/ifplugd/ifplugd-0.15.ebuild,v 1.5 2004/06/30 17:24:50 agriffis Exp $ DESCRIPTION="Brings up/down ethernet ports automatically with cable detection" HOMEPAGE="http://www.stud.uni-hamburg.de/users/lennart/projects/ifplugd" @@ -8,7 +8,7 @@ SRC_URI="${HOMEPAGE}/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86 ~amd64" -IUSE="" +IUSE="doc" DEPEND="dev-libs/libdaemon" S=${WORKDIR}/${P} |