diff options
author | Heinrich Wendel <lanius@gentoo.org> | 2004-02-02 12:06:10 +0000 |
---|---|---|
committer | Heinrich Wendel <lanius@gentoo.org> | 2004-02-02 12:06:10 +0000 |
commit | fe1d3ce433185a531522ab459b7123e0ea2f8475 (patch) | |
tree | ca9c04db098e7e43ebc88a1369f36b626feb7e89 /sys-apps | |
parent | version bump; fixed DEPEND (diff) | |
download | gentoo-2-fe1d3ce433185a531522ab459b7123e0ea2f8475.tar.gz gentoo-2-fe1d3ce433185a531522ab459b7123e0ea2f8475.tar.bz2 gentoo-2-fe1d3ce433185a531522ab459b7123e0ea2f8475.zip |
version bump; fixed DEPEND
Diffstat (limited to 'sys-apps')
-rw-r--r-- | sys-apps/bar/ChangeLog | 7 | ||||
-rw-r--r-- | sys-apps/bar/Manifest | 6 | ||||
-rw-r--r-- | sys-apps/bar/bar-1.07.ebuild | 6 | ||||
-rw-r--r-- | sys-apps/bar/bar-1.08.ebuild | 19 | ||||
-rw-r--r-- | sys-apps/bar/files/digest-bar-1.08 | 1 |
5 files changed, 31 insertions, 8 deletions
diff --git a/sys-apps/bar/ChangeLog b/sys-apps/bar/ChangeLog index 5ddb4068b9ff..7bbffd094cb8 100644 --- a/sys-apps/bar/ChangeLog +++ b/sys-apps/bar/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-apps/bar -# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/bar/ChangeLog,v 1.2 2003/12/26 20:25:26 lanius Exp $ +# Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/bar/ChangeLog,v 1.3 2004/02/02 12:05:54 lanius Exp $ + + 02 Feb 2004; Heinrich Wendel <lanius@gentoo.org> bar-1.07.ebuild: + version bump; fixed DEPEND *bar-1.07 (26 Dec 2003) diff --git a/sys-apps/bar/Manifest b/sys-apps/bar/Manifest index d045ec6634c6..5d625efa27a5 100644 --- a/sys-apps/bar/Manifest +++ b/sys-apps/bar/Manifest @@ -1,7 +1,7 @@ MD5 722001cce2ed756c2a948ea8f076a16e bar-1.06.ebuild 578 -MD5 aac04ddb9616d20f510c2d6fb95dfcc5 bar-1.08.ebuild 540 -MD5 aac04ddb9616d20f510c2d6fb95dfcc5 bar-1.07.ebuild 540 -MD5 4b0e2a122e16a4d4197c9995f3b98f85 ChangeLog 444 +MD5 5812cb64faab4e19338c850dd6b5c337 bar-1.08.ebuild 508 +MD5 ed9e8fe580d19c6d32c7b15e0c9bae77 bar-1.07.ebuild 539 +MD5 c265918b753a0aef9e01a53a49680573 ChangeLog 542 MD5 9a09f8d531c582e78977dbfd96edc1f2 metadata.xml 164 MD5 3ae88119ba205b2153c6b03b898a2b82 files/digest-bar-1.06 60 MD5 2e6efe43b8e52a5aef5eea9433a51bc2 files/digest-bar-1.07 60 diff --git a/sys-apps/bar/bar-1.07.ebuild b/sys-apps/bar/bar-1.07.ebuild index 6ed9538d707e..ee9966c46ed7 100644 --- a/sys-apps/bar/bar-1.07.ebuild +++ b/sys-apps/bar/bar-1.07.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/bar/bar-1.07.ebuild,v 1.1 2003/12/26 20:25:26 lanius Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/bar/bar-1.07.ebuild,v 1.2 2004/02/02 12:05:54 lanius Exp $ DESCRIPTION="Console Progress Bar" HOMEPAGE="http://clpbar.sourceforge.net/" -KEYWORDS="~x86" +KEYWORDS="x86" SLOT="0" LICENSE="GPL-2" SRC_URI="mirror://sourceforge/clpbar/${P}.tar.gz" diff --git a/sys-apps/bar/bar-1.08.ebuild b/sys-apps/bar/bar-1.08.ebuild new file mode 100644 index 000000000000..dae54ace9c3b --- /dev/null +++ b/sys-apps/bar/bar-1.08.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2004 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/bar/bar-1.08.ebuild,v 1.1 2004/02/02 12:05:54 lanius Exp $ + +DESCRIPTION="Console Progress Bar" +HOMEPAGE="http://clpbar.sourceforge.net/" +KEYWORDS="~x86" +SLOT="0" +LICENSE="GPL-2" +SRC_URI="mirror://sourceforge/clpbar/${P}.tar.gz" + +src_unpack() { + unpack ${A} + sed -i -e "s:CFLAGS = :CFLAGS=${CFLAGS}:" ${S}/Makefile.in +} + +src_install() { + einstall +} diff --git a/sys-apps/bar/files/digest-bar-1.08 b/sys-apps/bar/files/digest-bar-1.08 new file mode 100644 index 000000000000..b82ee42f2ae3 --- /dev/null +++ b/sys-apps/bar/files/digest-bar-1.08 @@ -0,0 +1 @@ +MD5 fad417c8c7517366a65c157b53649212 bar-1.08.tar.gz 121272 |