Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 110061 - net-print/mtink ebuild typo
Summary: net-print/mtink ebuild typo
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High trivial (vote)
Assignee: Printing Team
URL: http://gentoo-portage.com/net-print/m...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-10-21 13:07 UTC by Paweł Hajdan, Jr. (RETIRED)
Modified: 2005-10-22 15:08 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Paweł Hajdan, Jr. (RETIRED) gentoo-dev 2005-10-21 13:07:08 UTC
"inherit ..." should be before DESCRIPTION=, because otherwise DESCRIPTION gets
overwritten (Based on the eutils eclass).

--- mtink-1.0.9.ebuild.old      2005-10-21 22:01:36.000000000 +0200
+++ mtink-1.0.9.ebuild  2005-10-21 22:01:59.000000000 +0200
@@ -2,6 +2,8 @@
 # Distributed under the terms of the GNU General Public License v2
 # $Header: /var/cvsroot/gentoo-x86/net-print/mtink/mtink-1.0.9.ebuild,v 1.2
2005/08/09 17:58:11 dholm Exp $

+inherit eutils
+
 DESCRIPTION="mtink is a status monitor and inkjet cartridge changer for some
Epson printers"
 HOMEPAGE="http://xwtools.automatix.de/"
 SRC_URI="http://xwtools.automatix.de/files/${P}.tar.gz"
@@ -13,8 +15,6 @@
 DEPEND="X? ( x11-libs/openmotif virtual/x11 )
        cups? ( net-print/cups )"

-inherit eutils
-
 src_compile() {
        local mytargets
        mytargets="ttink detect/askPrinter mtinkd"
Comment 1 Luis Medinas (RETIRED) gentoo-dev 2005-10-22 15:08:05 UTC
thanks for the report it's fixed in cvs!