diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2014-08-10 20:06:08 +0000 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2014-08-10 20:06:08 +0000 |
commit | e8ad019e8f9b1bef5518ff81dd9e765981cf7e09 (patch) | |
tree | af312a2955241f8cf9e83505cdffe85ec9a24ca5 /dev-embedded | |
parent | QA: drop trailing '.' from DESCRIPTION (diff) | |
download | gentoo-2-e8ad019e8f9b1bef5518ff81dd9e765981cf7e09.tar.gz gentoo-2-e8ad019e8f9b1bef5518ff81dd9e765981cf7e09.tar.bz2 gentoo-2-e8ad019e8f9b1bef5518ff81dd9e765981cf7e09.zip |
QA: drop trailing '.' from DESCRIPTION
(Portage version: 2.2.11_p9/cvs/Linux x86_64, signed Manifest commit with key 611FF3AA)
Diffstat (limited to 'dev-embedded')
-rw-r--r-- | dev-embedded/scratchbox2/ChangeLog | 8 | ||||
-rw-r--r-- | dev-embedded/scratchbox2/scratchbox2-2.0-r1.ebuild | 6 |
2 files changed, 8 insertions, 6 deletions
diff --git a/dev-embedded/scratchbox2/ChangeLog b/dev-embedded/scratchbox2/ChangeLog index 024a66dca85a..e6325e81322c 100644 --- a/dev-embedded/scratchbox2/ChangeLog +++ b/dev-embedded/scratchbox2/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-embedded/scratchbox2 -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-embedded/scratchbox2/ChangeLog,v 1.6 2011/09/13 19:06:11 pacho Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-embedded/scratchbox2/ChangeLog,v 1.7 2014/08/10 20:06:08 slyfox Exp $ + + 10 Aug 2014; Sergei Trofimovich <slyfox@gentoo.org> scratchbox2-2.0-r1.ebuild: + QA: drop trailing '.' from DESCRIPTION 13 Sep 2011; Pacho Ramos <pacho@gentoo.org> metadata.xml: Drop maintainer due retirement, bug #278944 @@ -25,4 +28,3 @@ +files/scratchbox2-2.0-gentoo.patch, +files/scratchbox2-2.0-glibc-2.10.patch, +metadata.xml: Initial commit for scratchbox2 - moved from dev-embedded/scratchbox - diff --git a/dev-embedded/scratchbox2/scratchbox2-2.0-r1.ebuild b/dev-embedded/scratchbox2/scratchbox2-2.0-r1.ebuild index f52f733bdf9e..17c300fbd685 100644 --- a/dev-embedded/scratchbox2/scratchbox2-2.0-r1.ebuild +++ b/dev-embedded/scratchbox2/scratchbox2-2.0-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-embedded/scratchbox2/scratchbox2-2.0-r1.ebuild,v 1.2 2009/12/12 09:58:58 ayoy Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-embedded/scratchbox2/scratchbox2-2.0-r1.ebuild,v 1.3 2014/08/10 20:06:08 slyfox Exp $ EAPI="2" @@ -9,7 +9,7 @@ inherit autotools eutils multilib toolchain-funcs MY_PN="${PN/cratch}" MY_P="${MY_PN}-${PV}" -DESCRIPTION="A cross-compilation toolkit designed to make embedded Linux application development easier." +DESCRIPTION="A cross-compilation toolkit designed to make embedded Linux application development easier" HOMEPAGE="http://www.freedesktop.org/wiki/Software/sbox2" SRC_URI="http://cgit.freedesktop.org/${MY_PN}/snapshot/${MY_P}.tar.bz2" |