public inbox for gentoo-dev@lists.gentoo.org
 help / color / mirror / Atom feed
From: Yannick Koehler <yannick.koehler@colubris.com>
To: gentoo-dev@gentoo.org
Subject: [gentoo-dev] CUnit - !!! Name error in CUnit-1.0-4: multiple version parts.
Date: Mon, 11 Mar 2002 16:50:26 -0500	[thread overview]
Message-ID: <3C8D26A2.6090505@colubris.com> (raw)

[-- Attachment #1: Type: text/plain, Size: 156 bytes --]


I wrote that ebuild, but it looks like portage doesn't like package name 
with <version>.<revision>-<patch> format.

Any help appreciated

Yannick Koehler

[-- Attachment #2: CUnit-1.0-4.ebuild --]
[-- Type: text/plain, Size: 534 bytes --]

# Copyright 2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
# Author Yannick Koehler <ykoehler@hotmail.com> (mostly inspired by existing ebuild scripts)
# $Header$
 
DESCRIPTION="CUnit 1.0-4 C Unit Test Framework"
SRC_URI="http://prdownloads.sourceforge.net/cunit/${PV}.tar.gz"
HOMEPAGE="http://cunit.sourceforge.net"

DEPEND="virtual/glibc"

src_compile() {
	cd ${WORK_DIR}/${PV}
	try ./configure
	try ./make
}

src_install() {
	cd ${WORK_DIR}/${PV}
	try ./make install
}


             reply	other threads:[~2002-03-11 21:50 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-03-11 21:50 Yannick Koehler [this message]
2002-03-11 22:02 ` [gentoo-dev] CUnit - !!! Name error in CUnit-1.0-4: multiple version parts Daniel Robbins
2002-03-11 23:34   ` Yannick Koehler
2002-03-12  0:15     ` Daniel Robbins
2002-03-11 22:33 ` Tod M. Neidt
2002-03-11 22:41   ` Tod M. Neidt
2002-03-11 23:36     ` Yannick Koehler

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=3C8D26A2.6090505@colubris.com \
    --to=yannick.koehler@colubris.com \
    --cc=gentoo-dev@gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox