diff options
author | John J. Ellis <jje@gentoo.org> | 2003-05-14 09:26:45 +0000 |
---|---|---|
committer | John J. Ellis <jje@gentoo.org> | 2003-05-14 09:26:45 +0000 |
commit | 961e48e7998cef93ae254b1fe37236b2dfad56ee (patch) | |
tree | d0ad24290958f354a85f615fbe53757e1df5f93e /net-irc | |
parent | move openldap to a commented position so we know why it was masked (diff) | |
download | historical-961e48e7998cef93ae254b1fe37236b2dfad56ee.tar.gz historical-961e48e7998cef93ae254b1fe37236b2dfad56ee.tar.bz2 historical-961e48e7998cef93ae254b1fe37236b2dfad56ee.zip |
Minor depend update (~x86 masked) commiting for robh.
Diffstat (limited to 'net-irc')
-rw-r--r-- | net-irc/lostirc/ChangeLog | 7 | ||||
-rw-r--r-- | net-irc/lostirc/Manifest | 11 | ||||
-rw-r--r-- | net-irc/lostirc/lostirc-0.2.5.ebuild | 6 |
3 files changed, 20 insertions, 4 deletions
diff --git a/net-irc/lostirc/ChangeLog b/net-irc/lostirc/ChangeLog index 5618cd868a73..17eec7942429 100644 --- a/net-irc/lostirc/ChangeLog +++ b/net-irc/lostirc/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for net-irc/lostirc # Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-irc/lostirc/ChangeLog,v 1.8 2003/02/12 08:04:42 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/lostirc/ChangeLog,v 1.9 2003/05/14 09:26:31 jje Exp $ + + 14 May 2003; jje <jje@gentoo.org> lostirc-0.2.5.ebuild: + Fixed deps. + + Submitted by: robh <robh@gentoo.org> *lostirc-0.2.5 (07 Feb 2003) diff --git a/net-irc/lostirc/Manifest b/net-irc/lostirc/Manifest new file mode 100644 index 000000000000..7e3f23572e98 --- /dev/null +++ b/net-irc/lostirc/Manifest @@ -0,0 +1,11 @@ +MD5 5d99fd36549753270d15784b7b6f0b51 ChangeLog 2742 +MD5 65f9649bf18c6cc64dc466f338ce82d2 lostirc-0.2.1.ebuild 871 +MD5 4f14fd076d3647999924a70ff076d5a4 lostirc-0.2.2.ebuild 617 +MD5 08c2214faa7c6324d328d762dca1733b lostirc-0.2.3.ebuild 632 +MD5 a51cdcc10add1b1af6ffa9ff12d4f1d2 lostirc-0.2.4.ebuild 633 +MD5 83b47ac59e6627c631c0f8571a6f6d1d lostirc-0.2.5.ebuild 630 +MD5 e138e8c5152942c385b261876f050d0a files/digest-lostirc-0.2.1 65 +MD5 1a9fa20aef7d9a2edefedaffdbd73b70 files/digest-lostirc-0.2.2 65 +MD5 6d024fccbfa473f557df28846ad9427a files/digest-lostirc-0.2.3 65 +MD5 ec3e532fb997534700e71043a8a39c2a files/digest-lostirc-0.2.4 65 +MD5 8ca8907fb49c76d33cac1b2db9d16186 files/digest-lostirc-0.2.5 65 diff --git a/net-irc/lostirc/lostirc-0.2.5.ebuild b/net-irc/lostirc/lostirc-0.2.5.ebuild index e451387d2e32..0b1311818489 100644 --- a/net-irc/lostirc/lostirc-0.2.5.ebuild +++ b/net-irc/lostirc/lostirc-0.2.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-irc/lostirc/lostirc-0.2.5.ebuild,v 1.2 2003/02/13 14:16:26 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/lostirc/lostirc-0.2.5.ebuild,v 1.3 2003/05/14 09:26:31 jje Exp $ inherit base @@ -12,8 +12,8 @@ SLOT="0" LICENSE="GPL-2" KEYWORDS="~x86" S=${WORKDIR}/${P} -DEPEND="=x11-libs/gtkmm-2.0* - =dev-libs/libsigc++-1.2*" +DEPEND=">=x11-libs/gtkmm-2.0 + >=dev-libs/libsigc++-1.2" src_install() { base_src_install |