summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDenis Dupeyron <calchan@gentoo.org>2009-10-13 19:10:53 +0000
committerDenis Dupeyron <calchan@gentoo.org>2009-10-13 19:10:53 +0000
commit47464597a68964ccabf0946f8265344372910bfe (patch)
treeb1fad9d106137eaa6fa0a363cea3b592e3149fcd /sci-electronics
parentFix HOMEPAGE. (diff)
downloadgentoo-2-47464597a68964ccabf0946f8265344372910bfe.tar.gz
gentoo-2-47464597a68964ccabf0946f8265344372910bfe.tar.bz2
gentoo-2-47464597a68964ccabf0946f8265344372910bfe.zip
Fixed typo, updated metadata. Thanks to Stefan Salewski.
(Portage version: 2.1.6.13/cvs/Linux i686)
Diffstat (limited to 'sci-electronics')
-rw-r--r--sci-electronics/gerbv/ChangeLog8
-rw-r--r--sci-electronics/gerbv/gerbv-2.3.0-r1.ebuild (renamed from sci-electronics/gerbv/gerbv-2.3.0.ebuild)2
-rw-r--r--sci-electronics/gerbv/metadata.xml22
3 files changed, 20 insertions, 12 deletions
diff --git a/sci-electronics/gerbv/ChangeLog b/sci-electronics/gerbv/ChangeLog
index 993b730e8db1..da4fc649179f 100644
--- a/sci-electronics/gerbv/ChangeLog
+++ b/sci-electronics/gerbv/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for sci-electronics/gerbv
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-electronics/gerbv/ChangeLog,v 1.28 2009/10/09 00:02:58 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-electronics/gerbv/ChangeLog,v 1.29 2009/10/13 19:10:53 calchan Exp $
+
+*gerbv-2.3.0-r1 (13 Oct 2009)
+
+ 13 Oct 2009; Denis Dupeyron <calchan@gentoo.org> -gerbv-2.3.0.ebuild,
+ +gerbv-2.3.0-r1.ebuild, metadata.xml:
+ Fixed typo, updated metadata. Thanks to Stefan Salewski.
09 Oct 2009; Patrick Lauer <patrick@gentoo.org> gerbv-2.3.0.ebuild:
Small cleanup to make repoman happy
diff --git a/sci-electronics/gerbv/gerbv-2.3.0.ebuild b/sci-electronics/gerbv/gerbv-2.3.0-r1.ebuild
index f63801c003d2..fcc92a176809 100644
--- a/sci-electronics/gerbv/gerbv-2.3.0.ebuild
+++ b/sci-electronics/gerbv/gerbv-2.3.0-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-electronics/gerbv/gerbv-2.3.0.ebuild,v 1.2 2009/10/09 00:02:58 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-electronics/gerbv/gerbv-2.3.0-r1.ebuild,v 1.1 2009/10/13 19:10:53 calchan Exp $
EAPI="2"
diff --git a/sci-electronics/gerbv/metadata.xml b/sci-electronics/gerbv/metadata.xml
index 733a401538c2..cfa53cbcf0dd 100644
--- a/sci-electronics/gerbv/metadata.xml
+++ b/sci-electronics/gerbv/metadata.xml
@@ -1,14 +1,16 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
-<herd>sci-electronics</herd>
-<longdescription>
- Gerber Viewer (gerbv) is a viewer for Gerber files. The standard supported by
- gerbv is RS-274X. gerbv also supports drill files. The format supported are
- known under names as NC-drill or Excellon.
-</longdescription>
-<use>
- <flag name='unit-mm'>Set default unit for coordinates in status bar to mm
- </flag>
-</use>
+ <herd>sci-electronics</herd>
+ <longdescription>
+ Gerbv is a viewer for Gerber RS-274X files, Excellon drill files, and CSV
+ pick-and-place files. (Note: RS-274D files are not supported.)
+ The core functionality of gerbv is located in a separate library
+ (libgerbv), allowing developers to include Gerber
+ parsing/editing/exporting/rendering into other programs.
+ </longdescription>
+ <use>
+ <flag name='unit-mm'>Set default unit for coordinates in status bar to mm</flag>
+ </use>
</pkgmetadata>
+