Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 150162 - app-text/txtfmt (new ebuild)
Summary: app-text/txtfmt (new ebuild)
Status: RESOLVED OBSOLETE
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: Lowest enhancement (vote)
Assignee: Default Assignee for New Packages
URL: http://www.cs.upt.ro/~gseba
Whiteboard: sunrise suggested
Keywords: EBUILD
Depends on:
Blocks:
 
Reported: 2006-10-05 05:51 UTC by Sebastian Glita
Modified: 2017-02-26 22:01 UTC (History)
1 user (show)

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


Attachments
the ebuild as attachment (txtfmt-1.1.1.ebuild,521 bytes, application/octet-stream)
2006-10-06 00:02 UTC, Sebastian Glita
Details
the whole directory entry in `app-text' category, for `txtfmt' package (txtfmt.tgz,1.07 KB, application/octet-stream)
2006-10-17 04:05 UTC, Sebastian Glita
Details
the whole directory entry in `app-text' category, for `txtfmt' package (txtfmt.tgz,1.07 KB, application/octet-stream)
2006-10-17 04:06 UTC, Sebastian Glita
Details
the app-text/txtfmt 1.1.1 ebuild (txtfmt-1.1.1.ebuild,539 bytes, text/plain)
2006-10-31 02:19 UTC, Sebastian Glita
Details
ebuild ver 1.1.2 (txtfmt-1.1.2-r0.ebuild,629 bytes, text/plain)
2010-04-25 12:56 UTC, Sebastian Glita
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Sebastian Glita 2006-10-05 05:51:01 UTC
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $

inherit eutils

DESCRIPTION="Plain text formatting tools"

HOMEPAGE="http://www.cs.upt.ro/~gseba"

SRC_URI="http://www.cs.upt.ro/~gseba/dev/${P}.tgz"

LICENSE="GPL-2"

SLOT="0"

KEYWORDS="~x86"

IUSE=""

DEPEND=""

RDEPEND="app-shells/bash"

S="${WORKDIR}/${PN}"

src_install() {
	dobin bin/justify bin/reframe
	dodoc readme
	dodir /usr/share/txtfmt
	insinto /usr/share/txtfmt
	doins src/functions
}
Comment 1 yogeshbug 2006-10-05 05:55:30 UTC
Pls add ebuild file as attachment and not as inline text.
Comment 2 Sebastian Glita 2006-10-06 00:02:02 UTC
Created attachment 98904 [details]
the ebuild as attachment
Comment 3 Sebastian Glita 2006-10-17 04:05:46 UTC
Created attachment 99869 [details]
the whole directory entry in `app-text' category, for `txtfmt' package

this contains all Manifest, metadata.xml, files/digest* and Changelog
Comment 4 Sebastian Glita 2006-10-17 04:06:22 UTC
Created attachment 99870 [details]
the whole directory entry in `app-text' category, for `txtfmt' package

this contains all Manifest, metadata.xml, files/digest* and Changelog
Comment 5 Sebastian Glita 2006-10-31 02:19:39 UTC
Created attachment 100860 [details]
the app-text/txtfmt 1.1.1 ebuild
Comment 6 Jeremy Olexa (darkside) (RETIRED) archtester gentoo-dev Security 2009-03-24 13:04:49 UTC
(this is an automated message based on filtering criteria that matched this bug)
'EBUILD' is in the KEYWORDS which should mean that there is a ebuild attached 
to this bug.
This bug is assigned to maintainer-wanted which means that it is not in the 
main tree.
Heuristics show that no Gentoo developer has commented on your ebuild.

Hello, The Gentoo Team would like to firstly thank you for your ebuild 
submission. We also apologize for not being able to accommodate you in a timely
manner. There are simply too many new packages.

Allow me to use this opportunity to introduce you to Gentoo Sunrise. The 
sunrise overlay[1] is a overlay for Gentoo which we allow trusted users to 
commit to and all users can have ebuilds reviewed by Gentoo devs for entry 
into the overlay. So, the sunrise team is suggesting that you look into this 
and submit your ebuild to the overlay where even *you* can commit to. =)

Because this is a mass message, we are also asking you to be patient with us. 
We anticipate a large number of requests in a short time. 

Thanks,
On behalf of the Gentoo Sunrise Team,
Jeremy.

[1]: http://www.gentoo.org/proj/en/sunrise/
[2]: http://overlays.gentoo.org/proj/sunrise/wiki/SunriseFaq
Comment 7 Sebastian Glita 2010-04-25 12:56:16 UTC
Created attachment 229087 [details]
ebuild ver 1.1.2

corrected code formatting errors in the package
Comment 8 Patrice Clement gentoo-dev 2017-02-26 22:01:15 UTC
HOMEPAGE is dead. Closing.