Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 156113 - app-portage(?)/ept-get-1.5 (New package)
Summary: app-portage(?)/ept-get-1.5 (New package)
Status: CONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Normal enhancement (vote)
Assignee: Default Assignee for New Packages
URL: http://ept-get.sf.net
Whiteboard:
Keywords: EBUILD
: 156111 (view as bug list)
Depends on:
Blocks:
 
Reported: 2006-11-24 03:50 UTC by Norayr Chilingaryan
Modified: 2013-06-22 17:05 UTC (History)
0 users

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


Attachments
ept-get-1.5.ebuild (ept-get-1.5.ebuild,1.25 KB, text/plain)
2006-11-24 03:51 UTC, Norayr Chilingaryan
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Norayr Chilingaryan 2006-11-24 03:50:05 UTC
ept-get is apt-get like tool aimed to provide recoursive remove possibility in gentoo linux.
this ebuild depends on epkg-1.2.ebuild aleady submitted today.
I suggest to have
app-portage/epkg
and
app-portage/ept-get
for this utils
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2006-11-24 03:51:12 UTC

*** This bug has been marked as a duplicate of 156111 ***
Comment 2 Jakub Moc (RETIRED) gentoo-dev 2006-11-24 03:51:21 UTC
Dupe.
Comment 3 Norayr Chilingaryan 2006-11-24 03:51:27 UTC
Created attachment 102646 [details]
ept-get-1.5.ebuild
Comment 4 Jakub Moc (RETIRED) gentoo-dev 2006-11-24 04:02:59 UTC
- the header is wrong
- Use SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"
- src_compile() is redundant
- there shouldn't be any 'function' prefix in phases
- KEYWORDS should contain what you've actually tested *only* and should be ~arch, not stable.

Couple more notes: 

- DEPEND="dev-lang/fpc" - eeewwww...
- and most importantly, we should focus on fixing Bug 2938 and reverse deps tracking in portage, instead of inventing third-party tools 

Thanks.
Comment 5 Jakub Moc (RETIRED) gentoo-dev 2006-11-24 04:03:38 UTC
*** Bug 156111 has been marked as a duplicate of this bug. ***
Comment 6 Norayr Chilingaryan 2006-11-24 05:00:42 UTC
Comment on attachment 102646 [details]
ept-get-1.5.ebuild

># Copyright 1999-2006 Gentoo Foundation
># Distributed under the terms of the GNU General Public License v2
># $Header: /var/local/portage/app-portge/ept-get/ept-get-1.4.ebuild
>
>DESCRIPTION="apt-get like tool aimed to provide recoursive remove possibility"
>HOMEPAGE="http://ept-get.sf.net"
>SRC_URI="http://osdn.dl.sourceforge.net/sourceforge/${PN}/${P}.tar.bz2
>         http://surfnet.dl.sourceforge.net/sourceforge/${PN}/${P}.tar.bz2
>         http://puzzle.dl.sourceforge.net/sourceforge/${PN}/${P}.tar.bz2
>         http://switch.dl.sourceforge.net/sourceforge/${PN}/${P}.tar.bz2
>         http://umn.dl.sourceforge.net/sourceforge/${PN}/${P}.tar.bz2         
>         http://nchc.dl.sourceforge.net/sourceforge/${PN}/${P}.tar.bz2
>         http://superb-west.dl.sourceforge.net/sourceforge/${PN}/${P}.tar.bz2
>         http://optusnet.dl.sourceforge.net/sourceforge/${PN}/${P}.tar.bz2
>         http://superb-east.dl.sourceforge.net/sourceforge/${PN}/${P}.tar.bz2
>         http://nelnet.dl.sourceforge.net/sourceforge/${PN}/${P}.tar.bz2"
>
>
>LICENSE="GPL-2"
>SLOT="0"
>KEYWORDS="~amd64 ~ppc ~x86"
>
>DEPEND="dev-lang/fpc"
>
>
>function src_install(){
>   dobin ept-get
>}
Comment 7 Norayr Chilingaryan 2006-11-24 05:10:54 UTC
Comment on attachment 102646 [details]
ept-get-1.5.ebuild

># Copyright 1999-2006 Gentoo Foundation
># Distributed under the terms of the GNU General Public License v2
># $Header: /var/local/portage/app-portge/ept-get/ept-get-1.4.ebuild
>
>DESCRIPTION="apt-get like tool aimed to provide recoursive remove possibility"
>HOMEPAGE="http://ept-get.sf.net"
>SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"
>
>
>LICENSE="GPL-2"
>SLOT="0"
>KEYWORDS="alpha amd64 arm hppa ia64 mips ppc ppc-macos ppc64 s390 sparc x86"
>
>DEPEND="dev-lang/fpc"
>
>function src_compile(){
>   emake || die "emake failed"
>}
>
>function src_install(){
>   dodir /usr/bin
>   dobin ept-get
>}
Comment 8 Norayr Chilingaryan 2006-11-24 07:40:51 UTC
Comment on attachment 102646 [details]
ept-get-1.5.ebuild

># Copyright 1999-2006 Gentoo Foundation
># Distributed under the terms of the GNU General Public License v2
># $Header: /var/local/portage/app-portge/ept-get/ept-get-1.5.ebuild
>
>DESCRIPTION="apt-get like tool aimed to provide recoursive remove possibility"
>HOMEPAGE="http://ept-get.sf.net"
>SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"
>
>
>LICENSE="GPL-2"
>SLOT="0"
>KEYWORDS="~amd64 ~ppc ~x86"
>
>DEPEND="dev-lang/fpc"
>
>
>function src_install(){
>   dodir /usr/bin
>   dobin ept-get
>}
Comment 9 Norayr Chilingaryan 2006-11-24 07:44:03 UTC
Comment on attachment 102646 [details]
ept-get-1.5.ebuild

># Copyright 1999-2006 Gentoo Foundation
># Distributed under the terms of the GNU General Public License v2
># $Header: /var/local/portage/app-portge/ept-get/ept-get-1.5.ebuild
>
>DESCRIPTION="apt-get like tool aimed to provide recoursive remove possibility"
>HOMEPAGE="http://ept-get.sf.net"
>SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"
>
>
>LICENSE="GPL-2"
>SLOT="0"
>KEYWORDS="alpha amd64 arm hppa ia64 mips ppc ppc-macos ppc64 s390 sparc x86"
>
>DEPEND="dev-lang/fpc"
>
>
>function src_install(){
>   dobin ept-get
>}
Comment 10 Norayr Chilingaryan 2006-11-24 07:47:01 UTC
Comment on attachment 102646 [details]
ept-get-1.5.ebuild

># Copyright 1999-2006 Gentoo Foundation
># Distributed under the terms of the GNU General Public License v2
># $Header: /var/local/portage/app-portge/ept-get/ept-get-1.5.ebuild
>
>DESCRIPTION="apt-get like tool aimed to provide recoursive remove possibility"
>HOMEPAGE="http://ept-get.sf.net"
>SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"
>
>
>LICENSE="GPL-2"
>SLOT="0"
>KEYWORDS="~amd64 ~ppc ~x86"
>
>DEPEND="dev-lang/fpc"
>
>
>function src_install(){
>   dobin ept-get
>}
Comment 11 Norayr Chilingaryan 2006-11-27 03:15:26 UTC
Comment on attachment 102646 [details]
ept-get-1.5.ebuild

># Copyright 1999-2006 Gentoo Foundation
># Distributed under the terms of the GNU General Public License v2
># $Header: /var/local/portage/app-portge/ept-get/ept-get-1.5.ebuild
>
>DESCRIPTION="apt-get like tool aimed to provide recoursive remove possibility"
>HOMEPAGE="http://ept-get.sf.net"
>SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"
>
>
>LICENSE="GPL-2"
>SLOT="0"
>KEYWORDS="~amd64 ~ppc ~x86"
>
>DEPEND="=dev-lang/fpc-2.0.2"
>
>
>function src_install(){
>   dobin ept-get
>}
>
Comment 12 Michael Palimaka (kensington) gentoo-dev 2013-06-22 17:05:47 UTC
Is this still useful now bug #2938 is fixed and portage supports --depclean etc.?