Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 1245 - centericq-4.6.5.ebuild (Update) ebuild included in Description
Summary: centericq-4.6.5.ebuild (Update) ebuild included in Description
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High enhancement (vote)
Assignee: Daniel Robbins (RETIRED)
URL:
Whiteboard:
Keywords:
: 1243 (view as bug list)
Depends on:
Blocks:
 
Reported: 2002-03-19 15:16 UTC by Norbert Pil
Modified: 2003-04-04 01:26 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 Norbert Pil 2002-03-19 15:16:54 UTC
Quick update to 4.6.5. 

I was wandering how to keep a private collection of ebuilds. Because i updated /
added a lot of packages.

Then i thougth, lets try to submit an update, so more people may enjoy it.

Hereby

---- cut here ----

S=${WORKDIR}/${P}
DESCRIPTION="A ncurses ICQ/Yahoo!/MSN Client"
SRC_URI="http://konst.org.ua/download/${P}.tar.gz"
HOMEPAGE="http://konst.org.ua/eng/software/centericq/info.html"
SLOT="0"
DEPEND="virtual/glibc
    >=sys-libs/ncurses-5.2
    >=dev-libs/libsigc++-1.0.4"

src_unpack() {

    unpack ${P}.tar.gz
    cd ${S}
    echo "CFLAGS += ${CFLAGS}" >> Makefile.rules

}
src_compile() {

    ./configure --prefix=/usr --host=${CHOST} || die
     emake || die

}

src_install () {

    make DESTDIR=${D} install || die

}

---- cut here ----

# ChangeLog for net-im/centericq
# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL
# /space/gentoo/cvsroot/gentoo-x86/net-im/centericq/ChangeLog,v 1.1 2002/02/01
21:53:32 gbevin Exp

*centericq-4.6.5 (19 Mar 2002)

  19 Mar 2002; Norbert Pil <norbert@nrpil.tmfweb.nl> ChangeLog :

  Update to 4.6.5

*centericq-4.5.0 (1 Feb 2002)

  1 Feb 2002; G.Bevin <gbevin@gentoo.org> ChangeLog :

  Added initial ChangeLog which should be updated whenever the package is
  updated in any way. This changelog is targetted to users. This means that the
  comments should well explained and written in clean English. The details about
  writing correct changelogs are explained in the skel.ChangeLog file which you
  can find in the root directory of the portage repository.
Comment 1 Norbert Pil 2002-03-19 15:19:28 UTC
*** Bug 1243 has been marked as a duplicate of this bug. ***
Comment 2 John Davis (zhen) (RETIRED) gentoo-dev 2003-04-04 01:21:23 UTC
db fix
Comment 3 John Davis (zhen) (RETIRED) gentoo-dev 2003-04-04 01:26:14 UTC
db fix