diff options
author | Justin Lecher <jlec@gentoo.org> | 2011-08-14 14:04:19 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2011-08-14 14:04:19 +0000 |
commit | ea4df72a4f87669e24fed4ccc01d1bf7bf1efda8 (patch) | |
tree | 92394205edc4eac9ef127e4488e97af054278112 /sys-apps/bar | |
parent | Add colord from the gnome overlay for GNOME 3 (diff) | |
download | gentoo-2-ea4df72a4f87669e24fed4ccc01d1bf7bf1efda8.tar.gz gentoo-2-ea4df72a4f87669e24fed4ccc01d1bf7bf1efda8.tar.bz2 gentoo-2-ea4df72a4f87669e24fed4ccc01d1bf7bf1efda8.zip |
Removed old versions
(Portage version: 2.2.0_alpha51/cvs/Linux x86_64)
Diffstat (limited to 'sys-apps/bar')
-rw-r--r-- | sys-apps/bar/ChangeLog | 6 | ||||
-rw-r--r-- | sys-apps/bar/bar-1.10.9.ebuild | 48 | ||||
-rw-r--r-- | sys-apps/bar/bar-1.11.0.ebuild | 47 |
3 files changed, 5 insertions, 96 deletions
diff --git a/sys-apps/bar/ChangeLog b/sys-apps/bar/ChangeLog index 22265c46fd9a..4a8bb988631d 100644 --- a/sys-apps/bar/ChangeLog +++ b/sys-apps/bar/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sys-apps/bar # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/bar/ChangeLog,v 1.30 2011/08/07 17:35:31 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/bar/ChangeLog,v 1.31 2011/08/14 14:04:19 jlec Exp $ + + 14 Aug 2011; Justin Lecher <jlec@gentoo.org> -bar-1.10.9.ebuild, + -bar-1.11.0.ebuild: + Removed old versions 07 Aug 2011; Raúl Porcel <armin76@gentoo.org> bar-1.10.9.ebuild, bar-1.11.0.ebuild, bar-1.11.1.ebuild: diff --git a/sys-apps/bar/bar-1.10.9.ebuild b/sys-apps/bar/bar-1.10.9.ebuild deleted file mode 100644 index 4bd347bf569a..000000000000 --- a/sys-apps/bar/bar-1.10.9.ebuild +++ /dev/null @@ -1,48 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/bar/bar-1.10.9.ebuild,v 1.6 2011/08/07 17:35:31 armin76 Exp $ - -inherit autotools - -DESCRIPTION="Console Progress Bar" -HOMEPAGE="http://clpbar.sourceforge.net/" -SRC_URI="mirror://sourceforge/clpbar/${PN}_${PV}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="doc" - -DEPEND="doc? ( >=app-doc/doxygen-1.3.5 )" -RDEPEND="" - -src_unpack() { - unpack ${A} - cd "${S}" - sed -e '/^LDFLAGS/d' \ - -e '/cd $(WEB_DIR) && $(MAKE)/d' -i Makefile.am || die - eautomake -} - -src_compile() { - local myconf - - # Fix wrt #113392 - use sparc && myconf="${myconf} --disable-use-memalign" - econf ${myconf} - - emake CFLAGS="${CFLAGS}" || die "emake failed" - if use doc; then - mkdir -p ../www/doxygen/${PV} - emake update-web || die "make doc failed" ; - fi -} - -src_install() { - make DESTDIR="${D}" install || die "make install failed" - dodoc AUTHORS TODO TROUBLESHOOTING debian/changelog || die "dodoc failed" - newdoc ChangeLog ChangeLog.old || die - if use doc ; then - dohtml -r ../www/doxygen/${PV}/html/* - fi -} diff --git a/sys-apps/bar/bar-1.11.0.ebuild b/sys-apps/bar/bar-1.11.0.ebuild deleted file mode 100644 index 9c110974e82f..000000000000 --- a/sys-apps/bar/bar-1.11.0.ebuild +++ /dev/null @@ -1,47 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/bar/bar-1.11.0.ebuild,v 1.4 2011/08/07 17:35:31 armin76 Exp $ - -inherit autotools - -DESCRIPTION="Console Progress Bar" -HOMEPAGE="http://clpbar.sourceforge.net/" -SRC_URI="mirror://sourceforge/clpbar/${PN}_${PV}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="doc" - -DEPEND="doc? ( >=app-doc/doxygen-1.3.5 )" -RDEPEND="" - -src_unpack() { - unpack ${A} - cd "${S}" - sed -e '/^LDFLAGS/d' \ - -e '/cd $(WEB_DIR) && $(MAKE)/d' -i Makefile.am || die - eautomake -} - -src_compile() { - local myconf - - # Fix wrt #113392 - use sparc && myconf="${myconf} --disable-use-memalign" - econf ${myconf} - - emake CFLAGS="${CFLAGS}" || die "emake failed" - if use doc; then - mkdir -p ../www/doxygen/${PV} - emake update-www || die "make doc failed" ; - fi -} - -src_install() { - emake DESTDIR="${D}" install || die "make install failed" - dodoc AUTHORS TODO TROUBLESHOOTING debian/changelog || die "dodoc failed" - if use doc ; then - dohtml -r ../www/doxygen/${PV}/html/* - fi -} |